From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../meta-security/meta-security-isafw/conf/layer.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 external/meta-security/meta-security-isafw/conf/layer.conf (limited to 'external/meta-security/meta-security-isafw/conf/layer.conf') diff --git a/external/meta-security/meta-security-isafw/conf/layer.conf b/external/meta-security/meta-security-isafw/conf/layer.conf new file mode 100644 index 00000000..63f990a8 --- /dev/null +++ b/external/meta-security/meta-security-isafw/conf/layer.conf @@ -0,0 +1,17 @@ +# 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-isafw" +BBFILE_PATTERN_security-isafw = "^${LAYERDIR}/" +BBFILE_PRIORITY_security-isafw = "6" + +# This should only be incremented on significant changes that will +# cause compatibility issues with other layers +LAYERVERSION_security-isafw = "1" + +LAYERDEPENDS_security-isafw = "core" + +LAYERSERIES_COMPAT_security-isafw = "dunfell" -- cgit 1.2.3-korg