From e3678e964c523c6db769f3076ccedbb659b261e4 Mon Sep 17 00:00:00 2001 From: muvarov Date: Fri, 1 Nov 2019 03:39:17 +0300 Subject: [PATCH] conf/layer.conf: Add zeus to LAYERSERIES_COMPAT (#121) Signed-off-by: Maxim Uvarov --- meta-efi-secure-boot/conf/layer.conf | 2 +- meta-encrypted-storage/conf/layer.conf | 2 +- meta-ids/conf/layer.conf | 2 +- meta-integrity/conf/layer.conf | 2 +- meta-intel-sgx/conf/layer.conf | 2 +- meta-signing-key/conf/layer.conf | 2 +- meta-tpm/conf/layer.conf | 2 +- meta-tpm2/conf/layer.conf | 2 +- 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 8bad380..e8ffa4c 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 = "\ perl-layer \ " -LAYERSERIES_COMPAT_efi-secure-boot = "thud warrior" +LAYERSERIES_COMPAT_efi-secure-boot = "thud warrior zeus" diff --git a/meta-encrypted-storage/conf/layer.conf b/meta-encrypted-storage/conf/layer.conf index 4242b0d..00ebdfa 100644 --- a/meta-encrypted-storage/conf/layer.conf +++ b/meta-encrypted-storage/conf/layer.conf @@ -17,4 +17,4 @@ LAYERDEPENDS_encrypted-storage = "\ openembedded-layer \ " -LAYERSERIES_COMPAT_encrypted-storage = "thud warrior" +LAYERSERIES_COMPAT_encrypted-storage = "thud warrior zeus" diff --git a/meta-ids/conf/layer.conf b/meta-ids/conf/layer.conf index ecc2cfa..600535b 100644 --- a/meta-ids/conf/layer.conf +++ b/meta-ids/conf/layer.conf @@ -16,4 +16,4 @@ LAYERDEPENDS_ids = "\ networking-layer \ " -LAYERSERIES_COMPAT_ids = "thud warrior" +LAYERSERIES_COMPAT_ids = "thud warrior zeus" diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index b2e75b4..43189f1 100644 --- a/meta-integrity/conf/layer.conf +++ b/meta-integrity/conf/layer.conf @@ -28,4 +28,4 @@ BB_HASHBASE_WHITELIST_append += "\ RPM_FSK_PATH \ " -LAYERSERIES_COMPAT_integrity = "thud warrior" +LAYERSERIES_COMPAT_integrity = "thud warrior zeus" diff --git a/meta-intel-sgx/conf/layer.conf b/meta-intel-sgx/conf/layer.conf index e57db6c..be4c489 100644 --- a/meta-intel-sgx/conf/layer.conf +++ b/meta-intel-sgx/conf/layer.conf @@ -15,4 +15,4 @@ LAYERDEPENDS_intel-sgx = "\ core \ " -LAYERSERIES_COMPAT_intel-sgx = "rocko thud warrior" +LAYERSERIES_COMPAT_intel-sgx = "rocko thud warrior zeus" diff --git a/meta-signing-key/conf/layer.conf b/meta-signing-key/conf/layer.conf index 494deb2..2755aa2 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" LAYERDEPENDS_signing-key = "core" -LAYERSERIES_COMPAT_signing-key = "thud warrior" +LAYERSERIES_COMPAT_signing-key = "thud warrior zeus" SIGNING_MODEL ??= "sample" 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 65fe109..0bbcc8c 100644 --- a/meta-tpm/conf/layer.conf +++ b/meta-tpm/conf/layer.conf @@ -13,4 +13,4 @@ BBLAYERS_LAYERINDEX_NAME_tpm = "meta-tpm" LAYERDEPENDS_tpm = "core" -LAYERSERIES_COMPAT_tpm = "thud warrior" +LAYERSERIES_COMPAT_tpm = "thud warrior zeus" diff --git a/meta-tpm2/conf/layer.conf b/meta-tpm2/conf/layer.conf index 7c66386..f615eed 100644 --- a/meta-tpm2/conf/layer.conf +++ b/meta-tpm2/conf/layer.conf @@ -13,4 +13,4 @@ BBLAYERS_LAYERINDEX_NAME_tpm2 = "meta-tpm2" LAYERDEPENDS_tpm2 = "core" -LAYERSERIES_COMPAT_tpm2 = "thud warrior" +LAYERSERIES_COMPAT_tpm2 = "thud warrior zeus" diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 0fa7944..effb88c 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -15,4 +15,4 @@ LAYERDEPENDS_secure-core = "\ core \ " -LAYERSERIES_COMPAT_secure-core = "thud warrior" +LAYERSERIES_COMPAT_secure-core = "thud warrior zeus"