blob: 4beac385f4df9c5f4168d61ecc2c53573357f911 [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301# 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 += "security"
9BBFILE_PATTERN_security = "^${LAYERDIR}/"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010BBFILE_PRIORITY_security = "8"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053011
Armin Kuster17f40352019-04-01 19:29:36 -070012LAYERSERIES_COMPAT_security = "thud warrior"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053013
14LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080015
Brad Bishop19323692019-04-05 15:28:33 -040016DEFAULT_TEST_SUITES_pn-security-build-image = " ping ssh ptest"