mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
15 lines
558 B
Plaintext
15 lines
558 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}/extends-*/*.bb ${LAYERDIR}/extends-*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "meta-musicians"
|
|
BBFILE_PATTERN_meta-musicians := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-musicians = "20"
|
|
|
|
LAYERDEPENDS_meta-musicians = "core qt5-layer openembedded-layer networking-layer multimedia-layer xfce-layer"
|
|
LAYERSERIES_COMPAT_meta-musicians = "thud"
|