Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 2.7 KB

File metadata and controls

52 lines (34 loc) · 2.7 KB

Yocto Layer Configuration

.. ifconfig:: CONFIG_image_type in ( 'adas', 'edgeai')

   |__SDK_FULL_NAME__| uses the 'oe-layersetup' tool to configure the meta layers. If you do not have the Linux SDK package installed:

   .. code-block:: console

      git clone https://git.ti.com/git/arago-project/oe-layersetup.git yocto-build
      cd yocto-build
      ./oe-layertool-setup.sh -f configs/processor-sdk-analytics/<Config File>

.. ifconfig:: CONFIG_image_type in ('default')

   |__SDK_FULL_NAME__| uses the 'oe-layersetup' tool to configure the meta layers. If you do not have the Linux SDK package installed:

   .. code-block:: console

      git clone https://git.ti.com/git/arago-project/oe-layersetup.git yocto-build
      cd yocto-build
      ./oe-layertool-setup.sh -f configs/processor-sdk-linux/<Config File>

The Linux SDK package also has the above tool cloned at the top level. If you have it installed:

cd <SDK INSTALL DIR>/yocto-build
./oe-layertool-setup.sh -f configs/processor-sdk-<sdk>/<Config File>

Use below in place of <Config File>, to setup the meta layers for the current release version.

.. ifconfig:: CONFIG_image_type in ('default')

   +----------------------------------------------------+-------------------------------------+--------------------------------+
   |                    Description                     |      Config File                    | Supported yocto build machine  |
   +====================================================+=====================================+================================+
   | |__SDK_FULL_NAME__| : 11_00 Release                | processor-sdk-linux-11_00_10_01.txt | |__SDK_BUILD_MACHINE__|        |
   +----------------------------------------------------+-------------------------------------+--------------------------------+

.. ifconfig:: CONFIG_image_type in ('edgeai', 'adas')

   +----------------------------------------------------+------------------------------------------------+--------------------------------+
   |                    Description                     |      Config File                               | Supported yocto build machine  |
   +====================================================+================================================+================================+
   | |__SDK_FULL_NAME__| : 10_01_00 Release             | processor-sdk-analytics-10.01.00-config.txt    | |__SDK_BUILD_MACHINE__|        |
   +----------------------------------------------------+------------------------------------------------+--------------------------------+