Skip to content

Commit 7fc7da0

Browse files
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 <j-sahu@ti.com>
1 parent c857e5b commit 7fc7da0

File tree

9 files changed

+73
-52
lines changed

9 files changed

+73
-52
lines changed

configs/AM335X/AM335X_linux_toc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ devices/AM335X/linux/Release_Specific
1818
devices/AM335X/linux/Release_Specific_Release_Notes
1919
devices/AM335X/linux/Release_Specific_Migration_Guide
2020
devices/AM335X/linux/Release_Specific_Performance_Guide
21-
linux/Release_Specific_Yocto_layer_Configuration
21+
devices/AM335X/linux/Release_Specific_Yocto_layer_Configuration
2222
linux/Release_Specific_Supported_Platforms_and_Versions
2323
linux/Foundational_Components
2424
linux/Foundational_Components_U-Boot

configs/AM437X/AM437X_linux_toc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ devices/AM437X/linux/Release_Specific
1818
devices/AM437X/linux/Release_Specific_Release_Notes
1919
devices/AM437X/linux/Release_Specific_Migration_Guide
2020
devices/AM437X/linux/Release_Specific_Performance_Guide
21-
linux/Release_Specific_Yocto_layer_Configuration
21+
devices/AM437X/linux/Release_Specific_Yocto_layer_Configuration
2222
linux/Release_Specific_Supported_Platforms_and_Versions
2323
linux/Foundational_Components
2424
linux/Foundational_Components_U-Boot

source/devices/AM335X/linux/Release_Specific.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Release Specific
77

88
Release_Specific_Release_Notes
99
Release_Specific_Performance_Guide
10-
/linux/Release_Specific_Yocto_layer_Configuration
10+
Release_Specific_Yocto_layer_Configuration
1111
Release_Specific_Migration_Guide
1212
/linux/Release_Specific_Supported_Platforms_and_Versions
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.. _yocto-layer-configuration:
2+
3+
#########################
4+
Yocto Layer Configuration
5+
#########################
6+
7+
Processor SDK uses the following oe-layersetup configs to configure the
8+
meta layers. These are the <config> used in the command:
9+
10+
.. code-block:: console
11+
12+
$ ./oe-layertool-setup.sh -f <config>
13+
14+
The following config files are located in the :file:`configs/processor-sdk`
15+
directory of the `oe-layersetup git repo <https://git.ti.com/cgit/arago-project/oe-layersetup/>`_.
16+
17+
.. list-table:: Yocto Layer Configuration
18+
:widths: 50 50 30
19+
:header-rows: 1
20+
21+
* - Config File
22+
- Description
23+
- Supported machines/platforms
24+
* - :file:`processor-sdk-scarthgap-11.02.05.02-config.txt`
25+
- Processor SDK 11.02.05.02 Release
26+
- |__SDK_BUILD_MACHINE__|

source/devices/AM437X/linux/Release_Specific.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Release Specific
77

88
Release_Specific_Release_Notes
99
Release_Specific_Performance_Guide
10-
/linux/Release_Specific_Yocto_layer_Configuration
10+
Release_Specific_Yocto_layer_Configuration
1111
Release_Specific_Migration_Guide
1212
/linux/Release_Specific_Supported_Platforms_and_Versions
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.. _yocto-layer-configuration:
2+
3+
#########################
4+
Yocto Layer Configuration
5+
#########################
6+
7+
Processor SDK uses the following oe-layersetup configs to configure the
8+
meta layers. These are the <config> used in the command:
9+
10+
.. code-block:: console
11+
12+
$ ./oe-layertool-setup.sh -f <config>
13+
14+
The following config files are located in the :file:`configs/processor-sdk`
15+
directory of the `oe-layersetup git repo <https://git.ti.com/cgit/arago-project/oe-layersetup/>`_.
16+
17+
.. list-table:: Yocto Layer Configuration
18+
:widths: 50 50 30
19+
:header-rows: 1
20+
21+
* - Config File
22+
- Description
23+
- Supported machines/platforms
24+
* - :file:`processor-sdk-scarthgap-11.02.05.02-config.txt`
25+
- Processor SDK 11.02.05.02 Release
26+
- |__SDK_BUILD_MACHINE__|
Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
.. _yocto-layer-configuration:
22

3-
**************************
3+
#########################
44
Yocto Layer Configuration
5-
**************************
5+
#########################
66

77
Processor SDK uses the following oe-layersetup configs to configure the
88
meta layers. These are the <config> used in the command:
99

10-
``$ ./oe-layertool-setup.sh -f <config>``
10+
.. code-block:: console
1111
12-
|
13-
| The following config files are located in the **configs/processor-sdk/**
14-
directory of the `oe-layersetup git repo <https://git.ti.com/cgit/arago-project/oe-layersetup/>`_.
12+
$ ./oe-layertool-setup.sh -f <config>
1513
16-
+-----------------------------------------------+----------------------------------------------------+--------------------------------+
17-
| Config File | Description | Supported machines |
18-
+===============================================+====================================================+================================+
19-
| processor-sdk-09.03.05.02-legacy-config.txt | Processor SDK Linux 09.03.05.02 Release | am65xx-evm |
20-
+-----------------------------------------------+----------------------------------------------------+--------------------------------+
14+
The following config files are located in the :file:`configs/processor-sdk`
15+
directory of the `oe-layersetup git repo <https://git.ti.com/cgit/arago-project/oe-layersetup/>`_.
16+
17+
.. list-table:: Yocto Layer Configuration
18+
:widths: 50 50 30
19+
:header-rows: 1
20+
21+
* - Config File
22+
- Description
23+
- Supported machines/platforms
24+
* - :file:`processor-sdk-scarthgap-11.02.05.02-config.txt`
25+
- Processor SDK 11.02.05.02 Release
26+
- |__SDK_BUILD_MACHINE__|

source/linux/Release_Specific/_Layer_Configuration.rst

Lines changed: 0 additions & 31 deletions
This file was deleted.

source/linux/Release_Specific_Yocto_layer_Configuration.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)