summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2018-06-25 17:40:53 -0700
committerManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2018-06-25 17:45:48 -0700
commitd4e05fb5520a5685c8f09d2a4ed5d4e13a862cb9 (patch)
tree14024a6c9fb156ef6114444f316d6ecab549c78b
parent4b81888e7a5671cdde63190cb4eb4678cdf3a168 (diff)
downloadmeta-xilinx-d4e05fb5520a5685c8f09d2a4ed5d4e13a862cb9.tar.gz
README.building.md: Update the README for building the layer
Update the README for building the layer Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r--meta-xilinx-bsp/README.building.md8
1 files 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
5components, however they can be acquired separately. 5components, however they can be acquired separately.
6 6
7Initialize a build using the `oe-init-build-env` script. Once initialized 7Initialize a build using the `oe-init-build-env` script. Once initialized
8configure `bblayers.conf` by adding the `meta-xilinx` layer. e.g.: 8configure `bblayers.conf` by adding the `meta-xilinx-bsp` and
9`meta-xilinx-contrib` layer. e.g.:
9 10
10 BBLAYERS ?= " \ 11 BBLAYERS ?= " \
11 <path to layer>/oe-core/meta \ 12 <path to layer>/oe-core/meta \
12 <path to layer>/meta-xilinx \ 13 <path to layer>/meta-xilinx-bsp \
14 <path to layer>/meta-xilinx-contrib \
13 " 15 "
14 16
17meta-xilinx-contrib is a contribution layer and is optional.
18
15To build a specific target BSP configure the associated machine in `local.conf`: 19To build a specific target BSP configure the associated machine in `local.conf`:
16 20
17 MACHINE ?= "zc702-zynq7" 21 MACHINE ?= "zc702-zynq7"