aboutsummaryrefslogtreecommitdiffstats
path: root/meta-cgl-common/conf/layer.conf
blob: 6035b4b8bf2da2d16a4c9e4ded795033fc0a7527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 += "cgl-common"
BBFILE_PATTERN_cgl-common = "^${LAYERDIR}/"
BBFILE_PRIORITY_cgl-common = "7"

LAYERDEPENDS_cgl-common = "core openembedded-layer networking-layer perl-layer filesystems-layer security selinux"

LAYERSERIES_COMPAT_cgl-common = "warrior zeus dunfell"

require conf/distro/include/cgl_common_security_flags.inc