aboutsummaryrefslogtreecommitdiffstats
path: root/meta-cgl-common/conf/layer.conf
blob: a48f96e0a5e76ed26258537702a8cca0c3962b78 (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"

require conf/distro/include/cgl_common_security_flags.inc