diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-20 14:17:27 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-20 14:17:27 +0800 |
commit | e8744053191efd5d10a2471cbf8beedd482886e8 (patch) | |
tree | 6a2559c28be8daccf79553a611ff0422469c921e | |
parent | ede9a4f871026a96afddee35fc65d7e4c82d3925 (diff) | |
download | meta-secure-core-e8744053191efd5d10a2471cbf8beedd482886e8.tar.gz |
meta-secure-core: define the oe index name
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-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-integrity/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-signing-key/conf/layer.conf | 4 | ||||
-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 |
7 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 f453a5c..e0adf94 100644 --- a/meta-efi-secure-boot/conf/layer.conf +++ b/meta-efi-secure-boot/conf/layer.conf | |||
@@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "efi-secure-boot" | |||
9 | BBFILE_PATTERN_efi-secure-boot = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_efi-secure-boot = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_efi-secure-boot = "10" | 10 | BBFILE_PRIORITY_efi-secure-boot = "10" |
11 | 11 | ||
12 | BBLAYERS_LAYERINDEX_NAME_efi-secure-boot = "meta-efi-secure-boot" | ||
13 | |||
12 | LAYERDEPENDS_efi-secure-boot = "\ | 14 | LAYERDEPENDS_efi-secure-boot = "\ |
13 | core \ | 15 | core \ |
14 | openembedded-layer \ | 16 | openembedded-layer \ |
diff --git a/meta-encrypted-storage/conf/layer.conf b/meta-encrypted-storage/conf/layer.conf index b24954c..a225d7c 100644 --- a/meta-encrypted-storage/conf/layer.conf +++ b/meta-encrypted-storage/conf/layer.conf | |||
@@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "encrypted-storage" | |||
9 | BBFILE_PATTERN_encrypted-storage = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_encrypted-storage = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_encrypted-storage = "10" | 10 | BBFILE_PRIORITY_encrypted-storage = "10" |
11 | 11 | ||
12 | BBLAYERS_LAYERINDEX_NAME_encrypted-storage = "meta-encrypted-storage" | ||
13 | |||
12 | LAYERDEPENDS_encrypted-storage = "\ | 14 | LAYERDEPENDS_encrypted-storage = "\ |
13 | core \ | 15 | core \ |
14 | tpm2 \ | 16 | tpm2 \ |
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index 45d7758..bee4857 100644 --- a/meta-integrity/conf/layer.conf +++ b/meta-integrity/conf/layer.conf | |||
@@ -11,6 +11,8 @@ BBFILE_PRIORITY_integrity = "10" | |||
11 | 11 | ||
12 | IMA_SIGNING_BLACKLIST ??= "${LAYERDIR}/files/ima_signing_blacklist" | 12 | IMA_SIGNING_BLACKLIST ??= "${LAYERDIR}/files/ima_signing_blacklist" |
13 | 13 | ||
14 | BBLAYERS_LAYERINDEX_NAME_integrity = "meta-integrity" | ||
15 | |||
14 | LAYERDEPENDS_integrity = "\ | 16 | LAYERDEPENDS_integrity = "\ |
15 | core \ | 17 | core \ |
16 | signing-key \ | 18 | signing-key \ |
diff --git a/meta-signing-key/conf/layer.conf b/meta-signing-key/conf/layer.conf index eb1622d..ca720f5 100644 --- a/meta-signing-key/conf/layer.conf +++ b/meta-signing-key/conf/layer.conf | |||
@@ -9,6 +9,10 @@ BBFILE_COLLECTIONS += "signing-key" | |||
9 | BBFILE_PATTERN_signing-key = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_signing-key = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_signing-key = "10" | 10 | BBFILE_PRIORITY_signing-key = "10" |
11 | 11 | ||
12 | BBLAYERS_LAYERINDEX_NAME_signing-key = "meta-signing-key" | ||
13 | |||
14 | LAYERDEPENDS_signing-key = "core" | ||
15 | |||
12 | SIGNING_MODEL ??= "sample" | 16 | SIGNING_MODEL ??= "sample" |
13 | SAMPLE_MOK_SB_KEYS_DIR = "${LAYERDIR}/files/mok_sb_keys" | 17 | SAMPLE_MOK_SB_KEYS_DIR = "${LAYERDIR}/files/mok_sb_keys" |
14 | SAMPLE_UEFI_SB_KEYS_DIR = "${LAYERDIR}/files/uefi_sb_keys" | 18 | 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 e425b92..d767fb2 100644 --- a/meta-tpm/conf/layer.conf +++ b/meta-tpm/conf/layer.conf | |||
@@ -9,4 +9,6 @@ BBFILE_COLLECTIONS += "tpm" | |||
9 | BBFILE_PATTERN_tpm = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_tpm = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_tpm = "10" | 10 | BBFILE_PRIORITY_tpm = "10" |
11 | 11 | ||
12 | BBLAYERS_LAYERINDEX_NAME_tpm = "meta-tpm" | ||
13 | |||
12 | LAYERDEPENDS_tpm = "core" | 14 | LAYERDEPENDS_tpm = "core" |
diff --git a/meta-tpm2/conf/layer.conf b/meta-tpm2/conf/layer.conf index 0b8656e..c39e063 100644 --- a/meta-tpm2/conf/layer.conf +++ b/meta-tpm2/conf/layer.conf | |||
@@ -9,4 +9,6 @@ BBFILE_COLLECTIONS += "tpm2" | |||
9 | BBFILE_PATTERN_tpm2 = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_tpm2 = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_tpm2 = "10" | 10 | BBFILE_PRIORITY_tpm2 = "10" |
11 | 11 | ||
12 | BBLAYERS_LAYERINDEX_NAME_tpm2 = "meta-tpm2" | ||
13 | |||
12 | LAYERDEPENDS_tpm2 = "core" | 14 | LAYERDEPENDS_tpm2 = "core" |
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 1e20761..729dd1e 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "secure-core" | |||
9 | BBFILE_PATTERN_secure-core = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_secure-core = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_secure-core = "10" | 10 | BBFILE_PRIORITY_secure-core = "10" |
11 | 11 | ||
12 | BBLAYERS_LAYERINDEX_NAME_secure-core = "meta-secure-core" | ||
13 | |||
12 | LAYERDEPENDS_secure-core = "\ | 14 | LAYERDEPENDS_secure-core = "\ |
13 | core \ | 15 | core \ |
14 | " | 16 | " |