@@ -400,7 +400,7 @@ <h4><a href="#kernel-4th-generation-pixels">4th generation Pixels</a></h4>
400
400
401
401
< pre > mkdir android/kernel/coral
402
402
cd android/kernel/coral
403
- repo init -u https://github.com/GrapheneOS/kernel_coral-manifest .git -b 13
403
+ repo init -u https://github.com/GrapheneOS/kernel_manifest-coral .git -b 13
404
404
repo sync -j16</ pre >
405
405
406
406
< p > To build the coral kernel for the Pixel 4 and Pixel 4 XL:</ p >
@@ -424,7 +424,7 @@ <h4><a href="#kernel-5th-generation-pixels">5th generation Pixels</a></h4>
424
424
425
425
< pre > mkdir android/kernel/redbull
426
426
cd android/kernel/redbull
427
- repo init -u https://github.com/GrapheneOS/kernel_redbull-manifest .git -b 13
427
+ repo init -u https://github.com/GrapheneOS/kernel_manifest-redbull .git -b 13
428
428
repo sync -j16</ pre >
429
429
430
430
< p > To build the redbull kernel for the Pixel 4a (5G), Pixel 5 and Pixel 5a
@@ -440,9 +440,18 @@ <h4><a href="#kernel-5th-generation-pixels">5th generation Pixels</a></h4>
440
440
< section id ="kernel-6th-generation-pixels ">
441
441
< h4 > < a href ="#kernel-6th-generation-pixels "> 6th generation Pixels</ a > </ h4 >
442
442
443
+ < p > To sync the raviole kernel for the Pixel 6 and Pixel 6 Pro:</ p >
444
+
443
445
< pre > mkdir android/kernel/raviole
444
446
cd android/kernel/raviole
445
- repo init -u https://github.com/GrapheneOS/kernel_raviole-manifest.git -b 13
447
+ repo init -u https://github.com/GrapheneOS/kernel_manifest-raviole.git -b 13
448
+ repo sync -j16</ pre >
449
+
450
+ < p > To sync the bluejay kernel for the Pixel 6a:</ p >
451
+
452
+ < pre > mkdir android/kernel/bluejay
453
+ cd android/kernel/bluejay
454
+ repo init -u https://github.com/GrapheneOS/kernel_manifest-bluejay.git -b 13
446
455
repo sync -j16</ pre >
447
456
448
457
< p > To build the raviole kernel for the Pixel 6 and Pixel 6 Pro:</ p >
0 commit comments