Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.35 KB

README.build.md

File metadata and controls

33 lines (24 loc) · 1.35 KB

Build Instructions

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.

  1. Follow Building Instructions upto step 5.

  2. 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 -
  1. 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
  1. Continue Building Instructions from step 5(skip step 7).