From 9724c3e7692c0a054444884e304c2e1d8161c25d Mon Sep 17 00:00:00 2001 From: Maxime Fournier Date: Tue, 1 Apr 2025 16:52:17 +0200 Subject: [PATCH] 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 --- source/android/Foundational_Components_Bootloaders.rst | 2 +- source/android/Foundational_Components_Kernel.rst | 4 ++-- source/android/Overview_Building_the_SDK.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/android/Foundational_Components_Bootloaders.rst b/source/android/Foundational_Components_Bootloaders.rst index 2db2f48cc..8ad708448 100644 --- a/source/android/Foundational_Components_Bootloaders.rst +++ b/source/android/Foundational_Components_Bootloaders.rst @@ -31,7 +31,7 @@ Fetch the code using ``repo``: .. 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 releases/RLS_10_01_Bootloader.xml + $ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_01_Bootloader.xml $ repo sync For more information about ``repo``, visit `Android's official diff --git a/source/android/Foundational_Components_Kernel.rst b/source/android/Foundational_Components_Kernel.rst index 52204b32c..e13751ad4 100644 --- a/source/android/Foundational_Components_Kernel.rst +++ b/source/android/Foundational_Components_Kernel.rst @@ -23,7 +23,7 @@ Fetch the code using ``repo``: .. code-block:: console $ mkdir ${YOUR_PATH}/ti-kernel-aosp/ && cd $_ - $ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_Kernel-6.6.xml + $ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_01_Kernel.xml $ repo sync .. tip:: @@ -32,7 +32,7 @@ Fetch the code using ``repo``: .. code-block:: console - $ 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 + $ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_01_Kernel.xml --depth=1 .. _android-build-kernel: diff --git a/source/android/Overview_Building_the_SDK.rst b/source/android/Overview_Building_the_SDK.rst index 8e4a586a4..4c97ba260 100644 --- a/source/android/Overview_Building_the_SDK.rst +++ b/source/android/Overview_Building_the_SDK.rst @@ -40,7 +40,7 @@ Fetch the code using ``repo``: .. code-block:: console $ mkdir ${YOUR_PATH}/ti-aosp-15 && cd $_ - $ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01.xml + $ repo init -u https://git.ti.com/git/android/manifest.git -b android15-release -m releases/RLS_10_01_01.xml $ repo sync .. tip::