From 88e5ad9e5e14f572c6cdddb88b5a4a6583e4b7ee Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 26 Sep 2012 17:01:41 +1000 Subject: Created initial meta-xilinx layer. Signed-off-by: Nathan Rossi --- conf/layer.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/layer.conf diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 00000000..193230c0 --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,11 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH := "${BBPATH}:${LAYERDIR}" + +# We have a packages directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb" +BBFILES += " ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "xilinx" +BBFILE_PATTERN_xilinx := "^${LAYERDIR}/" +BBFILE_PRIORITY_xilinx = "8" + -- cgit v1.2.3-54-g00ecf