diff --git a/source/devices/AM57X/linux/Release_Specific_Yocto_layer_Configuration.rst b/source/devices/AM57X/linux/Release_Specific_Yocto_layer_Configuration.rst index 4bdbbd3fa..15f14d62b 100644 --- a/source/devices/AM57X/linux/Release_Specific_Yocto_layer_Configuration.rst +++ b/source/devices/AM57X/linux/Release_Specific_Yocto_layer_Configuration.rst @@ -1,22 +1,27 @@ .. _yocto-layer-configuration: -************************** +######################### Yocto Layer Configuration -************************** +######################### -.. http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK#Layer_Configuration +Processor SDK uses oe-layersetup configuration files to initialize the +Yocto build environment. Configure your build with the following command: -Processor SDK uses the following oe-layersetup configs to configure the -meta layers. These are the used in the command: +.. code-block:: console -``$ ./oe-layertool-setup.sh -f `` + $ ./oe-layertool-setup.sh -f -| -| The following config files are located in the **yocto-build/configs/processor-sdk-linux** - directory. +Replace ```` with one of the following configuration files. -+-------------------------------------+----------------------------------------------------+--------------------------------+ -| Config File | Description | Supported machines | -+=====================================+====================================================+================================+ -| processor-sdk-linux-11_01_02_01.txt | Processor SDK Linux 11_01 Release | am57xx-evm, am57xx-hs-evm | -+-------------------------------------+----------------------------------------------------+--------------------------------+ +The :file:`yocto-build/configs/processor-sdk-linux` directory has the following configuration files. + +.. list-table:: Yocto Layer Configuration + :widths: 50 50 30 + :header-rows: 1 + + * - Config File + - Description + - Supported machines/platforms + * - :file:`processor-sdk-linux-11_01_02_01.txt` + - Processor SDK Linux 11_01 Release + - |__SDK_BUILD_MACHINE__|, am57xx-hs-evm diff --git a/source/devices/AM62AX/linux/Release_Specific_Yocto_layer_Configuration.rst b/source/devices/AM62AX/linux/Release_Specific_Yocto_layer_Configuration.rst index 93739924e..dcfcb9780 100644 --- a/source/devices/AM62AX/linux/Release_Specific_Yocto_layer_Configuration.rst +++ b/source/devices/AM62AX/linux/Release_Specific_Yocto_layer_Configuration.rst @@ -1,25 +1,33 @@ .. _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: +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 config files are located in the :file:`configs/processor-sdk-analytics` -directory of the `oe-layersetup git repo `_. +Replace ```` with one of the following configuration files. -+-------------------------------------------------------------------+------------------------------------------------------+------------------------------+ -| Config File | Description | Supported machines/platforms | -+===================================================================+======================================================+==============================+ -| processor-sdk-analytics-11.01.07.05-config.txt | Used for building EdgeAI filesystem | am62axx-evm | -+-------------------------------------------------------------------+------------------------------------------------------+------------------------------+ -| processor-sdk-analytics-selinux-11.01.07.05-config.txt | Used for building SELinux enabled EdgeAI filesystem | am62axx-evm | -+-------------------------------------------------------------------+------------------------------------------------------+------------------------------+ +The `oe-layersetup git repository `__ +has the following configuration files in the :file:`configs/processor-sdk` directory. + +.. list-table:: Yocto Layer Configuration + :widths: 50 50 30 + :header-rows: 1 + + * - Config File + - Description + - Supported machines/platforms + * - :file:`processor-sdk-analytics-11.01.07.05-config.txt` + - Used for building EdgeAI filesystem + - |__SDK_BUILD_MACHINE__| + * - :file:`processor-sdk-analytics-selinux-11.01.07.05-config.txt` + - Used for building SELinux enabled EdgeAI filesystem + - |__SDK_BUILD_MACHINE__| 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__|. diff --git a/source/devices/AM62DX/linux/Release_Specific_Yocto_layer_Configuration.rst b/source/devices/AM62DX/linux/Release_Specific_Yocto_layer_Configuration.rst index c415f67cd..5561ae902 100644 --- a/source/devices/AM62DX/linux/Release_Specific_Yocto_layer_Configuration.rst +++ b/source/devices/AM62DX/linux/Release_Specific_Yocto_layer_Configuration.rst @@ -1,22 +1,28 @@ .. _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: +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 config files are located in the ``configs/processor-sdk`` -directory of the `oe-layersetup git repo `_. +Replace ```` with one of the following configuration files. -+---------------------------------------------------------------+-----------------------------------+-------------------------------+ -| Config File | Description | Supported machines/platforms | -+===============================================================+===================================+===============================+ -| processor-sdk-scarthgap-nonqt-11.02.08.02-config.txt | Processor SDK 11.02.08.02 Release | am62dxx-evm | -+---------------------------------------------------------------+-----------------------------------+-------------------------------+ +The `oe-layersetup git repository `__ +has the following configuration files in the :file:`configs/processor-sdk` directory. +.. list-table:: Yocto Layer Configuration + :widths: 50 50 30 + :header-rows: 1 + + * - Config File + - Description + - Supported machines/platforms + * - :file:`processor-sdk-scarthgap-nonqt-11.02.08.02-config.txt` + - Used for building Yocto based filesystem + - |__SDK_BUILD_MACHINE__| diff --git a/source/devices/AM62LX/linux/Release_Specific_Yocto_layer_Configuration.rst b/source/devices/AM62LX/linux/Release_Specific_Yocto_layer_Configuration.rst index 9e96b2b2e..5561ae902 100644 --- a/source/devices/AM62LX/linux/Release_Specific_Yocto_layer_Configuration.rst +++ b/source/devices/AM62LX/linux/Release_Specific_Yocto_layer_Configuration.rst @@ -1,22 +1,28 @@ .. _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: +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 config files are located in the ``configs/processor-sdk`` -directory of the `oe-layersetup git repo `_. +Replace ```` with one of the following configuration files. -+---------------------------------------------------------------+-----------------------------------+-------------------------------+ -| Config File | Description | Supported machines/platforms | -+===============================================================+===================================+===============================+ -| processor-sdk-scarthgap-nonqt-11.02.08.02-config.txt | Processor SDK 11.02.08.02 Release | |__SDK_BUILD_MACHINE__| | -+---------------------------------------------------------------+-----------------------------------+-------------------------------+ +The `oe-layersetup git repository `__ +has the following configuration files in the :file:`configs/processor-sdk` directory. +.. list-table:: Yocto Layer Configuration + :widths: 50 50 30 + :header-rows: 1 + + * - Config File + - Description + - Supported machines/platforms + * - :file:`processor-sdk-scarthgap-nonqt-11.02.08.02-config.txt` + - Used for building Yocto based filesystem + - |__SDK_BUILD_MACHINE__| diff --git a/source/devices/AM62PX/linux/Release_Specific_Yocto_layer_Configuration.rst b/source/devices/AM62PX/linux/Release_Specific_Yocto_layer_Configuration.rst index 43fee24ba..9456daeb7 100644 --- a/source/devices/AM62PX/linux/Release_Specific_Yocto_layer_Configuration.rst +++ b/source/devices/AM62PX/linux/Release_Specific_Yocto_layer_Configuration.rst @@ -1,28 +1,36 @@ .. _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: +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 config files are located in the ``configs/processor-sdk`` -directory of the `oe-layersetup git repo `_. +Replace ```` with one of the following configuration files. -+---------------------------------------------------------------+-----------------------------------+-------------------------------+ -| Config File | Description | Supported machines/platforms | -+===============================================================+===================================+===============================+ -| processor-sdk-scarthgap-chromium-11.02.08.02-config.txt | Processor SDK 11.02.08.02 Release | |__SDK_BUILD_MACHINE__| | -+---------------------------------------------------------------+-----------------------------------+-------------------------------+ -| processor-sdk-scarthgap-11.02.08.02-config.txt | Processor SDK 11.02.08.02 Release | |__SDK_BUILD_MACHINE__| | -+---------------------------------------------------------------+-----------------------------------+-------------------------------+ -| processor-sdk-scarthgap-selinux-11.02.08.02-config.txt | Processor SDK 11.02.08.02 Release | |__SDK_BUILD_MACHINE__| | -+---------------------------------------------------------------+-----------------------------------+-------------------------------+ +The `oe-layersetup git repository `__ +has the following configuration files in the :file:`configs/processor-sdk` directory. -The oe-layersetup configuration, as defined in ``processor-sdk-scarthgap-chromium-11.02.08.02-config.txt``, is used for configuring the meta layers in the yocto SD card image available on |__SDK_DOWNLOAD_URL__|. +.. list-table:: Yocto Layer Configuration + :widths: 50 50 30 + :header-rows: 1 + + * - Config File + - Description + - Supported machines/platforms + * - :file:`processor-sdk-scarthgap-chromium-11.02.08.02-config.txt` + - Used for building chromium browser enabled Yocto based filesystem + - |__SDK_BUILD_MACHINE__| + * - :file:`processor-sdk-scarthgap-11.02.08.02-config.txt` + - Used for building Yocto based filesystem + - |__SDK_BUILD_MACHINE__| + * - :file:`processor-sdk-scarthgap-selinux-11.02.08.02-config.txt` + - Used for building SELinux enabled Yocto based filesystem + - |__SDK_BUILD_MACHINE__| +The oe-layersetup configuration, as defined in ``processor-sdk-scarthgap-chromium-11.02.08.02-config.txt``, is used for configuring the meta layers in the yocto SD card image available on |__SDK_DOWNLOAD_URL__|. diff --git a/source/devices/AM62X/linux/Release_Specific_Yocto_layer_Configuration.rst b/source/devices/AM62X/linux/Release_Specific_Yocto_layer_Configuration.rst index d2b2acc38..77eeab79f 100644 --- a/source/devices/AM62X/linux/Release_Specific_Yocto_layer_Configuration.rst +++ b/source/devices/AM62X/linux/Release_Specific_Yocto_layer_Configuration.rst @@ -1,27 +1,36 @@ .. _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: +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 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-chromium-11.02.08.02-config.txt | Processor SDK 11.02.08.02 Release | am62xx-evm, am62xx-lp-evm, beagleplay-ti | -+-------------------------------------------------------------------+-----------------------------------+----------------------------------------------------------+ -| processor-sdk-scarthgap-11.02.08.02-config.txt | Processor SDK 11.02.08.02 Release | am62xx-evm, am62xx-lp-evm, am62xxsip-evm, beagleplay-ti | -+-------------------------------------------------------------------+-----------------------------------+----------------------------------------------------------+ -| processor-sdk-scarthgap-selinux-11.02.08.02-config.txt | Processor SDK 11.02.08.02 Release | am62xx-evm, am62xx-lp-evm, am62xxsip-evm, beagleplay-ti | -+-------------------------------------------------------------------+-----------------------------------+----------------------------------------------------------+ +Replace ```` with one of the following configuration files. + +The `oe-layersetup git repository `__ +has the following configuration files in the :file:`configs/processor-sdk` directory. + +.. list-table:: Yocto Layer Configuration + :widths: 40 40 40 + :header-rows: 1 + + * - Config File + - Description + - Supported machines/platforms + * - :file:`processor-sdk-scarthgap-chromium-11.02.08.02-config.txt` + - Used for building chromium browser enabled Yocto based filesystem + - |__SDK_BUILD_MACHINE__|, am62xx-lp-evm, beagleplay-ti + * - :file:`processor-sdk-scarthgap-11.02.08.02-config.txt` + - Used for building Yocto based filesystem + - |__SDK_BUILD_MACHINE__|, am62xx-lp-evm, am62xxsip-evm, beagleplay-ti + * - :file:`processor-sdk-scarthgap-selinux-11.02.08.02-config.txt` + - Used for building SELinux enabled Yocto based filesystem + - |__SDK_BUILD_MACHINE__|, am62xx-lp-evm, am62xxsip-evm, beagleplay-ti The oe-layersetup configuration, as defined in ``processor-sdk-scarthgap-chromium-11.02.08.02-config.txt``, is used for configuring the meta layers in the yocto SD card image available on |__SDK_DOWNLOAD_URL__|. diff --git a/source/devices/AM64X/linux/Release_Specific_Yocto_layer_Configuration.rst b/source/devices/AM64X/linux/Release_Specific_Yocto_layer_Configuration.rst index a3558171d..5561ae902 100644 --- a/source/devices/AM64X/linux/Release_Specific_Yocto_layer_Configuration.rst +++ b/source/devices/AM64X/linux/Release_Specific_Yocto_layer_Configuration.rst @@ -1,22 +1,28 @@ .. _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: +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 config files are located in the ``configs/processor-sdk`` -directory of the `oe-layersetup git repo `_. +Replace ```` with one of the following configuration files. -+--------------------------------------------------------+-----------------------------------+------------------------------+ -| Config File | Description | Supported machines/platforms | -+========================================================+===================================+==============================+ -| processor-sdk-scarthgap-nonqt-11.02.08.02-config.txt | Processor SDK 11.02.08.02 Release | am64xx-evm | -+--------------------------------------------------------+-----------------------------------+------------------------------+ +The `oe-layersetup git repository `__ +has the following configuration files in the :file:`configs/processor-sdk` directory. +.. list-table:: Yocto Layer Configuration + :widths: 50 50 30 + :header-rows: 1 + + * - Config File + - Description + - Supported machines/platforms + * - :file:`processor-sdk-scarthgap-nonqt-11.02.08.02-config.txt` + - Used for building Yocto based filesystem + - |__SDK_BUILD_MACHINE__| diff --git a/source/devices/DRA821A/linux/Release_Specific_Yocto_layer_Configuration.rst b/source/devices/DRA821A/linux/Release_Specific_Yocto_layer_Configuration.rst index d34e77699..3139a7681 100644 --- a/source/devices/DRA821A/linux/Release_Specific_Yocto_layer_Configuration.rst +++ b/source/devices/DRA821A/linux/Release_Specific_Yocto_layer_Configuration.rst @@ -1,22 +1,27 @@ .. _yocto-layer-configuration: -************************** +######################### Yocto Layer Configuration -************************** +######################### -.. http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK#Layer_Configuration +Processor SDK uses oe-layersetup configuration files to initialize the +Yocto build environment. Configure your build with the following command: -Processor SDK uses the following oe-layersetup configs to configure the -meta layers. These are the used in the command: +.. code-block:: console -``$ ./oe-layertool-setup.sh -f `` + $ ./oe-layertool-setup.sh -f -| -| The following config files are located in the **yocto-build/configs/processor-sdk-linux** - directory. +Replace ```` with one of the following configuration files. -+-------------------------------------+----------------------------------------------------+--------------------------------+ -| Config File | Description | Supported machines | -+=====================================+====================================================+================================+ -| processor-sdk-linux-07_03_00.txt | Processor SDK Linux 07_03_00 Release | j7200-evm | -+-------------------------------------+----------------------------------------------------+--------------------------------+ +The :file:`yocto-build/configs/processor-sdk-linux` directory has the following configuration files. + +.. list-table:: Yocto Layer Configuration + :widths: 50 50 30 + :header-rows: 1 + + * - Config File + - Description + - Supported machines/platforms + * - :file:`processor-sdk-linux-07_03_00.txt` + - Processor SDK Linux 07_03_00 Release + - |__SDK_BUILD_MACHINE__|