diff --git a/static/build.html b/static/build.html index febd8ddd..a386d716 100644 --- a/static/build.html +++ b/static/build.html @@ -754,7 +754,7 @@ repo sync -j8
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

To build the pantah kernel for the Pixel 7 and Pixel 7 Pro:

@@ -769,7 +769,7 @@ repo sync -j8
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

To build the lynx kernel for the Pixel 7a:

@@ -784,7 +784,7 @@ repo sync -j8
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

To build the tangorpro kernel for the Pixel Tablet:

@@ -799,7 +799,7 @@ repo sync -j8
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

To build the felix kernel for the Pixel Fold:

@@ -818,14 +818,14 @@ repo sync -j8
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

To sync the bluejay kernel for the Pixel 6a:

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

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

diff --git a/static/source.html b/static/source.html index c44192c1..b5434c82 100644 --- a/static/source.html +++ b/static/source.html @@ -200,12 +200,7 @@
  • kernel_common-5.15: Generic Linux 5.15 kernel sources.
  • kernel_common-6.1: Generic Linux 6.1 kernel sources.
  • -
  • kernel_manifest-bluejay: Kernel manifest for the Pixel 6a.
  • -
  • kernel_manifest-raviole: Kernel manifest for the Pixel 6 and 6 Pro.
  • -
  • kernel_manifest-pantah: Kernel manifest for the Pixel 7 and Pixel 7 Pro.
  • -
  • kernel_manifest-lynx: Kernel manifest for the Pixel 7a.
  • -
  • kernel_manifest-tangorpro: Kernel manifest for the Pixel Tablet.
  • -
  • kernel_manifest-felix: Kernel manifest for the Pixel Fold.
  • +
  • kernel_manifest-gs: Kernel manifest for the Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet and Pixel Fold.
  • kernel_build-gs: Kernel build system for the Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet and Pixel Fold.
  • kernel_gs: 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.
  • kernel_google-modules_gpu-gs: Kernel GPU driver for the Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet and Pixel Fold.