layer.conf: add LAYERSERIES_COMPAT

see https://patchwork.openembedded.org/patch/140542/

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Trevor Woerner
2018-05-25 14:44:24 -04:00
committed by Jia Zhang
parent 7824fbdea8
commit 18d65f8933
8 changed files with 16 additions and 0 deletions

View File

@@ -17,3 +17,5 @@ LAYERDEPENDS_efi-secure-boot = "\
signing-key \
perl-layer \
"
LAYERSERIES_COMPAT_efi-secure-boot = "sumo"

View File

@@ -16,3 +16,5 @@ LAYERDEPENDS_encrypted-storage = "\
tpm2 \
openembedded-layer \
"
LAYERSERIES_COMPAT_encrypted-storage = "sumo"

View File

@@ -15,3 +15,5 @@ LAYERDEPENDS_ids = "\
core \
networking-layer \
"
LAYERSERIES_COMPAT_ids = "sumo"

View File

@@ -26,3 +26,5 @@ LAYERRECOMMENDS_integrity = "\
BB_HASHBASE_WHITELIST_append += "\
RPM_FSK_PATH \
"
LAYERSERIES_COMPAT_integrity = "sumo"

View File

@@ -13,6 +13,8 @@ BBLAYERS_LAYERINDEX_NAME_signing-key = "meta-signing-key"
LAYERDEPENDS_signing-key = "core"
LAYERSERIES_COMPAT_signing-key = "sumo"
SIGNING_MODEL ??= "sample"
SAMPLE_MOK_SB_KEYS_DIR = "${LAYERDIR}/files/mok_sb_keys"
SAMPLE_UEFI_SB_KEYS_DIR = "${LAYERDIR}/files/uefi_sb_keys"

View File

@@ -12,3 +12,5 @@ BBFILE_PRIORITY_tpm = "10"
BBLAYERS_LAYERINDEX_NAME_tpm = "meta-tpm"
LAYERDEPENDS_tpm = "core"
LAYERSERIES_COMPAT_tpm = "sumo"

View File

@@ -12,3 +12,5 @@ BBFILE_PRIORITY_tpm2 = "10"
BBLAYERS_LAYERINDEX_NAME_tpm2 = "meta-tpm2"
LAYERDEPENDS_tpm2 = "core"
LAYERSERIES_COMPAT_tpm2 = "sumo"

View File

@@ -14,3 +14,5 @@ BBLAYERS_LAYERINDEX_NAME_secure-core = "meta-secure-core"
LAYERDEPENDS_secure-core = "\
core \
"
LAYERSERIES_COMPAT_secure-core = "sumo"