# 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" | |
BBFILE_COLLECTIONS += "meta-zxic-selinux" | |
BBFILE_PATTERN_meta-zxic-selinux = "^${LAYERDIR}/" | |
BBFILE_PRIORITY_meta-zxic-selinux = "10" | |
LAYERDEPENDS_meta-zxic-selinux = "core" | |
LAYERSERIES_COMPAT_meta-zxic-selinux = "dunfell" |