diff options
author | 2019-07-02 17:05:28 +0900 | |
---|---|---|
committer | 2019-07-02 17:05:28 +0900 | |
commit | bbf628fd43eacb88921efb8f1a0f175e6b60aec0 (patch) | |
tree | c31e910ff77ca8f1fecac0c71b8c1036038a41a6 | |
parent | b6c6133b4943d524de59c2170e39a596df54a31c (diff) | |
download | meta-spdxscanner-bbf628fd43eacb88921efb8f1a0f175e6b60aec0.tar.gz meta-spdxscanner-bbf628fd43eacb88921efb8f1a0f175e6b60aec0.tar.bz2 meta-spdxscanner-bbf628fd43eacb88921efb8f1a0f175e6b60aec0.zip |
Added LAYERSERIES_COMPAT_spdxscanner.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 9a9b3d2..107ed19 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,3 +8,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "spdxscanner" BBFILE_PATTERN_spdxscanner = "^${LAYERDIR}/" BBFILE_PRIORITY_spdxscanner = "6" + +LAYERSERIES_COMPAT_spdxscanner = "thud warrior master" |