mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Post release add langdale to match core Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
615 B
Plaintext
19 lines
615 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have recipes-* directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "filesystems-layer"
|
|
BBFILE_PATTERN_filesystems-layer = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_filesystems-layer = "5"
|
|
|
|
# This should only be incremented on significant changes that will
|
|
# cause compatibility issues with other layers
|
|
LAYERVERSION_filesystems-layer = "1"
|
|
|
|
LAYERDEPENDS_filesystems-layer = "core openembedded-layer"
|
|
|
|
LAYERSERIES_COMPAT_filesystems-layer = "kirkstone langdale"
|