Skip to content

Commit 3d09eaf

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 b4e14b2 commit 3d09eaf

File tree

9 files changed

+77
-43
lines changed

9 files changed

+77
-43
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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
Yocto build. One of these file paths is specified by the ``<config>`` argument
9+
in the following command:
10+
11+
.. code-block:: console
12+
13+
$ ./oe-layertool-setup.sh -f <config>
14+
15+
The following Configuration files are located in the :file:`configs/processor-sdk`
16+
directory of the `oe-layersetup git repository <https://git.ti.com/cgit/arago-project/oe-layersetup/>`__.
17+
18+
.. list-table:: Yocto Layer Configuration
19+
:widths: 50 50 30
20+
:header-rows: 1
21+
22+
* - Config File
23+
- Description
24+
- Supported machines/platforms
25+
* - :file:`processor-sdk-scarthgap-11.02.05.02-config.txt`
26+
- Processor SDK 11.02.05.02 Release
27+
- |__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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
Yocto build. One of these file paths is specified by the ``<config>`` argument
9+
in the following command:
10+
11+
.. code-block:: console
12+
13+
$ ./oe-layertool-setup.sh -f <config>
14+
15+
The following Configuration files are located in the :file:`configs/processor-sdk`
16+
directory of the `oe-layersetup git repository <https://git.ti.com/cgit/arago-project/oe-layersetup/>`__.
17+
18+
.. list-table:: Yocto Layer Configuration
19+
:widths: 50 50 30
20+
:header-rows: 1
21+
22+
* - Config File
23+
- Description
24+
- Supported machines/platforms
25+
* - :file:`processor-sdk-scarthgap-11.02.05.02-config.txt`
26+
- Processor SDK 11.02.05.02 Release
27+
- |__SDK_BUILD_MACHINE__|
Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
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
8-
meta layers. These are the <config> used in the command:
8+
Yocto build. One of these file paths is specified by the ``<config>`` argument
9+
in the following command:
910

10-
``$ ./oe-layertool-setup.sh -f <config>``
11+
.. code-block:: console
1112
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/>`_.
13+
$ ./oe-layertool-setup.sh -f <config>
1514
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-
+-----------------------------------------------+----------------------------------------------------+--------------------------------+
15+
The following Configuration files are located in the :file:`configs/processor-sdk`
16+
directory of the `oe-layersetup git repository <https://git.ti.com/cgit/arago-project/oe-layersetup/>`__.
17+
18+
.. list-table:: Yocto Layer Configuration
19+
:widths: 50 50 30
20+
:header-rows: 1
21+
22+
* - Config File
23+
- Description
24+
- Supported machines/platforms
25+
* - :file:`processor-sdk-scarthgap-11.02.05.02-config.txt`
26+
- Processor SDK 11.02.05.02 Release
27+
- |__SDK_BUILD_MACHINE__|

source/linux/Release_Specific/_Layer_Configuration.rst

Lines changed: 0 additions & 21 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)