From 20ef1b94c19d64ae7dfc6602cd1bf41b1a52d744 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 8 May 2013 13:44:38 +1000 Subject: meta-kc705: Create KC705 BSP layer Signed-off-by: Nathan Rossi --- meta-kc705/conf/layer.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-kc705/conf/layer.conf 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 @@ +# 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 += "kc705" +BBFILE_PATTERN_kc705 := "^${LAYERDIR}/" +BBFILE_PRIORITY_kc705 = "8" + -- cgit v1.2.3-54-g00ecf