From: Florian Boor Date: Thu, 27 Aug 2015 22:02:59 +0000 (+0200) Subject: layer.conf: Initial configuration for NanoPi OE-Core layer X-Git-Url: https://git.kernelconcepts.de/?p=meta-nanopi.git;a=commitdiff_plain;h=2007cad67992c0946a30431ce4bba351ddd907bf;ds=sidebyside layer.conf: Initial configuration for NanoPi OE-Core layer Signed-off-by: Florian Boor --- 2007cad67992c0946a30431ce4bba351ddd907bf diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..a643146 --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,9 @@ +# We have a conf and classes directory, append to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "meta-nanopi" +BBFILE_PATTERN_meta-nanopi := "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-nanopi = "6"