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 /meta-tpm2 | |
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>
Diffstat (limited to 'meta-tpm2')
-rw-r--r-- | meta-tpm2/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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" |