skov-example-projects/meta-helloworld/conf/layer.conf
Simon From Jakosen dc9a4d3f7c add layer
2024-08-07 12:19:03 +02:00

14 lines
410 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 += "helloworld"
BBFILE_PATTERN_helloworld = "^${LAYERDIR}/"
BBFILE_PRIORITY_helloworld = "6"
LAYERDEPENDS_helloworld = "core"
LAYERSERIES_COMPAT_helloworld = "kirkstone"