skov-example-projects/meta-helloworld/conf/layer.conf

14 lines
410 B
Plaintext
Raw Normal View History

2024-08-07 11:19:03 +01:00
# 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"