-
Notifications
You must be signed in to change notification settings - Fork 86
fix: Fix oe-config name & yocto build steps #417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,22 +1,25 @@ | ||
| .. _yocto-layer-configuration: | ||
|
|
||
| ************************** | ||
| ************************* | ||
| Yocto Layer Configuration | ||
| ************************** | ||
|
|
||
| .. http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK#Layer_Configuration | ||
| ************************* | ||
|
|
||
| Processor SDK uses the following oe-layersetup configs to configure the | ||
| meta layers. These are the <config> used in the command: | ||
|
|
||
| ``$ ./oe-layertool-setup.sh -f <config>`` | ||
| .. code-block:: console | ||
|
|
||
| $ ./oe-layertool-setup.sh -f <config> | ||
|
|
||
| The following config files are located in the **configs/processor-sdk-analytics** | ||
| The following config files are located in the :file:`configs/processor-sdk-analytics` | ||
|
Check warning on line 14 in source/devices/AM62AX/linux/Release_Specific_Yocto_layer_Configuration.rst
|
||
| directory of the `oe-layersetup git repo <https://git.ti.com/cgit/arago-project/oe-layersetup/>`_. | ||
|
|
||
| +----------------------------------------------------+------------------------------------------------+--------------------------------+ | ||
| | Description | Config File | Supported yocto build machine | | ||
| +====================================================+================================================+================================+ | ||
| | |__SDK_FULL_NAME__| : 11_01_07_05 Release | processor-sdk-analytics-11_01_07_05-config.txt | |__SDK_BUILD_MACHINE__| | | ||
| +----------------------------------------------------+------------------------------------------------+--------------------------------+ | ||
| +-------------------------------------------------------------------+------------------------------------------------------+------------------------------+ | ||
| | 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 | | ||
|
Check warning on line 22 in source/devices/AM62AX/linux/Release_Specific_Yocto_layer_Configuration.rst
|
||
| +-------------------------------------------------------------------+------------------------------------------------------+------------------------------+ | ||
|
|
||
| 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__|. | ||
|
Check warning on line 25 in source/devices/AM62AX/linux/Release_Specific_Yocto_layer_Configuration.rst
|
||
Uh oh!
There was an error while loading. Please reload this page.