Skip to content

Commit a12e47b

Browse files
cshilwantjeevantelukula
authored andcommitted
fix(devices): Update config names for AM62A EdgeAI SDK 11.1
* Fix oe-config names for AM62A EdgeAI SDK 11.1 release. While at it, also handle miscellaneous cleanups as per processor-sdk-doc guidelines [0] [0]: https://github.com/TexasInstruments/processor-sdk-doc/blob/master/CONTRIBUTING.md#indentation-and-whitespace Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
1 parent 4a4ef53 commit a12e47b

1 file changed

Lines changed: 14 additions & 11 deletions

File tree

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
.. _yocto-layer-configuration:
22

3-
**************************
3+
*************************
44
Yocto Layer Configuration
5-
**************************
6-
7-
.. http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK#Layer_Configuration
5+
*************************
86

97
Processor SDK uses the following oe-layersetup configs to configure the
108
meta layers. These are the <config> used in the command:
119

12-
``$ ./oe-layertool-setup.sh -f <config>``
10+
.. code-block:: console
11+
12+
$ ./oe-layertool-setup.sh -f <config>
1313
14-
The following config files are located in the **configs/processor-sdk-analytics**
14+
The following config files are located in the :file:`configs/processor-sdk-analytics`
1515
directory of the `oe-layersetup git repo <https://git.ti.com/cgit/arago-project/oe-layersetup/>`_.
1616

17-
+----------------------------------------------------+------------------------------------------------+--------------------------------+
18-
| Description | Config File | Supported yocto build machine |
19-
+====================================================+================================================+================================+
20-
| |__SDK_FULL_NAME__| : 11_01_07_05 Release | processor-sdk-analytics-11_01_07_05-config.txt | |__SDK_BUILD_MACHINE__| |
21-
+----------------------------------------------------+------------------------------------------------+--------------------------------+
17+
+-------------------------------------------------------------------+------------------------------------------------------+------------------------------+
18+
| Config File | Description | Supported machines/platforms |
19+
+===================================================================+======================================================+==============================+
20+
| processor-sdk-analytics-11.01.07.05-config.txt | Used for building EdgeAI filesystem | am62axx-evm |
21+
+-------------------------------------------------------------------+------------------------------------------------------+------------------------------+
22+
| processor-sdk-analytics-selinux-11.01.07.05-config.txt | Used for building SELinux enabled EdgeAI filesystem | am62axx-evm |
23+
+-------------------------------------------------------------------+------------------------------------------------------+------------------------------+
2224

25+
The oe-layersetup configuration, as defined in :file:`processor-sdk-analytics-11.01.07.05-config.txt` is used for configuring the meta layers in the yocto SD card image available on |__SDK_DOWNLOAD_URL__|.

0 commit comments

Comments
 (0)