blob: 3f02a5e9e11ed57ba587b1197a2b1c6dbec8c03d (
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 = "whinlatter"
|