all kernels use submodules now

This commit is contained in:
Daniel Micay 2021-10-17 19:07:15 -04:00
parent b220d9df82
commit 00ec5a99cd

View File

@ -412,12 +412,11 @@ cd ../..</pre>
marked as using a separate build above need to have the device variant passed to the marked as using a separate build above need to have the device variant passed to the
GrapheneOS kernel build script to select the device.</p> GrapheneOS kernel build script to select the device.</p>
<p>For the Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL and Pixel <p>The kernel repositories use submodules for building in out-of-tree modules.
4a the kernel repository uses submodules for building in out-of-tree modules. You need You need to make sure the submodule sources are updated before building. In
to make sure the submodule sources are updated before building. In the future, this the future, this should end up being handled automatically by
should end up being handled automatically by <code>repo</code>. There's no harm in <code>repo</code>. There's no harm in running the submodule commands for other
running the submodule commands for other devices as they will simply not do devices as they will simply not do anything.</p>
anything.</p>
<p>For example, to build the kernel for redfin:</p> <p>For example, to build the kernel for redfin:</p>