Files
meta-secure-core/meta-intel-sgx/conf/layer.conf
T
Yi Zhao 6cbe3df2a2 layer.conf: add hardknott to LAYERSERIES_COMPAT
Remove other releases since they are not compatible anymore.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2021-04-21 12:57:22 +08:00

19 lines
460 B
Plaintext

# 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 += "intel-sgx"
BBFILE_PATTERN_intel-sgx = "^${LAYERDIR}/"
BBFILE_PRIORITY_intel-sgx = "10"
BBLAYERS_LAYERINDEX_NAME_intel-sgx = "meta-intel-sgx"
LAYERDEPENDS_intel-sgx = "\
core \
"
LAYERSERIES_COMPAT_intel-sgx = "hardknott"