Files
Jia Zhang b1e14f4e88 encrypted-storage: use luks as the feature name for current implementation
encrypted-storage layer will include more security features about encrypted
storage so the term "encrypted-storage" won't be used to specify a dedicated
technology term such as "LUKS".

Signed-off-by: Jia Zhang <lans.zhang2008@gmail.com>
2017-08-20 15:31:11 +08:00

7 lines
200 B
PHP

FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"
SRC_URI += "\
${@bb.utils.contains('DISTRO_FEATURES', 'luks', \
'file://dmcrypt.scc file://dmcrypt.cfg', '', d)} \
"