mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-01-12 01:00:15 +00:00
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:
committed by
Jia Zhang
parent
7824fbdea8
commit
18d65f8933
@@ -17,3 +17,5 @@ LAYERDEPENDS_efi-secure-boot = "\
|
||||
signing-key \
|
||||
perl-layer \
|
||||
"
|
||||
|
||||
LAYERSERIES_COMPAT_efi-secure-boot = "sumo"
|
||||
|
||||
@@ -16,3 +16,5 @@ LAYERDEPENDS_encrypted-storage = "\
|
||||
tpm2 \
|
||||
openembedded-layer \
|
||||
"
|
||||
|
||||
LAYERSERIES_COMPAT_encrypted-storage = "sumo"
|
||||
|
||||
@@ -15,3 +15,5 @@ LAYERDEPENDS_ids = "\
|
||||
core \
|
||||
networking-layer \
|
||||
"
|
||||
|
||||
LAYERSERIES_COMPAT_ids = "sumo"
|
||||
|
||||
@@ -26,3 +26,5 @@ LAYERRECOMMENDS_integrity = "\
|
||||
BB_HASHBASE_WHITELIST_append += "\
|
||||
RPM_FSK_PATH \
|
||||
"
|
||||
|
||||
LAYERSERIES_COMPAT_integrity = "sumo"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -12,3 +12,5 @@ BBFILE_PRIORITY_tpm = "10"
|
||||
BBLAYERS_LAYERINDEX_NAME_tpm = "meta-tpm"
|
||||
|
||||
LAYERDEPENDS_tpm = "core"
|
||||
|
||||
LAYERSERIES_COMPAT_tpm = "sumo"
|
||||
|
||||
@@ -12,3 +12,5 @@ BBFILE_PRIORITY_tpm2 = "10"
|
||||
BBLAYERS_LAYERINDEX_NAME_tpm2 = "meta-tpm2"
|
||||
|
||||
LAYERDEPENDS_tpm2 = "core"
|
||||
|
||||
LAYERSERIES_COMPAT_tpm2 = "sumo"
|
||||
|
||||
@@ -14,3 +14,5 @@ BBLAYERS_LAYERINDEX_NAME_secure-core = "meta-secure-core"
|
||||
LAYERDEPENDS_secure-core = "\
|
||||
core \
|
||||
"
|
||||
|
||||
LAYERSERIES_COMPAT_secure-core = "sumo"
|
||||
|
||||
Reference in New Issue
Block a user