-
Notifications
You must be signed in to change notification settings - Fork 76
11.2 Legacy fixes #545
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
11.2 Legacy fixes #545
Changes from all commits
3d09eaf
0e56831
3490a7f
a4d5397
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 |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| .. _yocto-layer-configuration: | ||
|
Check warning on line 1 in source/devices/AM335X/linux/Release_Specific_Yocto_layer_Configuration.rst
|
||
|
|
||
| ######################### | ||
| Yocto Layer Configuration | ||
|
Check warning on line 4 in source/devices/AM335X/linux/Release_Specific_Yocto_layer_Configuration.rst
|
||
| ######################### | ||
|
|
||
| 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 <config> | ||
|
|
||
| Replace ``<config>`` with one of the configuration files listed below. | ||
|
Check warning on line 14 in source/devices/AM335X/linux/Release_Specific_Yocto_layer_Configuration.rst
|
||
|
|
||
| The `oe-layersetup git repository <https://git.ti.com/cgit/arago-project/oe-layersetup/>`__ | ||
| contains the following configuration files in the :file:`configs/processor-sdk` directory. | ||
|
Check warning on line 17 in source/devices/AM335X/linux/Release_Specific_Yocto_layer_Configuration.rst
|
||
|
|
||
| .. list-table:: Yocto Layer Configuration | ||
| :widths: 50 50 30 | ||
| :header-rows: 1 | ||
|
|
||
| * - Config File | ||
| - Description | ||
| - Supported machines/platforms | ||
| * - :file:`processor-sdk-scarthgap-11.02.05.02-config.txt` | ||
| - Processor SDK 11.02.05.02 Release | ||
| - |__SDK_BUILD_MACHINE__| | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| .. _yocto-layer-configuration: | ||
|
Check warning on line 1 in source/devices/AM437X/linux/Release_Specific_Yocto_layer_Configuration.rst
|
||
|
|
||
| ######################### | ||
| Yocto Layer Configuration | ||
|
Check warning on line 4 in source/devices/AM437X/linux/Release_Specific_Yocto_layer_Configuration.rst
|
||
| ######################### | ||
|
|
||
| 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 <config> | ||
|
|
||
| Replace ``<config>`` with one of the configuration files listed below. | ||
|
Check warning on line 14 in source/devices/AM437X/linux/Release_Specific_Yocto_layer_Configuration.rst
|
||
|
|
||
| The `oe-layersetup git repository <https://git.ti.com/cgit/arago-project/oe-layersetup/>`__ | ||
| contains the following configuration files in the :file:`configs/processor-sdk` directory. | ||
|
Check warning on line 17 in source/devices/AM437X/linux/Release_Specific_Yocto_layer_Configuration.rst
|
||
|
|
||
| .. list-table:: Yocto Layer Configuration | ||
| :widths: 50 50 30 | ||
| :header-rows: 1 | ||
|
|
||
| * - Config File | ||
| - Description | ||
| - Supported machines/platforms | ||
| * - :file:`processor-sdk-scarthgap-11.02.05.02-config.txt` | ||
| - Processor SDK 11.02.05.02 Release | ||
| - |__SDK_BUILD_MACHINE__| | ||
jeevantelukula marked this conversation as resolved.
Show resolved
Hide resolved
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,20 +1,28 @@ | ||
| .. _yocto-layer-configuration: | ||
|
|
||
| ************************** | ||
| ######################### | ||
| Yocto Layer Configuration | ||
| ************************** | ||
| ######################### | ||
|
|
||
| Processor SDK uses the following oe-layersetup configs to configure the | ||
| meta layers. These are the <config> used in the command: | ||
| Processor SDK uses oe-layersetup configuration files to initialize the | ||
| Yocto build environment. Configure your build with the following command: | ||
|
|
||
| ``$ ./oe-layertool-setup.sh -f <config>`` | ||
| .. code-block:: console | ||
|
|
||
| | | ||
| | The following config files are located in the **configs/processor-sdk/** | ||
| directory of the `oe-layersetup git repo <https://git.ti.com/cgit/arago-project/oe-layersetup/>`_. | ||
| $ ./oe-layertool-setup.sh -f <config> | ||
|
|
||
| +-----------------------------------------------+----------------------------------------------------+--------------------------------+ | ||
| | Config File | Description | Supported machines | | ||
| +===============================================+====================================================+================================+ | ||
| | processor-sdk-09.03.05.02-legacy-config.txt | Processor SDK Linux 09.03.05.02 Release | am65xx-evm | | ||
| +-----------------------------------------------+----------------------------------------------------+--------------------------------+ | ||
| Replace ``<config>`` with one of the configuration files listed below. | ||
|
|
||
| The `oe-layersetup git repository <https://git.ti.com/cgit/arago-project/oe-layersetup/>`__ | ||
| contains 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-11.02.05.02-config.txt` | ||
| - Processor SDK 11.02.05.02 Release | ||
| - |__SDK_BUILD_MACHINE__| |
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.