This section describes how to get your build host ready to work with meta-amd-adaptive-socs layers.
The following instructions require OE-Core meta and BitBake. Poky provides these components, however they can be acquired separately.
Pre-requisites: See Preparing Build Host documentation.
-
Follow Building Instructions upto step 5.
-
Clone meta-amd-adaptive-socs and dependency repository.
$ cd ../sources
$ git clone -b <rel-version> https://github.com/Xilinx/meta-openamp
$ git clone -b <rel-version> https://gitenterprise.xilinx.com/Yocto/meta-amd-adaptive-socs
$ cd -
- Add meta-openamp,meta-amd-adaptive-socs-core and meta-amd-adaptive-socs-bsp layers.
$ bitbake-layers add-layer ./<path-to-layer>/meta-openamp
$ bitbake-layers add-layer ./<path-to-layer>/meta-amd-adaptive-socs/meta-amd-adaptive-socs-core
$ bitbake-layers add-layer ./<path-to-layer>/meta-amd-adaptive-socs/meta-amd-adaptive-socs-bsp
- Continue Building Instructions from step 5(skip step 7).
-
For list of available SDT target machines see meta layer conf/machine/*.conf file.