|
1 | 1 | .. _yocto-layer-configuration: |
2 | 2 |
|
3 | | -************************** |
| 3 | +************************* |
4 | 4 | Yocto Layer Configuration |
5 | | -************************** |
6 | | - |
7 | | -.. http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK#Layer_Configuration |
| 5 | +************************* |
8 | 6 |
|
9 | 7 | Processor SDK uses the following oe-layersetup configs to configure the |
10 | 8 | meta layers. These are the <config> used in the command: |
11 | 9 |
|
12 | | -``$ ./oe-layertool-setup.sh -f <config>`` |
| 10 | +.. code-block:: console |
| 11 | +
|
| 12 | + $ ./oe-layertool-setup.sh -f <config> |
13 | 13 |
|
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` |
15 | 15 | directory of the `oe-layersetup git repo <https://git.ti.com/cgit/arago-project/oe-layersetup/>`_. |
16 | 16 |
|
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 | ++-------------------------------------------------------------------+------------------------------------------------------+------------------------------+ |
22 | 24 |
|
| 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