Skip to content

Commit 3208ff8

Browse files
committed
update kernel manifest repository information
1 parent a2d8707 commit 3208ff8

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

static/build.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ <h4><a href="#kernel-4th-generation-pixels">4th generation Pixels</a></h4>
400400

401401
<pre>mkdir android/kernel/coral
402402
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
404404
repo sync -j16</pre>
405405

406406
<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>
424424

425425
<pre>mkdir android/kernel/redbull
426426
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
428428
repo sync -j16</pre>
429429

430430
<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>
440440
<section id="kernel-6th-generation-pixels">
441441
<h4><a href="#kernel-6th-generation-pixels">6th generation Pixels</a></h4>
442442

443+
<p>To sync the raviole kernel for the Pixel 6 and Pixel 6 Pro:</p>
444+
443445
<pre>mkdir android/kernel/raviole
444446
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
446455
repo sync -j16</pre>
447456

448457
<p>To build the raviole kernel for the Pixel 6 and Pixel 6 Pro:</p>

static/source.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,19 +166,20 @@ <h2><a href="#grapheneos">GrapheneOS</a></h2>
166166
<p>GrapheneOS forks of AOSP kernel repositories:</p>
167167

168168
<ul>
169-
<li><a href="https://github.com/GrapheneOS/kernel_coral-manifest">kernel_coral-manifest</a></li>
169+
<li><a href="https://github.com/GrapheneOS/kernel_manifest-coral">kernel_manifest-coral</a></li>
170170
<li><a href="https://github.com/GrapheneOS/coral_kernel_build">coral_kernel_build</a></li>
171171
<li><a href="https://github.com/GrapheneOS/kernel_google_coral">kernel_google_coral</a></li>
172172
<li><a href="https://github.com/GrapheneOS/kernel_google_coral_drivers_input_touchscreen_fts_touch_s5">kernel_google_coral_drivers_input_touchscreen_fts_touch_s5</a></li>
173173
<li><a href="https://github.com/GrapheneOS/kernel_google_coral_techpack_audio">kernel_google_coral_teckpack_audio</a></li>
174174

175-
<li><a href="https://github.com/GrapheneOS/kernel_redbull-manifest">kernel_redbull-manifest</a></li>
175+
<li><a href="https://github.com/GrapheneOS/kernel_manifest-redbull">kernel_manifest-redbull</a></li>
176176
<li><a href="https://github.com/GrapheneOS/redbull_kernel_build">redbull_kernel_build</a></li>
177177
<li><a href="https://github.com/GrapheneOS/kernel_google_redbull">kernel_google_redbull</a></li>
178178
<li><a href="https://github.com/GrapheneOS/kernel_google_redbull_drivers_staging_qcacld-3.0">kernel_google_redbull_drivers_staging_qcacld-3.0</a></li>
179179
<li><a href="https://github.com/GrapheneOS/kernel_google_redbull_techpack_audio">kernel_google_redbull_teckpack_audio</a></li>
180180

181-
<li><a href="https://github.com/GrapheneOS/kernel_raviole-manifest">kernel_raviole-manifest</a></li>
181+
<li><a href="https://github.com/GrapheneOS/kernel_manifest-bluejay">kernel_manifest-bluejay</a></li>
182+
<li><a href="https://github.com/GrapheneOS/kernel_manifest-raviole">kernel_manifest-raviole</a></li>
182183
<li><a href="https://github.com/GrapheneOS/raviole_kernel_build">raviole_kernel_build</a></li>
183184
<li><a href="https://github.com/GrapheneOS/kernel_common_5.10">kernel_common_5.10</a></li>
184185
<li><a href="https://github.com/GrapheneOS/kernel_google_raviole">kernel_google_raviole</a></li>

0 commit comments

Comments
 (0)