Files
EMOS-TestApp-Layer/conf/layer.conf
2023-01-12 13:03:46 +01:00

13 lines
389 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 += "testapp"
BBFILE_PATTERN_testapp = "^${LAYERDIR}/"
BBFILE_PRIORITY_testapp = "5"
LAYERVERSION_testapp = "1"
LAYERSERIES_COMPAT_testapp = "dunfell"