[oe] [meta-xilinx 6/7] conf: Add bblayers.conf sample configuration file.

Elvis Dowson elvis.dowson at gmail.com
Wed Aug 22 19:20:23 UTC 2012


* Add bblayers.conf sample configuration file to build meta-xilinx
  using gcc-4.5 and eglibc-2.13 retired toolchain recipes from
  the meta-openembedded/toolchain-layer.

Signed-off-by: Elvis Dowson <elvis.dowson at gmail.com>
---
 conf/bblayers.conf.sample |   13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 conf/bblayers.conf.sample

diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample
new file mode 100644
index 0000000..78cc933
--- /dev/null
+++ b/conf/bblayers.conf.sample
@@ -0,0 +1,13 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "5"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+BBLAYERS ?= " \
+  /tool/yocto/poky/meta \
+  /tool/yocto/poky/meta-yocto \
+  /tool/yocto/meta-xilinx \
+  /tool/yocto/meta-openembedded/toolchain-layer \
+  "
-- 
1.7.9.5





More information about the Openembedded-devel mailing list