summaryrefslogtreecommitdiffstats
path: root/meta-integrity/recipes-kernel/linux/linux-yocto-integrity.inc
diff options
context:
space:
mode:
authorLans Zhang <jia.zhang@windriver.com>2017-06-26 11:33:39 +0800
committerLans Zhang <jia.zhang@windriver.com>2017-06-26 11:33:39 +0800
commit8e01c0a442d468db8621f9ab921cfbfe838f4baf (patch)
tree429420d7d1dc7c318866b37c9dd28b2105bb4e15 /meta-integrity/recipes-kernel/linux/linux-yocto-integrity.inc
parentdcc933df6e9ab127e19a77c2322a1816c04b03c4 (diff)
downloadmeta-secure-core-8e01c0a442d468db8621f9ab921cfbfe838f4baf.tar.gz
IMA: refresh kernel cfg
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
Diffstat (limited to 'meta-integrity/recipes-kernel/linux/linux-yocto-integrity.inc')
-rw-r--r--meta-integrity/recipes-kernel/linux/linux-yocto-integrity.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-integrity/recipes-kernel/linux/linux-yocto-integrity.inc b/meta-integrity/recipes-kernel/linux/linux-yocto-integrity.inc
index 8c08a45..34259de 100644
--- a/meta-integrity/recipes-kernel/linux/linux-yocto-integrity.inc
+++ b/meta-integrity/recipes-kernel/linux/linux-yocto-integrity.inc
@@ -7,7 +7,7 @@ DEPENDS += "${@'key-store openssl-native' if d.getVar('IMA_ENABLED', True) == '1
7# in initramfs only. So we don't add it to RDEPENDS_${PN} here. 7# in initramfs only. So we don't add it to RDEPENDS_${PN} here.
8 8
9SRC_URI += " \ 9SRC_URI += " \
10 ${@'file://ima.scc file://ima.cfg' if d.getVar('IMA_ENABLED', True) == '1' else ''} \ 10 ${@'file://ima.scc file://ima.cfg file://integrity.scc file://integrity.cfg' if d.getVar('IMA_ENABLED', True) == '1' else ''} \
11" 11"
12 12
13do_configure_append() { 13do_configure_append() {