mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
Otherwise meta-rust is a hard dependency Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
29 lines
716 B
Plaintext
29 lines
716 B
Plaintext
# We have a conf and classes directory, append to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# recipes
|
|
BBFILES += "${LAYERDIR}/recipes-*/*.bb ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*/*.bb"
|
|
# appends
|
|
BBFILES += "${LAYERDIR}/appends/*/*.bbappend"
|
|
|
|
|
|
BBFILES_DYNAMIC += "\
|
|
rust-layer:${LAYERDIR}/dynamic-layers/meta-rust/*.bb \
|
|
"
|
|
|
|
BBFILE_COLLECTIONS += "meta-musicians"
|
|
BBFILE_PATTERN_meta-musicians := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-musicians = "20"
|
|
|
|
LAYERDEPENDS_meta-musicians = " \
|
|
core \
|
|
openembedded-layer \
|
|
multimedia-layer \
|
|
networking-layer \
|
|
xfce-layer \
|
|
gnome-layer \
|
|
meta-python \
|
|
qt5-layer \
|
|
"
|
|
LAYERSERIES_COMPAT_meta-musicians = "dunfell gatesgarth hardknott"
|