mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user