Skip to content

Commit

Permalink
fix(android): bootloaders: Fix repo init to use release manifest
Browse files Browse the repository at this point in the history
Right now, we point to the bootloaders.xml file, which is the
latest (developement) manifest.

To be consistent with kernel build, pass the release manifest
instead to the repo init command.

Signed-off-by: Mattijs Korpershoek <[email protected]>
  • Loading branch information
makohoek authored and StaticRocket committed Dec 18, 2024
1 parent 7918014 commit 250b705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/android/Foundational_Components_Bootloaders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Downloading sources
.. code-block:: console
$ mkdir ${YOUR_PATH}/ti-bootloader-aosp/ && cd $_
$ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m bootloaders.xml
$ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_Bootloader.xml
$ repo sync
For more information about ``repo``, visit `Android's official
Expand Down

0 comments on commit 250b705

Please sign in to comment.