mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-04-20 18:08:17 +00:00
Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
7 lines
200 B
PHP
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)} \
|
|
"
|