blob: bd6b276efd652eb892525294fc2d18ed0e2ed6ce [file] [log] [blame]
lh758261d2023-07-13 05:52:04 -07001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "meta-zxic-selinux"
9BBFILE_PATTERN_meta-zxic-selinux = "^${LAYERDIR}/"
10BBFILE_PRIORITY_meta-zxic-selinux = "10"
11
12LAYERDEPENDS_meta-zxic-selinux = "core"
13LAYERSERIES_COMPAT_meta-zxic-selinux = "dunfell"