From 3d09eafa7ea23a2608ae8559c32088adfeb0dff1 Mon Sep 17 00:00:00 2001 From: Telukula Jeevan Kumar Sahu Date: Fri, 28 Nov 2025 00:46:28 +0530 Subject: [PATCH 1/4] fix: Cleanup Yocto Layer configuration For AM335x and AM437x a common Yocto Layer configuration file is used for oe-configs which is outdated. Delete the _Layer_Configuration.rst file and create individual files similar to other devices. While at it, update the oe-configs version to 11.02.05.02 release configs. Signed-off-by: Telukula Jeevan Kumar Sahu --- configs/AM335X/AM335X_linux_toc.txt | 2 +- configs/AM437X/AM437X_linux_toc.txt | 2 +- .../devices/AM335X/linux/Release_Specific.rst | 2 +- ...ase_Specific_Yocto_layer_Configuration.rst | 27 ++++++++++++++++ .../devices/AM437X/linux/Release_Specific.rst | 2 +- ...ase_Specific_Yocto_layer_Configuration.rst | 27 ++++++++++++++++ ...ase_Specific_Yocto_layer_Configuration.rst | 31 ++++++++++++------- .../Release_Specific/_Layer_Configuration.rst | 21 ------------- ...ase_Specific_Yocto_layer_Configuration.rst | 6 ---- 9 files changed, 77 insertions(+), 43 deletions(-) create mode 100644 source/devices/AM335X/linux/Release_Specific_Yocto_layer_Configuration.rst create mode 100644 source/devices/AM437X/linux/Release_Specific_Yocto_layer_Configuration.rst delete mode 100644 source/linux/Release_Specific/_Layer_Configuration.rst delete mode 100644 source/linux/Release_Specific_Yocto_layer_Configuration.rst diff --git a/configs/AM335X/AM335X_linux_toc.txt b/configs/AM335X/AM335X_linux_toc.txt index 213c5472e..e4469e9e2 100644 --- a/configs/AM335X/AM335X_linux_toc.txt +++ b/configs/AM335X/AM335X_linux_toc.txt @@ -18,7 +18,7 @@ devices/AM335X/linux/Release_Specific devices/AM335X/linux/Release_Specific_Release_Notes devices/AM335X/linux/Release_Specific_Migration_Guide devices/AM335X/linux/Release_Specific_Performance_Guide -linux/Release_Specific_Yocto_layer_Configuration +devices/AM335X/linux/Release_Specific_Yocto_layer_Configuration linux/Release_Specific_Supported_Platforms_and_Versions linux/Foundational_Components linux/Foundational_Components_U-Boot diff --git a/configs/AM437X/AM437X_linux_toc.txt b/configs/AM437X/AM437X_linux_toc.txt index f203aea8b..2e1edee45 100644 --- a/configs/AM437X/AM437X_linux_toc.txt +++ b/configs/AM437X/AM437X_linux_toc.txt @@ -18,7 +18,7 @@ devices/AM437X/linux/Release_Specific devices/AM437X/linux/Release_Specific_Release_Notes devices/AM437X/linux/Release_Specific_Migration_Guide devices/AM437X/linux/Release_Specific_Performance_Guide -linux/Release_Specific_Yocto_layer_Configuration +devices/AM437X/linux/Release_Specific_Yocto_layer_Configuration linux/Release_Specific_Supported_Platforms_and_Versions linux/Foundational_Components linux/Foundational_Components_U-Boot diff --git a/source/devices/AM335X/linux/Release_Specific.rst b/source/devices/AM335X/linux/Release_Specific.rst index 9207d0fbc..c59251617 100644 --- a/source/devices/AM335X/linux/Release_Specific.rst +++ b/source/devices/AM335X/linux/Release_Specific.rst @@ -7,6 +7,6 @@ Release Specific Release_Specific_Release_Notes Release_Specific_Performance_Guide - /linux/Release_Specific_Yocto_layer_Configuration + Release_Specific_Yocto_layer_Configuration Release_Specific_Migration_Guide /linux/Release_Specific_Supported_Platforms_and_Versions diff --git a/source/devices/AM335X/linux/Release_Specific_Yocto_layer_Configuration.rst b/source/devices/AM335X/linux/Release_Specific_Yocto_layer_Configuration.rst new file mode 100644 index 000000000..dcd4d5324 --- /dev/null +++ b/source/devices/AM335X/linux/Release_Specific_Yocto_layer_Configuration.rst @@ -0,0 +1,27 @@ +.. _yocto-layer-configuration: + +######################### +Yocto Layer Configuration +######################### + +Processor SDK uses the following oe-layersetup configs to configure the +Yocto build. One of these file paths is specified by the ```` argument +in the following command: + +.. code-block:: console + + $ ./oe-layertool-setup.sh -f + +The following Configuration files are located in the :file:`configs/processor-sdk` +directory of the `oe-layersetup git repository `__. + +.. list-table:: Yocto Layer Configuration + :widths: 50 50 30 + :header-rows: 1 + + * - Config File + - Description + - Supported machines/platforms + * - :file:`processor-sdk-scarthgap-11.02.05.02-config.txt` + - Processor SDK 11.02.05.02 Release + - |__SDK_BUILD_MACHINE__| diff --git a/source/devices/AM437X/linux/Release_Specific.rst b/source/devices/AM437X/linux/Release_Specific.rst index 9207d0fbc..c59251617 100644 --- a/source/devices/AM437X/linux/Release_Specific.rst +++ b/source/devices/AM437X/linux/Release_Specific.rst @@ -7,6 +7,6 @@ Release Specific Release_Specific_Release_Notes Release_Specific_Performance_Guide - /linux/Release_Specific_Yocto_layer_Configuration + Release_Specific_Yocto_layer_Configuration Release_Specific_Migration_Guide /linux/Release_Specific_Supported_Platforms_and_Versions diff --git a/source/devices/AM437X/linux/Release_Specific_Yocto_layer_Configuration.rst b/source/devices/AM437X/linux/Release_Specific_Yocto_layer_Configuration.rst new file mode 100644 index 000000000..dcd4d5324 --- /dev/null +++ b/source/devices/AM437X/linux/Release_Specific_Yocto_layer_Configuration.rst @@ -0,0 +1,27 @@ +.. _yocto-layer-configuration: + +######################### +Yocto Layer Configuration +######################### + +Processor SDK uses the following oe-layersetup configs to configure the +Yocto build. One of these file paths is specified by the ```` argument +in the following command: + +.. code-block:: console + + $ ./oe-layertool-setup.sh -f + +The following Configuration files are located in the :file:`configs/processor-sdk` +directory of the `oe-layersetup git repository `__. + +.. list-table:: Yocto Layer Configuration + :widths: 50 50 30 + :header-rows: 1 + + * - Config File + - Description + - Supported machines/platforms + * - :file:`processor-sdk-scarthgap-11.02.05.02-config.txt` + - Processor SDK 11.02.05.02 Release + - |__SDK_BUILD_MACHINE__| diff --git a/source/devices/AM65X/linux/Release_Specific_Yocto_layer_Configuration.rst b/source/devices/AM65X/linux/Release_Specific_Yocto_layer_Configuration.rst index 26b1f27d2..dcd4d5324 100644 --- a/source/devices/AM65X/linux/Release_Specific_Yocto_layer_Configuration.rst +++ b/source/devices/AM65X/linux/Release_Specific_Yocto_layer_Configuration.rst @@ -1,20 +1,27 @@ .. _yocto-layer-configuration: -************************** +######################### Yocto Layer Configuration -************************** +######################### Processor SDK uses the following oe-layersetup configs to configure the -meta layers. These are the used in the command: +Yocto build. One of these file paths is specified by the ```` argument +in the following command: -``$ ./oe-layertool-setup.sh -f `` +.. code-block:: console -| -| The following config files are located in the **configs/processor-sdk/** - directory of the `oe-layersetup git repo `_. + $ ./oe-layertool-setup.sh -f -+-----------------------------------------------+----------------------------------------------------+--------------------------------+ -| Config File | Description | Supported machines | -+===============================================+====================================================+================================+ -| processor-sdk-09.03.05.02-legacy-config.txt | Processor SDK Linux 09.03.05.02 Release | am65xx-evm | -+-----------------------------------------------+----------------------------------------------------+--------------------------------+ +The following Configuration files are located in the :file:`configs/processor-sdk` +directory of the `oe-layersetup git repository `__. + +.. list-table:: Yocto Layer Configuration + :widths: 50 50 30 + :header-rows: 1 + + * - Config File + - Description + - Supported machines/platforms + * - :file:`processor-sdk-scarthgap-11.02.05.02-config.txt` + - Processor SDK 11.02.05.02 Release + - |__SDK_BUILD_MACHINE__| diff --git a/source/linux/Release_Specific/_Layer_Configuration.rst b/source/linux/Release_Specific/_Layer_Configuration.rst deleted file mode 100644 index 18ee6bb4e..000000000 --- a/source/linux/Release_Specific/_Layer_Configuration.rst +++ /dev/null @@ -1,21 +0,0 @@ -************************** -Yocto Layer Configuration -************************** - -Processor SDK uses the following oe-layersetup configs to configure the -meta layers. These are the used in the command: - -``$ ./oe-layertool-setup.sh -f `` - -.. ifconfig:: CONFIG_sdk in ('SITARA') - - The following config files are located in the **configs/processor-sdk** directory of the `oe-layersetup git repo `_. - - +-------------------------------------------------+-----------------------------------+-----------------------------------------------------------------------------------------------+ - | Config File | Description | Supported machines/platforms | - +=================================================+===================================+===============================================================================================+ - | processor-sdk-scarthgap-11.02.05.02-config.txt | Processor SDK 11.02.05.02 Release | am335x-evm, am437x-evm, am65xx-hs-evm | - +-------------------------------------------------+-----------------------------------+-----------------------------------------------------------------------------------------------+ - | processor-sdk-scarthgap-11.02.08.02-config.txt | Processor SDK 11.02.08.02 Release | am64xx-evm, am62xx-evm, am62xx-lp-evm, am62xxsip-evm, am62lxx-evm, am62pxx-evm, am62dxx-evm | - +-------------------------------------------------+-----------------------------------+-----------------------------------------------------------------------------------------------+ - diff --git a/source/linux/Release_Specific_Yocto_layer_Configuration.rst b/source/linux/Release_Specific_Yocto_layer_Configuration.rst deleted file mode 100644 index 1fe995ce6..000000000 --- a/source/linux/Release_Specific_Yocto_layer_Configuration.rst +++ /dev/null @@ -1,6 +0,0 @@ -.. _yocto-layer-configuration: - -.. ************************************ -.. Layer Configuration -.. ************************************ -.. include:: Release_Specific/_Layer_Configuration.rst From 0e5683155aded72311f8a8e633229e3671d4a23a Mon Sep 17 00:00:00 2001 From: Telukula Jeevan Kumar Sahu Date: Fri, 28 Nov 2025 00:55:49 +0530 Subject: [PATCH 2/4] fix: Remove RT references from AM335x/AM437x build information Since RT Linux is not released as part of 11.02.05.02 release, remove the RT references. Signed-off-by: Telukula Jeevan Kumar Sahu --- .../devices/AM335X/linux/Release_Specific_Release_Notes.rst | 4 ++-- .../devices/AM437X/linux/Release_Specific_Release_Notes.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/devices/AM335X/linux/Release_Specific_Release_Notes.rst b/source/devices/AM335X/linux/Release_Specific_Release_Notes.rst index 4b63ad959..f38e2ec8b 100644 --- a/source/devices/AM335X/linux/Release_Specific_Release_Notes.rst +++ b/source/devices/AM335X/linux/Release_Specific_Release_Notes.rst @@ -102,8 +102,8 @@ Build Information - :ref:`Build Config ` * - Linux Kernel - `ti-linux-6.12.y `__ - - non-RT- `11.02.05 `__ , RT- `11.02.05-rt `__ - - `non-RT `__ , `RT `__ + - `11.02.05 `__ + - `non-RT `__ * - meta-ti - `scarthgap `__ - `11.02.05 `__ diff --git a/source/devices/AM437X/linux/Release_Specific_Release_Notes.rst b/source/devices/AM437X/linux/Release_Specific_Release_Notes.rst index 45262209b..14ba35ead 100644 --- a/source/devices/AM437X/linux/Release_Specific_Release_Notes.rst +++ b/source/devices/AM437X/linux/Release_Specific_Release_Notes.rst @@ -101,8 +101,8 @@ Build Information - :ref:`Build Config ` * - Linux Kernel - `ti-linux-6.12.y `__ - - non-RT- `11.02.05 `__ , RT- `11.02.05-rt `__ - - `non-RT `__ , `RT `__ + - `11.02.05 `__ + - `non-RT `__ * - meta-ti - `scarthgap `__ - `11.02.05 `__ From 3490a7fe3af5d883679f2db5ab10489c62db298c Mon Sep 17 00:00:00 2001 From: Telukula Jeevan Kumar Sahu Date: Fri, 28 Nov 2025 00:59:46 +0530 Subject: [PATCH 3/4] fix: Modify Linux Kernel Version for AM335x/AM437x/AM65x The Linux Kernel Version corresponding to 11.02.05.02 release is incorrect. Hence update it to correct version. Signed-off-by: Telukula Jeevan Kumar Sahu --- .../AM335X/linux/Release_Specific_Migration_Guide.rst | 2 +- .../devices/AM335X/linux/Release_Specific_Release_Notes.rst | 4 ++-- .../AM437X/linux/Release_Specific_Migration_Guide.rst | 2 +- .../devices/AM437X/linux/Release_Specific_Release_Notes.rst | 4 ++-- .../AM65X/linux/Release_Specific_Migration_Guide.rst | 2 +- .../devices/AM65X/linux/Release_Specific_Release_Notes.rst | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/source/devices/AM335X/linux/Release_Specific_Migration_Guide.rst b/source/devices/AM335X/linux/Release_Specific_Migration_Guide.rst index f26f869ee..8aa87a6cf 100644 --- a/source/devices/AM335X/linux/Release_Specific_Migration_Guide.rst +++ b/source/devices/AM335X/linux/Release_Specific_Migration_Guide.rst @@ -19,7 +19,7 @@ Processor SDK 11.xx Releases Processor SDK 11.02.05.02 ------------------------- - 2025 LTS Update release, with Kernel Stable Refresh. Please see :ref:`release-specific-build-information`. -- Kernel 6.12.57 +- Kernel 6.12.49 - U-Boot 2025.01 - Yocto Scarthgap/5.0 - Platforms Supported : `TMDXEVM3358 `__ , `TMDSSK3358 `__ , `TMDSICE3359 `__ diff --git a/source/devices/AM335X/linux/Release_Specific_Release_Notes.rst b/source/devices/AM335X/linux/Release_Specific_Release_Notes.rst index f38e2ec8b..e816754e2 100644 --- a/source/devices/AM335X/linux/Release_Specific_Release_Notes.rst +++ b/source/devices/AM335X/linux/Release_Specific_Release_Notes.rst @@ -53,7 +53,7 @@ Released November 2025 Processor SDK 11.02 Release has following new features: - - 2025 LTS Stable Update to 6.12.57 + - 2025 LTS Stable Update to 6.12.49 - New platform: Beaglebone Green Eco support - ICSSM bug fixes - Test automation improvements @@ -66,7 +66,7 @@ Processor SDK 11.02 Release has following new features: +--------------------------+----------------------------+ | Component | Version | +==========================+============================+ -| Linux Kernel | 6.12.57 (2025 LTS) | +| Linux Kernel | 6.12.49 (2025 LTS) | +--------------------------+----------------------------+ | U-Boot | 2025.01 | +--------------------------+----------------------------+ diff --git a/source/devices/AM437X/linux/Release_Specific_Migration_Guide.rst b/source/devices/AM437X/linux/Release_Specific_Migration_Guide.rst index 723b5c5a1..b5228618b 100644 --- a/source/devices/AM437X/linux/Release_Specific_Migration_Guide.rst +++ b/source/devices/AM437X/linux/Release_Specific_Migration_Guide.rst @@ -19,7 +19,7 @@ Processor SDK 11.xx Releases Processor SDK 11.02.05.02 ------------------------- - 2025 LTS Update release, with Kernel Stable Refresh. Please see :ref:`release-specific-build-information`. -- Kernel 6.12.57 +- Kernel 6.12.49 - U-Boot 2025.01 - Yocto Scarthgap/5.0 - Platforms Supported : `TMDSEVM437X `__ , `TMDSIDK437X `__ diff --git a/source/devices/AM437X/linux/Release_Specific_Release_Notes.rst b/source/devices/AM437X/linux/Release_Specific_Release_Notes.rst index 14ba35ead..f5dd81b7c 100644 --- a/source/devices/AM437X/linux/Release_Specific_Release_Notes.rst +++ b/source/devices/AM437X/linux/Release_Specific_Release_Notes.rst @@ -54,7 +54,7 @@ Released November 2025 Processor SDK 11.02 Release has following new features: - - 2025 LTS Stable Update to 6.12.57 + - 2025 LTS Stable Update to 6.12.49 - ICSSM bug fixes - Test automation improvements - HDMI suport in Linux @@ -65,7 +65,7 @@ Processor SDK 11.02 Release has following new features: +--------------------------+----------------------------+ | Component | Version | +==========================+============================+ -| Linux Kernel | 6.12.57 (2025 LTS) | +| Linux Kernel | 6.12.49 (2025 LTS) | +--------------------------+----------------------------+ | U-Boot | 2025.01 | +--------------------------+----------------------------+ diff --git a/source/devices/AM65X/linux/Release_Specific_Migration_Guide.rst b/source/devices/AM65X/linux/Release_Specific_Migration_Guide.rst index 758f13624..5be970bdc 100644 --- a/source/devices/AM65X/linux/Release_Specific_Migration_Guide.rst +++ b/source/devices/AM65X/linux/Release_Specific_Migration_Guide.rst @@ -19,7 +19,7 @@ Processor SDK 11.xx Releases Processor SDK 11.02.05.02 ------------------------- - 2025 LTS Update release, with Kernel Stable Refresh. Please see :ref:`release-specific-build-information`. -- Kernel 6.12.57 +- Kernel 6.12.49 - U-Boot 2025.01 - Yocto Scarthgap/5.0 - Platforms Supported : `TMDX654IDKEVM `__ diff --git a/source/devices/AM65X/linux/Release_Specific_Release_Notes.rst b/source/devices/AM65X/linux/Release_Specific_Release_Notes.rst index 2a2f714dd..face10a1f 100644 --- a/source/devices/AM65X/linux/Release_Specific_Release_Notes.rst +++ b/source/devices/AM65X/linux/Release_Specific_Release_Notes.rst @@ -54,7 +54,7 @@ Released November 2025 **Processor SDK Linux AM65X Release has following new features:** - - 2025 LTS Stable Update to 6.12.57 + - 2025 LTS Stable Update to 6.12.49 - ICSSM bug fixes - VLAN Multicast filtering on ICSSG - ICSSG XDP Support (Zero Copy) @@ -63,8 +63,8 @@ Released November 2025 **Component version:** - - Kernel 6.12.57 - - RT Kernel 6.12.57 + - Kernel 6.12.49 + - RT Kernel 6.12.49 - U-Boot 2025.01 - Toolchain GCC 13.4+ - ATF 2.13+ From a4d5397608f3fde79f2356d80e99fb003916604d Mon Sep 17 00:00:00 2001 From: Telukula Jeevan Kumar Sahu Date: Fri, 28 Nov 2025 01:05:54 +0530 Subject: [PATCH 4/4] feat: Update the release notes with new features Signed-off-by: Telukula Jeevan Kumar Sahu --- .../AM335X/linux/Release_Specific_Release_Notes.rst | 8 ++++---- .../Release_Specific_Yocto_layer_Configuration.rst | 11 ++++++----- .../AM437X/linux/Release_Specific_Release_Notes.rst | 2 ++ .../Release_Specific_Yocto_layer_Configuration.rst | 11 ++++++----- .../AM65X/linux/Release_Specific_Release_Notes.rst | 4 ++-- .../Release_Specific_Yocto_layer_Configuration.rst | 11 ++++++----- 6 files changed, 26 insertions(+), 21 deletions(-) diff --git a/source/devices/AM335X/linux/Release_Specific_Release_Notes.rst b/source/devices/AM335X/linux/Release_Specific_Release_Notes.rst index e816754e2..4dd7b06d2 100644 --- a/source/devices/AM335X/linux/Release_Specific_Release_Notes.rst +++ b/source/devices/AM335X/linux/Release_Specific_Release_Notes.rst @@ -54,11 +54,11 @@ Released November 2025 Processor SDK 11.02 Release has following new features: - 2025 LTS Stable Update to 6.12.49 - - New platform: Beaglebone Green Eco support + - New platform: `BEAGL-BONE-GRN-ECO `__ support - ICSSM bug fixes - - Test automation improvements - -| + - ARM Analytics AI stack enabled in the filesystem + - LVGL (Light and Versatile Graphics Library) based interactive demo as out-of-the-box (OOB) on display + - Web-based dashboard (port 3000) for real-time CPU performance and Arm Audio analytics demo via standard web browser .. rubric:: SDK Components & Versions :name: sdk-components-versions diff --git a/source/devices/AM335X/linux/Release_Specific_Yocto_layer_Configuration.rst b/source/devices/AM335X/linux/Release_Specific_Yocto_layer_Configuration.rst index dcd4d5324..7ddc3fc42 100644 --- a/source/devices/AM335X/linux/Release_Specific_Yocto_layer_Configuration.rst +++ b/source/devices/AM335X/linux/Release_Specific_Yocto_layer_Configuration.rst @@ -4,16 +4,17 @@ Yocto Layer Configuration ######################### -Processor SDK uses the following oe-layersetup configs to configure the -Yocto build. One of these file paths is specified by the ```` argument -in the following command: +Processor SDK uses oe-layersetup configuration files to initialize the +Yocto build environment. Configure your build with the following command: .. code-block:: console $ ./oe-layertool-setup.sh -f -The following Configuration files are located in the :file:`configs/processor-sdk` -directory of the `oe-layersetup git repository `__. +Replace ```` with one of the configuration files listed below. + +The `oe-layersetup git repository `__ +contains the following configuration files in the :file:`configs/processor-sdk` directory. .. list-table:: Yocto Layer Configuration :widths: 50 50 30 diff --git a/source/devices/AM437X/linux/Release_Specific_Release_Notes.rst b/source/devices/AM437X/linux/Release_Specific_Release_Notes.rst index f5dd81b7c..dba1f276b 100644 --- a/source/devices/AM437X/linux/Release_Specific_Release_Notes.rst +++ b/source/devices/AM437X/linux/Release_Specific_Release_Notes.rst @@ -58,6 +58,8 @@ Processor SDK 11.02 Release has following new features: - ICSSM bug fixes - Test automation improvements - HDMI suport in Linux + - ARM Analytics AI stack enabled in the filesystem + - LVGL (Light and Versatile Graphics Library) based interactive demo as out-of-the-box (OOB) on display .. rubric:: SDK Components & Versions :name: sdk-components-versions diff --git a/source/devices/AM437X/linux/Release_Specific_Yocto_layer_Configuration.rst b/source/devices/AM437X/linux/Release_Specific_Yocto_layer_Configuration.rst index dcd4d5324..7ddc3fc42 100644 --- a/source/devices/AM437X/linux/Release_Specific_Yocto_layer_Configuration.rst +++ b/source/devices/AM437X/linux/Release_Specific_Yocto_layer_Configuration.rst @@ -4,16 +4,17 @@ Yocto Layer Configuration ######################### -Processor SDK uses the following oe-layersetup configs to configure the -Yocto build. One of these file paths is specified by the ```` argument -in the following command: +Processor SDK uses oe-layersetup configuration files to initialize the +Yocto build environment. Configure your build with the following command: .. code-block:: console $ ./oe-layertool-setup.sh -f -The following Configuration files are located in the :file:`configs/processor-sdk` -directory of the `oe-layersetup git repository `__. +Replace ```` with one of the configuration files listed below. + +The `oe-layersetup git repository `__ +contains the following configuration files in the :file:`configs/processor-sdk` directory. .. list-table:: Yocto Layer Configuration :widths: 50 50 30 diff --git a/source/devices/AM65X/linux/Release_Specific_Release_Notes.rst b/source/devices/AM65X/linux/Release_Specific_Release_Notes.rst index face10a1f..fb8cf0258 100644 --- a/source/devices/AM65X/linux/Release_Specific_Release_Notes.rst +++ b/source/devices/AM65X/linux/Release_Specific_Release_Notes.rst @@ -58,8 +58,8 @@ Released November 2025 - ICSSM bug fixes - VLAN Multicast filtering on ICSSG - ICSSG XDP Support (Zero Copy) - - Test automation improvements - + - ARM Analytics AI stack enabled in the filesystem + - LVGL (Light and Versatile Graphics Library) based interactive demo as out-of-the-box (OOB) on display **Component version:** diff --git a/source/devices/AM65X/linux/Release_Specific_Yocto_layer_Configuration.rst b/source/devices/AM65X/linux/Release_Specific_Yocto_layer_Configuration.rst index dcd4d5324..7ddc3fc42 100644 --- a/source/devices/AM65X/linux/Release_Specific_Yocto_layer_Configuration.rst +++ b/source/devices/AM65X/linux/Release_Specific_Yocto_layer_Configuration.rst @@ -4,16 +4,17 @@ Yocto Layer Configuration ######################### -Processor SDK uses the following oe-layersetup configs to configure the -Yocto build. One of these file paths is specified by the ```` argument -in the following command: +Processor SDK uses oe-layersetup configuration files to initialize the +Yocto build environment. Configure your build with the following command: .. code-block:: console $ ./oe-layertool-setup.sh -f -The following Configuration files are located in the :file:`configs/processor-sdk` -directory of the `oe-layersetup git repository `__. +Replace ```` with one of the configuration files listed below. + +The `oe-layersetup git repository `__ +contains the following configuration files in the :file:`configs/processor-sdk` directory. .. list-table:: Yocto Layer Configuration :widths: 50 50 30