* 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 <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
