2017-12-04 16:33:20 -05:00
|
|
|
# We have a conf and classes directory, add to BBPATH
|
|
|
|
BBPATH =. "${LAYERDIR}:"
|
|
|
|
|
|
|
|
# We have recipes-* directories, add to BBFILES
|
|
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
|
2020-07-08 10:42:25 -04:00
|
|
|
BBMASK += "meta-intel/dynamic-layers/clang-layer/recipes-devtools/clang/llvm-project-source.bbappend"
|
2017-12-12 15:31:31 -05:00
|
|
|
LICENSE_PATH += "${LAYERDIR}/licenses"
|
|
|
|
|
2020-11-02 11:01:58 -05:00
|
|
|
# see https://patches.openembedded.org/patch/164502/
|
|
|
|
PREFERRED_RPROVIDER_libdevmapper = "lvm2"
|
|
|
|
|
2017-12-04 16:33:20 -05:00
|
|
|
BBFILE_COLLECTIONS += "citadel"
|
|
|
|
BBFILE_PATTERN_citadel = "^${LAYERDIR}/"
|
|
|
|
BBFILE_PRIORITY_citadel = "5"
|
|
|
|
|
2021-05-05 08:45:55 -04:00
|
|
|
LAYERSERIES_COMPAT_citadel = "hardknott"
|
2017-12-04 16:33:20 -05:00
|
|
|
|
|
|
|
# This should only be incremented on significant changes that will
|
|
|
|
# cause compatibility issues with other layers
|
|
|
|
LAYERVERSION_citadel = "1"
|
|
|
|
|
|
|
|
REQUIRED_POKY_BBLAYERS_CONF_VERSION = "2"
|