mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-03 15:24:40 +02:00
19 lines
532 B
Plaintext
19 lines
532 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a recipes-* directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "riscv-layer"
|
|
BBFILE_PATTERN_riscv-layer = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_riscv-layer = "6"
|
|
|
|
BBFILES_DYNAMIC += " \
|
|
qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \
|
|
qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \
|
|
\
|
|
"
|
|
|
|
LAYERSERIES_COMPAT_riscv-layer = "warrior"
|