unified manifest for 6th/7th gen Pixels
This commit is contained in:
parent
5c174437cf
commit
5bd0e39c01
@ -754,7 +754,7 @@ repo sync -j8</pre>
|
||||
|
||||
<pre>mkdir -p android/kernel/pantah
|
||||
cd android/kernel/pantah
|
||||
repo init -u https://github.com/GrapheneOS/kernel_manifest-pantah.git -b 14
|
||||
repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 14
|
||||
repo sync -j8</pre>
|
||||
|
||||
<p>To build the pantah kernel for the Pixel 7 and Pixel 7 Pro:</p>
|
||||
@ -769,7 +769,7 @@ repo sync -j8</pre>
|
||||
|
||||
<pre>mkdir -p android/kernel/lynx
|
||||
cd android/kernel/lynx
|
||||
repo init -u https://github.com/GrapheneOS/kernel_manifest-lynx.git -b 14
|
||||
repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 14
|
||||
repo sync -j8</pre>
|
||||
|
||||
<p>To build the lynx kernel for the Pixel 7a:</p>
|
||||
@ -784,7 +784,7 @@ repo sync -j8</pre>
|
||||
|
||||
<pre>mkdir -p android/kernel/tangorpro
|
||||
cd android/kernel/tangorpro
|
||||
repo init -u https://github.com/GrapheneOS/kernel_manifest-tangorpro.git -b 14
|
||||
repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 14
|
||||
repo sync -j8</pre>
|
||||
|
||||
<p>To build the tangorpro kernel for the Pixel Tablet:</p>
|
||||
@ -799,7 +799,7 @@ repo sync -j8</pre>
|
||||
|
||||
<pre>mkdir -p android/kernel/felix
|
||||
cd android/kernel/felix
|
||||
repo init -u https://github.com/GrapheneOS/kernel_manifest-felix.git -b 14
|
||||
repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 14
|
||||
repo sync -j8</pre>
|
||||
|
||||
<p>To build the felix kernel for the Pixel Fold:</p>
|
||||
@ -818,14 +818,14 @@ repo sync -j8</pre>
|
||||
|
||||
<pre>mkdir -p android/kernel/raviole
|
||||
cd android/kernel/raviole
|
||||
repo init -u https://github.com/GrapheneOS/kernel_manifest-raviole.git -b 14
|
||||
repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 14
|
||||
repo sync -j8</pre>
|
||||
|
||||
<p>To sync the bluejay kernel for the Pixel 6a:</p>
|
||||
|
||||
<pre>mkdir -p android/kernel/bluejay
|
||||
cd android/kernel/bluejay
|
||||
repo init -u https://github.com/GrapheneOS/kernel_manifest-bluejay.git -b 14
|
||||
repo init -u https://github.com/GrapheneOS/kernel_manifest-gs.git -b 14
|
||||
repo sync -j8</pre>
|
||||
|
||||
<p>To build the raviole kernel for the Pixel 6 and Pixel 6 Pro:</p>
|
||||
|
@ -200,12 +200,7 @@
|
||||
<li><a href="https://github.com/GrapheneOS/kernel_common-5.15">kernel_common-5.15</a>: Generic Linux 5.15 kernel sources.</li>
|
||||
<li><a href="https://github.com/GrapheneOS/kernel_common-6.1">kernel_common-6.1</a>: Generic Linux 6.1 kernel sources.</li>
|
||||
|
||||
<li><a href="https://github.com/GrapheneOS/kernel_manifest-bluejay">kernel_manifest-bluejay</a>: Kernel manifest for the Pixel 6a.</li>
|
||||
<li><a href="https://github.com/GrapheneOS/kernel_manifest-raviole">kernel_manifest-raviole</a>: Kernel manifest for the Pixel 6 and 6 Pro.</li>
|
||||
<li><a href="https://github.com/GrapheneOS/kernel_manifest-pantah">kernel_manifest-pantah</a>: Kernel manifest for the Pixel 7 and Pixel 7 Pro.</li>
|
||||
<li><a href="https://github.com/GrapheneOS/kernel_manifest-lynx">kernel_manifest-lynx</a>: Kernel manifest for the Pixel 7a.</li>
|
||||
<li><a href="https://github.com/GrapheneOS/kernel_manifest-tangorpro">kernel_manifest-tangorpro</a>: Kernel manifest for the Pixel Tablet.</li>
|
||||
<li><a href="https://github.com/GrapheneOS/kernel_manifest-felix">kernel_manifest-felix</a>: Kernel manifest for the Pixel Fold.</li>
|
||||
<li><a href="https://github.com/GrapheneOS/kernel_manifest-gs">kernel_manifest-gs</a>: Kernel manifest for the Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet and Pixel Fold.</li>
|
||||
<li><a href="https://github.com/GrapheneOS/kernel_build-gs">kernel_build-gs</a>: Kernel build system for the Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet and Pixel Fold.</li>
|
||||
<li><a href="https://github.com/GrapheneOS/kernel_gs">kernel_gs</a>: Kernel sources for the Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet and Pixel Fold. These sources are only used to build device-specific modules. The Generic Kernel Image is built from the common kernel.</li>
|
||||
<li><a href="https://github.com/GrapheneOS/kernel_google-modules_gpu-gs">kernel_google-modules_gpu-gs</a>: Kernel GPU driver for the Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet and Pixel Fold.</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user