diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-10-07 07:29:54 -0700 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2018-10-08 14:47:47 +0800 |
commit | c1a543fc998597acc1763ccbc5e8b3c19da50f70 (patch) | |
tree | fe55e3c483cf086373311fd8b0c141edc5129988 | |
parent | 3936cdfa7f1125b312aee81e15f69ed872ae2d0f (diff) | |
download | meta-secure-core-c1a543fc998597acc1763ccbc5e8b3c19da50f70.tar.gz |
layer.conf: update LAYERSERIES_COMPAT `sumo' -> `thud'
Since `9ec5a8a layer.conf: Drop sumo from LAYERSERIES_CORENAMES' and
`9867924 layer.conf: Add thud to LAYERSERIES_CORENAMES' applied in oe-core,
update LAYERSERIES_COMPAT `sumo' -> `thud'
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
-rw-r--r-- | meta-efi-secure-boot/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-encrypted-storage/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-ids/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-integrity/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-intel-sgx/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-signing-key/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-tpm/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-tpm2/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta/conf/layer.conf | 2 |
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 167ca22..447530d 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 | ||
22 | LAYERSERIES_COMPAT_efi-secure-boot = "sumo" | 22 | LAYERSERIES_COMPAT_efi-secure-boot = "thud" |
diff --git a/meta-encrypted-storage/conf/layer.conf b/meta-encrypted-storage/conf/layer.conf index 9772e96..57e5956 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 | ||
20 | LAYERSERIES_COMPAT_encrypted-storage = "sumo" | 20 | LAYERSERIES_COMPAT_encrypted-storage = "thud" |
diff --git a/meta-ids/conf/layer.conf b/meta-ids/conf/layer.conf index a2f29c9..4549921 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 | ||
19 | LAYERSERIES_COMPAT_ids = "sumo" | 19 | LAYERSERIES_COMPAT_ids = "thud" |
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index 2565080..58703d2 100644 --- a/meta-integrity/conf/layer.conf +++ b/meta-integrity/conf/layer.conf | |||
@@ -27,4 +27,4 @@ BB_HASHBASE_WHITELIST_append += "\ | |||
27 | RPM_FSK_PATH \ | 27 | RPM_FSK_PATH \ |
28 | " | 28 | " |
29 | 29 | ||
30 | LAYERSERIES_COMPAT_integrity = "sumo" | 30 | LAYERSERIES_COMPAT_integrity = "thud" |
diff --git a/meta-intel-sgx/conf/layer.conf b/meta-intel-sgx/conf/layer.conf index 8dca356..cb5f6bc 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 | ||
18 | LAYERSERIES_COMPAT_intel-sgx = "rocko sumo" | 18 | LAYERSERIES_COMPAT_intel-sgx = "rocko thud" |
diff --git a/meta-signing-key/conf/layer.conf b/meta-signing-key/conf/layer.conf index 1b735d2..d46be43 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 | ||
14 | LAYERDEPENDS_signing-key = "core" | 14 | LAYERDEPENDS_signing-key = "core" |
15 | 15 | ||
16 | LAYERSERIES_COMPAT_signing-key = "sumo" | 16 | LAYERSERIES_COMPAT_signing-key = "thud" |
17 | 17 | ||
18 | SIGNING_MODEL ??= "sample" | 18 | SIGNING_MODEL ??= "sample" |
19 | SAMPLE_MOK_SB_KEYS_DIR = "${LAYERDIR}/files/mok_sb_keys" | 19 | SAMPLE_MOK_SB_KEYS_DIR = "${LAYERDIR}/files/mok_sb_keys" |
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf index 2b9964a..162314d 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 | ||
14 | LAYERDEPENDS_tpm = "core" | 14 | LAYERDEPENDS_tpm = "core" |
15 | 15 | ||
16 | LAYERSERIES_COMPAT_tpm = "sumo" | 16 | LAYERSERIES_COMPAT_tpm = "thud" |
diff --git a/meta-tpm2/conf/layer.conf b/meta-tpm2/conf/layer.conf index 3842160..445dfae 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 | ||
14 | LAYERDEPENDS_tpm2 = "core" | 14 | LAYERDEPENDS_tpm2 = "core" |
15 | 15 | ||
16 | LAYERSERIES_COMPAT_tpm2 = "sumo" | 16 | LAYERSERIES_COMPAT_tpm2 = "thud" |
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 4caf70c..b08e3e0 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 | ||
18 | LAYERSERIES_COMPAT_secure-core = "sumo" | 18 | LAYERSERIES_COMPAT_secure-core = "thud" |