summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-04-20 16:56:19 +0800
committerJia Zhang <zhang.jia@linux.alibaba.com>2021-04-21 12:57:22 +0800
commit6cbe3df2a23322a1de8a5d8a4b9febb3175f23ac (patch)
treee76c84a3765d5eb186efe34f098422374aef5ed0
parentbc84821aa4de652c45614de7c5acd804d0ad5d54 (diff)
downloadmeta-secure-core-6cbe3df2a23322a1de8a5d8a4b9febb3175f23ac.tar.gz
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>
-rw-r--r--meta-efi-secure-boot/conf/layer.conf2
-rw-r--r--meta-encrypted-storage/conf/layer.conf2
-rw-r--r--meta-ids/conf/layer.conf2
-rw-r--r--meta-integrity/conf/layer.conf2
-rw-r--r--meta-intel-sgx/conf/layer.conf2
-rw-r--r--meta-signing-key/conf/layer.conf2
-rw-r--r--meta-tpm/conf/layer.conf2
-rw-r--r--meta-tpm2/conf/layer.conf2
-rw-r--r--meta/conf/layer.conf2
9 files changed, 9 insertions, 9 deletions
diff --git a/meta-efi-secure-boot/conf/layer.conf b/meta-efi-secure-boot/conf/layer.conf
index f4eb4c8..4eb6813 100644
--- a/meta-efi-secure-boot/conf/layer.conf
+++ b/meta-efi-secure-boot/conf/layer.conf
@@ -19,4 +19,4 @@ LAYERDEPENDS_efi-secure-boot = "\
19 perl-layer \ 19 perl-layer \
20" 20"
21 21
22LAYERSERIES_COMPAT_efi-secure-boot = "thud warrior zeus dunfell gatesgarth" 22LAYERSERIES_COMPAT_efi-secure-boot = "hardknott"
diff --git a/meta-encrypted-storage/conf/layer.conf b/meta-encrypted-storage/conf/layer.conf
index a9a4883..509e2c3 100644
--- a/meta-encrypted-storage/conf/layer.conf
+++ b/meta-encrypted-storage/conf/layer.conf
@@ -17,4 +17,4 @@ LAYERDEPENDS_encrypted-storage = "\
17 openembedded-layer \ 17 openembedded-layer \
18" 18"
19 19
20LAYERSERIES_COMPAT_encrypted-storage = "thud warrior zeus dunfell gatesgarth" 20LAYERSERIES_COMPAT_encrypted-storage = "hardknott"
diff --git a/meta-ids/conf/layer.conf b/meta-ids/conf/layer.conf
index aa80fd6..546c601 100644
--- a/meta-ids/conf/layer.conf
+++ b/meta-ids/conf/layer.conf
@@ -16,4 +16,4 @@ LAYERDEPENDS_ids = "\
16 networking-layer \ 16 networking-layer \
17" 17"
18 18
19LAYERSERIES_COMPAT_ids = "thud warrior zeus dunfell gatesgarth" 19LAYERSERIES_COMPAT_ids = "hardknott"
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
index f720d48..9f68ce5 100644
--- a/meta-integrity/conf/layer.conf
+++ b/meta-integrity/conf/layer.conf
@@ -28,4 +28,4 @@ BB_HASHBASE_WHITELIST_append += "\
28 RPM_FSK_PATH \ 28 RPM_FSK_PATH \
29" 29"
30 30
31LAYERSERIES_COMPAT_integrity = "thud warrior zeus dunfell gatesgarth" 31LAYERSERIES_COMPAT_integrity = "hardknott"
diff --git a/meta-intel-sgx/conf/layer.conf b/meta-intel-sgx/conf/layer.conf
index 488f984..dc62e07 100644
--- a/meta-intel-sgx/conf/layer.conf
+++ b/meta-intel-sgx/conf/layer.conf
@@ -15,4 +15,4 @@ LAYERDEPENDS_intel-sgx = "\
15 core \ 15 core \
16" 16"
17 17
18LAYERSERIES_COMPAT_intel-sgx = "rocko thud warrior zeus dunfell gatesgarth" 18LAYERSERIES_COMPAT_intel-sgx = "hardknott"
diff --git a/meta-signing-key/conf/layer.conf b/meta-signing-key/conf/layer.conf
index 212f22c..9176709 100644
--- a/meta-signing-key/conf/layer.conf
+++ b/meta-signing-key/conf/layer.conf
@@ -13,7 +13,7 @@ BBLAYERS_LAYERINDEX_NAME_signing-key = "meta-signing-key"
13 13
14LAYERDEPENDS_signing-key = "core" 14LAYERDEPENDS_signing-key = "core"
15 15
16LAYERSERIES_COMPAT_signing-key = "thud warrior zeus dunfell gatesgarth" 16LAYERSERIES_COMPAT_signing-key = "hardknott"
17 17
18SIGNING_MODEL ??= "sample" 18SIGNING_MODEL ??= "sample"
19SAMPLE_MOK_SB_KEYS_DIR = "${LAYERDIR}/files/mok_sb_keys" 19SAMPLE_MOK_SB_KEYS_DIR = "${LAYERDIR}/files/mok_sb_keys"
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
index a6d62f1..5de53cf 100644
--- a/meta-tpm/conf/layer.conf
+++ b/meta-tpm/conf/layer.conf
@@ -13,4 +13,4 @@ BBLAYERS_LAYERINDEX_NAME_tpm = "meta-tpm"
13 13
14LAYERDEPENDS_tpm = "core" 14LAYERDEPENDS_tpm = "core"
15 15
16LAYERSERIES_COMPAT_tpm = "thud warrior zeus dunfell gatesgarth" 16LAYERSERIES_COMPAT_tpm = "hardknott"
diff --git a/meta-tpm2/conf/layer.conf b/meta-tpm2/conf/layer.conf
index 410ef4d..d3b6ab2 100644
--- a/meta-tpm2/conf/layer.conf
+++ b/meta-tpm2/conf/layer.conf
@@ -13,4 +13,4 @@ BBLAYERS_LAYERINDEX_NAME_tpm2 = "meta-tpm2"
13 13
14LAYERDEPENDS_tpm2 = "core" 14LAYERDEPENDS_tpm2 = "core"
15 15
16LAYERSERIES_COMPAT_tpm2 = "thud warrior zeus dunfell gatesgarth" 16LAYERSERIES_COMPAT_tpm2 = "hardknott"
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index b344a7b..0bb1795 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -15,4 +15,4 @@ LAYERDEPENDS_secure-core = "\
15 core \ 15 core \
16" 16"
17 17
18LAYERSERIES_COMPAT_secure-core = "thud warrior zeus dunfell gatesgarth" 18LAYERSERIES_COMPAT_secure-core = "hardknott"