From cc91d815b9a14925d34b3d2f37a0f5c0097006b3 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Tue, 3 Apr 2012 20:43:31 +0100 Subject: CONF: Add layer and machine configs. --- conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf/layer.conf (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..32e1827 --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,10 @@ +# We have a conf and classes directory, append to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes directory containing .bb and .bbappend files, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \ + ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "raspberrypi" +BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" +BBFILE_PRIORITY_raspberrypi = "6" -- cgit v1.2.3-54-g00ecf