diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-04 17:19:42 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-04 17:19:42 +0800 |
commit | 407c56068dcbb7f2c83b80fc723cf5918f5240b6 (patch) | |
tree | 598304590df637bc56b15d20c92e6266811bc8c3 /meta-integrity/recipes-kernel | |
parent | 55492bcc10d49a22a614e36eec63b77f19171231 (diff) | |
download | meta-secure-core-407c56068dcbb7f2c83b80fc723cf5918f5240b6.tar.gz |
Code style fixup
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
Diffstat (limited to 'meta-integrity/recipes-kernel')
-rw-r--r-- | meta-integrity/recipes-kernel/linux/linux-yocto-integrity.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-integrity/recipes-kernel/linux/linux-yocto-integrity.inc b/meta-integrity/recipes-kernel/linux/linux-yocto-integrity.inc index a93f1b7..a9e5a93 100644 --- a/meta-integrity/recipes-kernel/linux/linux-yocto-integrity.inc +++ b/meta-integrity/recipes-kernel/linux/linux-yocto-integrity.inc | |||
@@ -3,8 +3,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" | |||
3 | IMA_ENABLED = "${@bb.utils.contains('DISTRO_FEATURES', 'ima', '1', '0', d)}" | 3 | IMA_ENABLED = "${@bb.utils.contains('DISTRO_FEATURES', 'ima', '1', '0', d)}" |
4 | 4 | ||
5 | DEPENDS += "${@'key-store openssl-native' if d.getVar('IMA_ENABLED', True) == '1' else ''}" | 5 | DEPENDS += "${@'key-store openssl-native' if d.getVar('IMA_ENABLED', True) == '1' else ''}" |
6 | # key-store-ima-cert is required in runtime but we hope it is available | ||
7 | # in initramfs only. So we don't add it to RDEPENDS_${PN} here. | ||
8 | 6 | ||
9 | SRC_URI += "\ | 7 | SRC_URI += "\ |
10 | ${@'file://ima.scc file://ima.cfg file://integrity.scc file://integrity.cfg' \ | 8 | ${@'file://ima.scc file://ima.cfg file://integrity.scc file://integrity.cfg' \ |