diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2019-06-21 08:06:51 +0800 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2019-06-21 10:16:04 +0800 |
commit | 990593c179709d094a25e3991ea42550e550f4c1 (patch) | |
tree | a06703827f7ab8b4aef4024421d5812c1c60f126 | |
parent | 6f94e34e05f441367b350e3c63917b1d212df9af (diff) | |
download | meta-secure-core-990593c179709d094a25e3991ea42550e550f4c1.tar.gz |
meta-integrity/conf/layer.conf: add opemembedded-layer as layer dependency
Fix ima-inspect build failure:
$ bitbake ima-inspect
ERROR: Nothing PROVIDES 'tclap' (but
/build/poky/meta-secure-core/meta-integrity/recipes-support/ima-inspect/ima-inspect_0.11.bb
DEPENDS on or otherwise requires it).
ERROR: Required build target 'ima-inspect' has no buildable providers.
Missing or unbuildable dependency chain was: ['ima-inspect', 'tclap']
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
-rw-r--r-- | meta-integrity/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index fa61b71..b2e75b4 100644 --- a/meta-integrity/conf/layer.conf +++ b/meta-integrity/conf/layer.conf | |||
@@ -16,6 +16,7 @@ BBLAYERS_LAYERINDEX_NAME_integrity = "meta-integrity" | |||
16 | LAYERDEPENDS_integrity = "\ | 16 | LAYERDEPENDS_integrity = "\ |
17 | core \ | 17 | core \ |
18 | signing-key \ | 18 | signing-key \ |
19 | openembedded-layer \ | ||
19 | " | 20 | " |
20 | 21 | ||
21 | LAYERRECOMMENDS_integrity = "\ | 22 | LAYERRECOMMENDS_integrity = "\ |