forked from brl/citadel
Bruce Leidl
7bf4c57437
This is now found in a separate package called systemd-extra-utils Some related recipes have been updated: * libblockdev 2.24 * cryptsetup 2.3.4 * lvm 2.03.06
25 lines
786 B
Plaintext
25 lines
786 B
Plaintext
# 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"
|
|
|
|
BBMASK += "meta-intel/dynamic-layers/clang-layer/recipes-devtools/clang/llvm-project-source.bbappend"
|
|
LICENSE_PATH += "${LAYERDIR}/licenses"
|
|
|
|
# see https://patches.openembedded.org/patch/164502/
|
|
PREFERRED_RPROVIDER_libdevmapper = "lvm2"
|
|
|
|
BBFILE_COLLECTIONS += "citadel"
|
|
BBFILE_PATTERN_citadel = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_citadel = "5"
|
|
|
|
LAYERSERIES_COMPAT_citadel = "dunfell"
|
|
|
|
# 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"
|