mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-05-07 10:09:22 +00:00
meta-secure-core: define the oe index name
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
@@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "efi-secure-boot"
|
||||
BBFILE_PATTERN_efi-secure-boot = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_efi-secure-boot = "10"
|
||||
|
||||
BBLAYERS_LAYERINDEX_NAME_efi-secure-boot = "meta-efi-secure-boot"
|
||||
|
||||
LAYERDEPENDS_efi-secure-boot = "\
|
||||
core \
|
||||
openembedded-layer \
|
||||
|
||||
@@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "encrypted-storage"
|
||||
BBFILE_PATTERN_encrypted-storage = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_encrypted-storage = "10"
|
||||
|
||||
BBLAYERS_LAYERINDEX_NAME_encrypted-storage = "meta-encrypted-storage"
|
||||
|
||||
LAYERDEPENDS_encrypted-storage = "\
|
||||
core \
|
||||
tpm2 \
|
||||
|
||||
@@ -11,6 +11,8 @@ BBFILE_PRIORITY_integrity = "10"
|
||||
|
||||
IMA_SIGNING_BLACKLIST ??= "${LAYERDIR}/files/ima_signing_blacklist"
|
||||
|
||||
BBLAYERS_LAYERINDEX_NAME_integrity = "meta-integrity"
|
||||
|
||||
LAYERDEPENDS_integrity = "\
|
||||
core \
|
||||
signing-key \
|
||||
|
||||
@@ -9,6 +9,10 @@ BBFILE_COLLECTIONS += "signing-key"
|
||||
BBFILE_PATTERN_signing-key = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_signing-key = "10"
|
||||
|
||||
BBLAYERS_LAYERINDEX_NAME_signing-key = "meta-signing-key"
|
||||
|
||||
LAYERDEPENDS_signing-key = "core"
|
||||
|
||||
SIGNING_MODEL ??= "sample"
|
||||
SAMPLE_MOK_SB_KEYS_DIR = "${LAYERDIR}/files/mok_sb_keys"
|
||||
SAMPLE_UEFI_SB_KEYS_DIR = "${LAYERDIR}/files/uefi_sb_keys"
|
||||
|
||||
@@ -9,4 +9,6 @@ BBFILE_COLLECTIONS += "tpm"
|
||||
BBFILE_PATTERN_tpm = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_tpm = "10"
|
||||
|
||||
BBLAYERS_LAYERINDEX_NAME_tpm = "meta-tpm"
|
||||
|
||||
LAYERDEPENDS_tpm = "core"
|
||||
|
||||
@@ -9,4 +9,6 @@ BBFILE_COLLECTIONS += "tpm2"
|
||||
BBFILE_PATTERN_tpm2 = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_tpm2 = "10"
|
||||
|
||||
BBLAYERS_LAYERINDEX_NAME_tpm2 = "meta-tpm2"
|
||||
|
||||
LAYERDEPENDS_tpm2 = "core"
|
||||
|
||||
@@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "secure-core"
|
||||
BBFILE_PATTERN_secure-core = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_secure-core = "10"
|
||||
|
||||
BBLAYERS_LAYERINDEX_NAME_secure-core = "meta-secure-core"
|
||||
|
||||
LAYERDEPENDS_secure-core = "\
|
||||
core \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user