diff options
| author | John Ogness <john.ogness@linutronix.de> | 2017-12-19 11:16:28 +0100 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2017-12-19 11:16:28 +0100 |
| commit | 6e7e1b7172813fc4ecb60597f903dd21a4616159 (patch) | |
| tree | dbfe0b8f1a3d51c275722ba86d4ffe109ee88aef /distribution/yocto-advanced/meta-schulung-extended/conf/layer.conf | |
| parent | 270520b4a2eac8725c8575c3180964289722e191 (diff) | |
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 <john.ogness@linutronix.de>
Diffstat (limited to 'distribution/yocto-advanced/meta-schulung-extended/conf/layer.conf')
| -rw-r--r-- | distribution/yocto-advanced/meta-schulung-extended/conf/layer.conf | 26 |
1 files changed, 26 insertions, 0 deletions
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" |
