2.3. Yocto Layer Configuration
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>
Replace <config> with one of the following configuration files.
The oe-layersetup git repository
has the following configuration files in the configs/processor-sdk directory.
Config File |
Description |
Supported machines/platforms |
|---|---|---|
|
Used for building chromium browser enabled Yocto based filesystem |
am62xx-evm, am62xx-lp-evm, beagleplay-ti |
|
Used for building Yocto based filesystem |
am62xx-evm, am62xx-lp-evm, am62xxsip-evm, beagleplay-ti |
|
Used for building SELinux enabled Yocto based filesystem |
am62xx-evm, am62xx-lp-evm, am62xxsip-evm, beagleplay-ti |
|
Used for building SDK with the luks disk encryption using fTPM |
am62xx-evm |
The oe-layersetup configuration, as defined in processor-sdk-master-chromium-12.00.00.07.04-config.txt, is used for configuring the meta layers in the yocto SD card image available on AM62x-SDK-Download-page.