mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-01-12 01:00:15 +00:00
Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
7 lines
191 B
PHP
7 lines
191 B
PHP
FILESEXTRAPATHS:prepend := "${THISDIR}/linux-yocto:"
|
|
|
|
SRC_URI += "\
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'tpm', \
|
|
'file://tpm.scc file://tpm.cfg', '', d)} \
|
|
"
|