summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-05-08 13:44:38 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-05-08 13:44:38 +1000
commit20ef1b94c19d64ae7dfc6602cd1bf41b1a52d744 (patch)
tree00b741a5ec14ca9ac9d96c2ffb065304a9ec62b9
parent3c33e655e878b04a5e7452a85376642c2f3e486a (diff)
downloadmeta-xilinx-20ef1b94c19d64ae7dfc6602cd1bf41b1a52d744.tar.gz
meta-kc705: Create KC705 BSP layer
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r--meta-kc705/conf/layer.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-kc705/conf/layer.conf b/meta-kc705/conf/layer.conf
new file mode 100644
index 00000000..5a065067
--- /dev/null
+++ b/meta-kc705/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 += "kc705"
9BBFILE_PATTERN_kc705 := "^${LAYERDIR}/"
10BBFILE_PRIORITY_kc705 = "8"
11