From ed634d36d64af846b68424d38eaa86b464584840 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 15 Jul 2014 16:32:33 -0700 Subject: meta-python: create layer Signed-off-by: Tim Orling Signed-off-by: Martin Jansa --- meta-python/conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-python/conf/layer.conf (limited to 'meta-python/conf') diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf new file mode 100644 index 0000000000..4e8eca3c33 --- /dev/null +++ b/meta-python/conf/layer.conf @@ -0,0 +1,9 @@ +# We might have a conf and classes directory, append to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have recipes directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "meta-python" +BBFILE_PATTERN_meta-python := "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-python = "7" -- cgit 1.2.3-korg