From d4e05fb5520a5685c8f09d2a4ed5d4e13a862cb9 Mon Sep 17 00:00:00 2001 From: Manjukumar Matha Date: Mon, 25 Jun 2018 17:40:53 -0700 Subject: README.building.md: Update the README for building the layer Update the README for building the layer Signed-off-by: Manjukumar Matha --- meta-xilinx-bsp/README.building.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-xilinx-bsp/README.building.md b/meta-xilinx-bsp/README.building.md index c4aa33ad..e0e3f264 100644 --- a/meta-xilinx-bsp/README.building.md +++ b/meta-xilinx-bsp/README.building.md @@ -5,13 +5,17 @@ The following instructions require OE-Core meta and BitBake. Poky provides these components, however they can be acquired separately. Initialize a build using the `oe-init-build-env` script. Once initialized -configure `bblayers.conf` by adding the `meta-xilinx` layer. e.g.: +configure `bblayers.conf` by adding the `meta-xilinx-bsp` and +`meta-xilinx-contrib` layer. e.g.: BBLAYERS ?= " \ /oe-core/meta \ - /meta-xilinx \ + /meta-xilinx-bsp \ + /meta-xilinx-contrib \ " +meta-xilinx-contrib is a contribution layer and is optional. + To build a specific target BSP configure the associated machine in `local.conf`: MACHINE ?= "zc702-zynq7" -- cgit v1.2.3-54-g00ecf