aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: 4beac385f4df9c5f4168d61ecc2c53573357f911 (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 += "security"
BBFILE_PATTERN_security = "^${LAYERDIR}/"
BBFILE_PRIORITY_security = "8"

LAYERSERIES_COMPAT_security = "thud warrior"

LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"

DEFAULT_TEST_SUITES_pn-security-build-image = " ping ssh ptest"