blob: 906e02440713709997233f5f109c66f6903c8c65 [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
Andrew Geissler9d3cc052021-03-31 13:36:22 -050012LAYERSERIES_COMPAT_security = "hardknott"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053013
14LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"
Andrew Geisslerf1e44062021-04-15 15:52:46 -050015
16BBFILES_DYNAMIC += " \
17rust-layer:${LAYERDIR}/dynamic-layers/meta-rust/recipes-*/*/*.bb \
18"