diff options
| -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-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 |
8 files changed, 16 insertions, 0 deletions
diff --git a/meta-efi-secure-boot/conf/layer.conf b/meta-efi-secure-boot/conf/layer.conf index e725335..be3c1f0 100644 --- a/meta-efi-secure-boot/conf/layer.conf +++ b/meta-efi-secure-boot/conf/layer.conf | |||
| @@ -17,3 +17,5 @@ LAYERDEPENDS_efi-secure-boot = "\ | |||
| 17 | signing-key \ | 17 | signing-key \ |
| 18 | perl-layer \ | 18 | perl-layer \ |
| 19 | " | 19 | " |
| 20 | |||
| 21 | LAYERSERIES_COMPAT_efi-secure-boot = "sumo" | ||
diff --git a/meta-encrypted-storage/conf/layer.conf b/meta-encrypted-storage/conf/layer.conf index 0f3ec40..9772e96 100644 --- a/meta-encrypted-storage/conf/layer.conf +++ b/meta-encrypted-storage/conf/layer.conf | |||
| @@ -16,3 +16,5 @@ LAYERDEPENDS_encrypted-storage = "\ | |||
| 16 | tpm2 \ | 16 | tpm2 \ |
| 17 | openembedded-layer \ | 17 | openembedded-layer \ |
| 18 | " | 18 | " |
| 19 | |||
| 20 | LAYERSERIES_COMPAT_encrypted-storage = "sumo" | ||
diff --git a/meta-ids/conf/layer.conf b/meta-ids/conf/layer.conf index 00f6f1b..a2f29c9 100644 --- a/meta-ids/conf/layer.conf +++ b/meta-ids/conf/layer.conf | |||
| @@ -15,3 +15,5 @@ LAYERDEPENDS_ids = "\ | |||
| 15 | core \ | 15 | core \ |
| 16 | networking-layer \ | 16 | networking-layer \ |
| 17 | " | 17 | " |
| 18 | |||
| 19 | LAYERSERIES_COMPAT_ids = "sumo" | ||
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index 67eb755..2565080 100644 --- a/meta-integrity/conf/layer.conf +++ b/meta-integrity/conf/layer.conf | |||
| @@ -26,3 +26,5 @@ LAYERRECOMMENDS_integrity = "\ | |||
| 26 | BB_HASHBASE_WHITELIST_append += "\ | 26 | BB_HASHBASE_WHITELIST_append += "\ |
| 27 | RPM_FSK_PATH \ | 27 | RPM_FSK_PATH \ |
| 28 | " | 28 | " |
| 29 | |||
| 30 | LAYERSERIES_COMPAT_integrity = "sumo" | ||
diff --git a/meta-signing-key/conf/layer.conf b/meta-signing-key/conf/layer.conf index e067f6b..1b735d2 100644 --- a/meta-signing-key/conf/layer.conf +++ b/meta-signing-key/conf/layer.conf | |||
| @@ -13,6 +13,8 @@ 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" | ||
| 17 | |||
| 16 | SIGNING_MODEL ??= "sample" | 18 | SIGNING_MODEL ??= "sample" |
| 17 | SAMPLE_MOK_SB_KEYS_DIR = "${LAYERDIR}/files/mok_sb_keys" | 19 | SAMPLE_MOK_SB_KEYS_DIR = "${LAYERDIR}/files/mok_sb_keys" |
| 18 | SAMPLE_UEFI_SB_KEYS_DIR = "${LAYERDIR}/files/uefi_sb_keys" | 20 | SAMPLE_UEFI_SB_KEYS_DIR = "${LAYERDIR}/files/uefi_sb_keys" |
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf index d767fb2..2b9964a 100644 --- a/meta-tpm/conf/layer.conf +++ b/meta-tpm/conf/layer.conf | |||
| @@ -12,3 +12,5 @@ BBFILE_PRIORITY_tpm = "10" | |||
| 12 | BBLAYERS_LAYERINDEX_NAME_tpm = "meta-tpm" | 12 | BBLAYERS_LAYERINDEX_NAME_tpm = "meta-tpm" |
| 13 | 13 | ||
| 14 | LAYERDEPENDS_tpm = "core" | 14 | LAYERDEPENDS_tpm = "core" |
| 15 | |||
| 16 | LAYERSERIES_COMPAT_tpm = "sumo" | ||
diff --git a/meta-tpm2/conf/layer.conf b/meta-tpm2/conf/layer.conf index c39e063..3842160 100644 --- a/meta-tpm2/conf/layer.conf +++ b/meta-tpm2/conf/layer.conf | |||
| @@ -12,3 +12,5 @@ BBFILE_PRIORITY_tpm2 = "10" | |||
| 12 | BBLAYERS_LAYERINDEX_NAME_tpm2 = "meta-tpm2" | 12 | BBLAYERS_LAYERINDEX_NAME_tpm2 = "meta-tpm2" |
| 13 | 13 | ||
| 14 | LAYERDEPENDS_tpm2 = "core" | 14 | LAYERDEPENDS_tpm2 = "core" |
| 15 | |||
| 16 | LAYERSERIES_COMPAT_tpm2 = "sumo" | ||
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 729dd1e..4caf70c 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
| @@ -14,3 +14,5 @@ BBLAYERS_LAYERINDEX_NAME_secure-core = "meta-secure-core" | |||
| 14 | LAYERDEPENDS_secure-core = "\ | 14 | LAYERDEPENDS_secure-core = "\ |
| 15 | core \ | 15 | core \ |
| 16 | " | 16 | " |
| 17 | |||
| 18 | LAYERSERIES_COMPAT_secure-core = "sumo" | ||
