summaryrefslogtreecommitdiff
path: root/meta-unit-graphics/conf/layer.conf
blob: 27f9afb903de00cd55b22c4962f2dca8364bd504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
BBPATH .= ":${LAYERDIR}"

BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"

BBFILE_COLLECTIONS += "unit-graphics-layer"
BBFILE_PATTERN_unit-graphics-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_unit-graphics-layer = "13"

LAYERDEPENDS_unit-distro = "core yocto unit-users-layer"

LAYERSERIES_COMPAT_unit-graphics-layer = "whinlatter"

BBFILES_DYNAMIC += " \
    flutter-layer:${LAYERDIR}/dynamic-layers/flutter-layer/recipes-*/*/*.bb \
    flutter-layer:${LAYERDIR}/dynamic-layers/flutter-layer/recipes-*/*/*.bbappend \
    raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/recipes-*/*/*.bb \
    raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/recipes-*/*/*.bbappend \
"

UNIT_GRAPHICS_LAYERDIR = "${LAYERDIR}"