Skip to content

Commit 059c6c0

Browse files
FournierMxpraneethbajjuri
authored andcommitted
feat(android): AM62X/AM62PX: update manifests to version 10.01.01
Update manifests names for TI SDK, Kernel and Bootloader. Signed-off-by: Maxime Fournier <[email protected]>
1 parent 09fa28c commit 059c6c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

source/android/Foundational_Components_Bootloaders.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Fetch the code using ``repo``:
3131
.. code-block:: console
3232
3333
$ mkdir ${YOUR_PATH}/ti-bootloader-aosp/ && cd $_
34-
$ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_Bootloader.xml
34+
$ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_01_Bootloader.xml
3535
$ repo sync
3636
3737
For more information about ``repo``, visit `Android's official

source/android/Foundational_Components_Kernel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Fetch the code using ``repo``:
2323
.. code-block:: console
2424
2525
$ mkdir ${YOUR_PATH}/ti-kernel-aosp/ && cd $_
26-
$ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_Kernel-6.6.xml
26+
$ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_01_Kernel.xml
2727
$ repo sync
2828
2929
.. tip::
@@ -32,7 +32,7 @@ Fetch the code using ``repo``:
3232

3333
.. code-block:: console
3434
35-
$ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_Kernel-6.6.xml --depth=1
35+
$ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_01_Kernel.xml --depth=1
3636
3737
.. _android-build-kernel:
3838

source/android/Overview_Building_the_SDK.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Fetch the code using ``repo``:
4040
.. code-block:: console
4141
4242
$ mkdir ${YOUR_PATH}/ti-aosp-15 && cd $_
43-
$ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01.xml
43+
$ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_01.xml
4444
$ repo sync
4545
4646
.. tip::

0 commit comments

Comments
 (0)