23 lines
779 B
Plaintext
23 lines
779 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 \
|
|
${LAYERDIR}/bbappends/*/recipes-*/*/*.bbappend \
|
|
${LAYERDIR}/backports/*/recipes-*/*/*.bb \
|
|
${LAYERDIR}/backports/*/recipes-*/*/*.bbappend \
|
|
"
|
|
|
|
BBFILE_COLLECTIONS += "netmodule-distro"
|
|
BBFILE_PATTERN_netmodule-distro = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_netmodule-distro = "10"
|
|
|
|
# This should only be incremented on significant changes that will
|
|
# cause compatibility issues with other layers
|
|
LAYERVERSION_netmodule-distro = "1"
|
|
|
|
LAYERDEPENDS_netmodule-distro = "core"
|
|
|
|
LAYERSERIES_COMPAT_netmodule-distro = "dunfell"
|