From 3208ff87b1ea81d89c67e2cde4225c501be6edd3 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 9 Sep 2022 15:12:31 -0400 Subject: [PATCH] update kernel manifest repository information --- static/build.html | 15 ++++++++++++--- static/source.html | 7 ++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/static/build.html b/static/build.html index ad856de1..110679bc 100644 --- a/static/build.html +++ b/static/build.html @@ -400,7 +400,7 @@ cd ../..
mkdir android/kernel/coral
 cd android/kernel/coral
-repo init -u https://github.com/GrapheneOS/kernel_coral-manifest.git -b 13
+repo init -u https://github.com/GrapheneOS/kernel_manifest-coral.git -b 13
 repo sync -j16

To build the coral kernel for the Pixel 4 and Pixel 4 XL:

@@ -424,7 +424,7 @@ repo sync -j16
mkdir android/kernel/redbull
 cd android/kernel/redbull
-repo init -u https://github.com/GrapheneOS/kernel_redbull-manifest.git -b 13
+repo init -u https://github.com/GrapheneOS/kernel_manifest-redbull.git -b 13
 repo sync -j16

To build the redbull kernel for the Pixel 4a (5G), Pixel 5 and Pixel 5a @@ -440,9 +440,18 @@ repo sync -j16

6th generation Pixels

+

To sync the raviole kernel for the Pixel 6 and Pixel 6 Pro:

+
mkdir android/kernel/raviole
 cd android/kernel/raviole
-repo init -u https://github.com/GrapheneOS/kernel_raviole-manifest.git -b 13
+repo init -u https://github.com/GrapheneOS/kernel_manifest-raviole.git -b 13
+repo sync -j16
+ +

To sync the bluejay kernel for the Pixel 6a:

+ +
mkdir android/kernel/bluejay
+cd android/kernel/bluejay
+repo init -u https://github.com/GrapheneOS/kernel_manifest-bluejay.git -b 13
 repo sync -j16

To build the raviole kernel for the Pixel 6 and Pixel 6 Pro:

diff --git a/static/source.html b/static/source.html index 0662310c..c9a7bbfb 100644 --- a/static/source.html +++ b/static/source.html @@ -166,19 +166,20 @@

GrapheneOS forks of AOSP kernel repositories: