From 6e7e1b7172813fc4ecb60597f903dd21a4616159 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Tue, 19 Dec 2017 11:16:28 +0100 Subject: update yocto-advanced: sync to devel/manut/yocto The devel/manut/yocto heavily diverted from master. Sync with latest version 8cd4956a9b48a316eab6dc6d1b1f6cd51362fecf. Signed-off-by: John Ogness --- .../meta-schulung-extended/conf/layer.conf | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 distribution/yocto-advanced/meta-schulung-extended/conf/layer.conf (limited to 'distribution/yocto-advanced/meta-schulung-extended/conf/layer.conf') diff --git a/distribution/yocto-advanced/meta-schulung-extended/conf/layer.conf b/distribution/yocto-advanced/meta-schulung-extended/conf/layer.conf new file mode 100644 index 0000000..874701b --- /dev/null +++ b/distribution/yocto-advanced/meta-schulung-extended/conf/layer.conf @@ -0,0 +1,26 @@ +# add this layer to the search path for bitbake +BBPATH .= ":${LAYERDIR}" + +# specify where all bb and bbappend files for this layer are +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" +BBFILES += "${LAYERDIR}/recipes-*/*/*.bbappend" + +# name this layer +# (...and add it to bitbake's list of known layers) +BBFILE_COLLECTIONS += "schulung" + +# specify the pattern that can be used to match file paths with this layer +BBFILE_PATTERN_schulung = "^${LAYERDIR}/" + +# specify the priority of this layer +BBFILE_PRIORITY_schulung = "10" + +# specify the version of this layer +# (should only be incremented on significant changes that will cause +# compatibility issues with other layers) +LAYERVERSION_schulung = "1" + +# layers this layer depends on +# (look at the BBFILE_COLLECTIONS value in a layer's +# layer.conf to see what its name is) +LAYERDEPENDS_schulung = "core" -- cgit v1.2.3