mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
17 lines
420 B
Plaintext
17 lines
420 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have recipes-* directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "wayland"
|
|
BBFILE_PATTERN_wayland = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_wayland = "8"
|
|
|
|
LAYERSERIES_COMPAT_wayland = "kirkstone langdale"
|
|
|
|
LAYERDEPENDS_wayland = " \
|
|
core \
|
|
openembedded-layer \
|
|
"
|