From 5cae3409b4ffbf5180db891d19bd3a36f6bdb551 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Mon, 16 May 2016 19:27:15 +1000 Subject: README.building.md: Document the process for meta-xilinx This README.building is derived from the content that was in the README, it is separated out. Signed-off-by: Nathan Rossi --- README.building.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.building.md diff --git a/README.building.md b/README.building.md new file mode 100644 index 00000000..c4aa33ad --- /dev/null +++ b/README.building.md @@ -0,0 +1,32 @@ +Build Instructions +================== + +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.: + + BBLAYERS ?= " \ + /oe-core/meta \ + /meta-xilinx \ + " + +To build a specific target BSP configure the associated machine in `local.conf`: + + MACHINE ?= "zc702-zynq7" + +Build the target file system image using `bitbake`: + + $ bitbake core-image-minimal + +Once complete the images for the target machine will be available in the output +directory `tmp/deploy/images//`. + +Additional Information +---------------------- + +For more complete details on setting up and using Yocto/OE refer to the Yocto +Project Quick Start guide available at: + http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html + -- cgit v1.2.3-54-g00ecf