Skip to content

Commit 250b705

Browse files
Mattijs KorpershoekStaticRocket
authored andcommitted
fix(android): bootloaders: Fix repo init to use release manifest
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]>
1 parent 7918014 commit 250b705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/android/Foundational_Components_Bootloaders.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Downloading sources
3737
.. code-block:: console
3838
3939
$ mkdir ${YOUR_PATH}/ti-bootloader-aosp/ && cd $_
40-
$ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m bootloaders.xml
40+
$ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_Bootloader.xml
4141
$ repo sync
4242
4343
For more information about ``repo``, visit `Android's official

0 commit comments

Comments
 (0)