M7350/oe-core/meta-skeleton/conf/layer.conf

16 lines
487 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
# We have a conf and classes directory, add to BBPATH
2024-09-09 08:57:42 +00:00
BBPATH .= ":${LAYERDIR}"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
2024-09-09 08:52:07 +00:00
BBFILE_COLLECTIONS += "skeleton"
2024-09-09 08:57:42 +00:00
BBFILE_PATTERN_skeleton = "^${LAYERDIR}/"
2024-09-09 08:52:07 +00:00
BBFILE_PRIORITY_skeleton = "1"
2024-09-09 08:57:42 +00:00
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_skeleton = "1"
LAYERDEPENDS_skeleton = "core"