aboutsummaryrefslogtreecommitdiffstats
path: root/meta-cgl-common/conf/layer.conf
blob: de642059f6e392ed588378f75b2ef307b6f6aae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
	${LAYERDIR}/images/* \
	${LAYERDIR}/packagegroups/* \
	${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"

require conf/distro/include/cgl_common_security_flags.inc