15 lines
456 B
Plaintext
15 lines
456 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH := "${BBPATH}:${LAYERDIR}"
|
|
|
|
# We have a packages directory, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
|
|
BBFILES += " ${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "cyber-secureboot"
|
|
BBFILE_PATTERN_cyber-secureboot := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_cyber-secureboot = "11"
|
|
|
|
#LAYERDEPENDS_cyber-secureboot = "security"
|
|
|
|
LAYERSERIES_COMPAT_cyber-secureboot = "kirkstone"
|