summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@petalogix.com>2012-09-26 17:01:41 +1000
committerNathan Rossi <nathan.rossi@petalogix.com>2012-09-26 17:01:41 +1000
commit88e5ad9e5e14f572c6cdddb88b5a4a6583e4b7ee (patch)
tree80b8ae0ae15c43030ac51a4f275005bc7d20d407
downloadmeta-xilinx-88e5ad9e5e14f572c6cdddb88b5a4a6583e4b7ee.tar.gz
Created initial meta-xilinx layer.
Signed-off-by: Nathan Rossi <nathan.rossi@petalogix.com>
-rw-r--r--conf/layer.conf11
1 files changed, 11 insertions, 0 deletions
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 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH := "${BBPATH}:${LAYERDIR}"
3
4# We have a packages directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb"
6BBFILES += " ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "xilinx"
9BBFILE_PATTERN_xilinx := "^${LAYERDIR}/"
10BBFILE_PRIORITY_xilinx = "8"
11