blob: 3b315a5ed753127c5e84d0fafd25ee2f37ddb0d7 (
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 += "raspberrypi-extra-layer"
BBFILE_PATTERN_raspberrypi-extra-layer = "^${LAYERDIR}/"
BBFILE_PRIORITY_raspberrypi-extra-layer = "12"
LAYERDEPENDS_raspberrypi-extra-layer += "raspberrypi"
LAYERSERIES_COMPAT_raspberrypi-extra-layer = "wrynose"
|