meta-m4ss/conf/layer.conf

15 lines
409 B
Plaintext
Raw Permalink Normal View History

2021-04-09 12:56:53 +00:00
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend \
${LAYERDIR}/classes/*.bbclass \
"
BBFILE_COLLECTIONS += "m4ss"
BBFILE_PATTERN_m4ss = "^${LAYERDIR}/"
BBFILE_PRIORITY_m4ss = "7"
LAYERDEPENDS_m4ss = "core yocto intel virtualization-layer mender"