Files
meta-qt5-extra/conf/layer.conf
Andreas Müller 73301b9d5e layer.conf: Increase layer priority higher than meta-luneui
meta-luneui builds a VERY old extra-cmake-modules causing trouble here

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-09 16:24:36 +01:00

14 lines
493 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-qt5-extra"
BBFILE_PATTERN_meta-qt5-extra := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-qt5-extra = "20"
LAYERDEPENDS_meta-qt5-extra = "core qt5-layer openembedded-layer networking-layer"