merge shusky and akita kernel manifest repository

This commit is contained in:
Daniel Micay 2024-06-11 17:51:53 -04:00
parent f07676848a
commit 925bde243c
2 changed files with 3 additions and 4 deletions

View File

@ -738,7 +738,7 @@ cp out-vendor-modules/android13-5.10/dist/*.ko $ANDROID_BUILD_TOP/kernel/prebuil
<pre>mkdir -p android/kernel/shusky
cd android/kernel/shusky
repo init -u https://github.com/GrapheneOS/kernel_manifest-shusky.git -b 14
repo init -u https://github.com/GrapheneOS/kernel_manifest-zuma.git -b 14
repo sync -j8</pre>
<p>To build the shusky kernel for the Pixel 8 and Pixel 8 Pro:</p>
@ -753,7 +753,7 @@ repo sync -j8</pre>
<pre>mkdir -p android/kernel/akita
cd android/kernel/akita
repo init -u https://github.com/GrapheneOS/kernel_manifest-akita.git -b 14-akita
repo init -u https://github.com/GrapheneOS/kernel_manifest-zuma.git -b 14
repo sync -j8</pre>
<p>To build the akita kernel for the Pixel 8a:</p>

View File

@ -208,8 +208,7 @@
<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_power_reset-gs">kernel_google-modules_power_reset-gs</a>: Kernel reset driver 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_google-modules_wlan_bcmdhd_bcm4389">kernel_google-modules_wlan_bcmdhd_bcm4389</a>: Kernel Wi-Fi/Bluetooth driver for the Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro and Pixel Fold.</li>
<li><a href="https://github.com/GrapheneOS/kernel_manifest-shusky">kernel_manifest-shusky</a>: Kernel manifest for the Pixel 8 and Pixel 8 Pro.</li>
<li><a href="https://github.com/GrapheneOS/kernel_manifest-akita">kernel_manifest-akita</a>: Kernel manifest for the Pixel 8a.</li>
<li><a href="https://github.com/GrapheneOS/kernel_manifest-zuma">kernel_manifest-zuma</a>: Kernel manifest for the Pixel 8, Pixel 8 Pro and Pixel 8a.</li>
<li><a href="https://github.com/GrapheneOS/kernel_devices_google_akita">kernel_devices_google_akita</a>: Kernel setup for Pixel 8a.</li>
<li><a href="https://github.com/GrapheneOS/kernel_devices_google_shusky">kernel_devices_google_shusky</a>: Kernel setup for Pixel 8 and Pixel 8 Pro.</li>
<li><a href="https://github.com/GrapheneOS/kernel_google-modules_power_reset-zuma">kernel_google-modules_power_reset-zuma</a>: Kernel reset driver for the Pixel 8 and Pixel 8 Pro.</li>