diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2018-06-25 17:40:53 -0700 |
---|---|---|
committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2018-06-25 17:45:48 -0700 |
commit | d4e05fb5520a5685c8f09d2a4ed5d4e13a862cb9 (patch) | |
tree | 14024a6c9fb156ef6114444f316d6ecab549c78b | |
parent | 4b81888e7a5671cdde63190cb4eb4678cdf3a168 (diff) | |
download | meta-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.md | 8 |
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 | |||
5 | components, however they can be acquired separately. | 5 | components, however they can be acquired separately. |
6 | 6 | ||
7 | Initialize a build using the `oe-init-build-env` script. Once initialized | 7 | Initialize a build using the `oe-init-build-env` script. Once initialized |
8 | configure `bblayers.conf` by adding the `meta-xilinx` layer. e.g.: | 8 | configure `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 | ||
17 | meta-xilinx-contrib is a contribution layer and is optional. | ||
18 | |||
15 | To build a specific target BSP configure the associated machine in `local.conf`: | 19 | To build a specific target BSP configure the associated machine in `local.conf`: |
16 | 20 | ||
17 | MACHINE ?= "zc702-zynq7" | 21 | MACHINE ?= "zc702-zynq7" |