Skip to content

Commit

Permalink
add/rename kernel manifest repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Sep 9, 2022
1 parent a2d8707 commit 6fe69c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions static/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h4><a href="#kernel-4th-generation-pixels">4th generation Pixels</a></h4>

<pre>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</pre>

<p>To build the coral kernel for the Pixel 4 and Pixel 4 XL:</p>
Expand All @@ -424,7 +424,7 @@ <h4><a href="#kernel-5th-generation-pixels">5th generation Pixels</a></h4>

<pre>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</pre>

<p>To build the redbull kernel for the Pixel 4a (5G), Pixel 5 and Pixel 5a
Expand All @@ -442,7 +442,7 @@ <h4><a href="#kernel-6th-generation-pixels">6th generation Pixels</a></h4>

<pre>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</pre>

<p>To build the raviole kernel for the Pixel 6 and Pixel 6 Pro:</p>
Expand Down
7 changes: 4 additions & 3 deletions static/source.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,19 +166,20 @@ <h2><a href="#grapheneos">GrapheneOS</a></h2>
<p>GrapheneOS forks of AOSP kernel repositories:</p>

<ul>
<li><a href="https://github.com/GrapheneOS/kernel_coral-manifest">kernel_coral-manifest</a></li>
<li><a href="https://github.com/GrapheneOS/kernel_manifest-coral">kernel_manifest-coral</a></li>
<li><a href="https://github.com/GrapheneOS/coral_kernel_build">coral_kernel_build</a></li>
<li><a href="https://github.com/GrapheneOS/kernel_google_coral">kernel_google_coral</a></li>
<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>
<li><a href="https://github.com/GrapheneOS/kernel_google_coral_techpack_audio">kernel_google_coral_teckpack_audio</a></li>

<li><a href="https://github.com/GrapheneOS/kernel_redbull-manifest">kernel_redbull-manifest</a></li>
<li><a href="https://github.com/GrapheneOS/kernel_manifest-redbull">kernel_manifest-redbull</a></li>
<li><a href="https://github.com/GrapheneOS/redbull_kernel_build">redbull_kernel_build</a></li>
<li><a href="https://github.com/GrapheneOS/kernel_google_redbull">kernel_google_redbull</a></li>
<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>
<li><a href="https://github.com/GrapheneOS/kernel_google_redbull_techpack_audio">kernel_google_redbull_teckpack_audio</a></li>

<li><a href="https://github.com/GrapheneOS/kernel_raviole-manifest">kernel_raviole-manifest</a></li>
<li><a href="https://github.com/GrapheneOS/kernel_manifest-bluejay">kernel_manifest-bluejay</a></li>
<li><a href="https://github.com/GrapheneOS/kernel_manifest-raviole">kernel_manifest-raviole</a></li>
<li><a href="https://github.com/GrapheneOS/raviole_kernel_build">raviole_kernel_build</a></li>
<li><a href="https://github.com/GrapheneOS/kernel_common_5.10">kernel_common_5.10</a></li>
<li><a href="https://github.com/GrapheneOS/kernel_google_raviole">kernel_google_raviole</a></li>
Expand Down

0 comments on commit 6fe69c3

Please sign in to comment.