blob: 76367047613eac6d3282c0856b73407a488b3de5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS += "unit-core"
BBFILE_PATTERN_unit-core := "^${LAYERDIR}/"
BBFILE_PRIORITY_unit-core = "14"
LAYERDEPENDS_unit-distro = "core yocto unit-users-layer"
LAYERSERIES_COMPAT_unit-core = "wrynose"
BBFILES_DYNAMIC += " \
raspberrypi-extra-layer:${LAYERDIR}/dynamic-layers/raspberrypi-extra-layer/recipes-*/*/*.bb \
raspberrypi-extra-layer:${LAYERDIR}/dynamic-layers/raspberrypi-extra-layer/recipes-*/*/*.bbappend \
unit-profiling-layer:${LAYERDIR}/dynamic-layers/unit-profiling-layer/recipes-*/*/*.bb \
unit-profiling-layer:${LAYERDIR}/dynamic-layers/unit-profiling-layer/recipes-*/*/*.bbappend \
raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/recipes-*/*/*.bb \
raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/recipes-*/*/*.bbappend \
rockchip:${LAYERDIR}/dynamic-layers/rockchip/recipes-*/*/*.bb \
rockchip:${LAYERDIR}/dynamic-layers/rockchip/recipes-*/*/*.bbappend \
unit-graphics-layer:${LAYERDIR}/dynamic-layers/unit-graphics-layer/recipes-*/*/*.bb \
unit-graphics-layer:${LAYERDIR}/dynamic-layers/unit-graphics-layer/recipes-*/*/*.bbappend \
unit-virtualization-layer:${LAYERDIR}/dynamic-layers/unit-virtualization-layer/recipes-*/*/*.bb \
unit-virtualization-layer:${LAYERDIR}/dynamic-layers/unit-virtualization-layer/recipes-*/*/*.bbappend \
"
UNIT_CORE_LAYERDIR = "${LAYERDIR}"
|