linux-yocto-efi-secure-boot: don't use sccs to define the included kernel cfg

The variable sccs is used internally and thus it will be corrupted by the external
definition.

Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
Lans Zhang
2017-06-26 11:25:31 +08:00
parent 92f65d3394
commit dcc933df6e
@@ -1,11 +1,11 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"
sccs = " \
efi_secure_boot_sccs = " \
${@bb.utils.contains('DISTRO_FEATURES', 'efi-secure-boot', \
'cfg/efi-ext.scc', '', d)} \
"
KERNEL_FEATURES_append_x86 += "${sccs}"
KERNEL_FEATURES_append_x86-64 += "${sccs}"
KERNEL_FEATURES_append_x86 += "${efi_secure_boot_sccs}"
KERNEL_FEATURES_append_x86-64 += "${efi_secure_boot_sccs}"
inherit user-key-store