From 2007cad67992c0946a30431ce4bba351ddd907bf Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Fri, 28 Aug 2015 00:02:59 +0200 Subject: [PATCH] layer.conf: Initial configuration for NanoPi OE-Core layer Signed-off-by: Florian Boor --- conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 conf/layer.conf 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" -- 2.39.2