blob: 41f6eaae930d5584b8b488d627c8068aaf76a71e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
BBPATH .= ":${LAYERDIR}"
BBFILES += "\
${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend \
"
BBFILE_COLLECTIONS += "yocto-extra-layer"
BBFILE_PATTERN_yocto-extra-layer = "^${LAYERDIR}/"
BBFILE_PRIORITY_yocto-extra-layer = "6"
LAYERDEPENDS_yocto-extra-layer += "yocto"
LAYERSERIES_COMPAT_yocto-extra-layer = "wrynose"
|