Files
meta-riscv/conf/layer.conf
2020-04-17 22:56:58 -07:00

29 lines
1.1 KiB
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 \
virtualization-layer:${LAYERDIR}/dynamic-layers/virt-layer/*/*/*.bb \
virtualization-layer:${LAYERDIR}/dynamic-layers/virt-layer/*/*/*.bbappend \
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \
\
"
LAYERSERIES_COMPAT_riscv-layer = "warrior zeus dunfell"
INSANE_SKIP_${MLPREFIX}eudev_riscv64 = "textrel"
INSANE_SKIP_${MLPREFIX}gdb_riscv64 = "textrel"
INSANE_SKIP_${MLPREFIX}perf_riscv64 = "textrel"
INSANE_SKIP_${MLPREFIX}qtbase_riscv64 = "textrel"
INSANE_SKIP_${MLPREFIX}qtbase-tools_riscv64 = "textrel"