From dcc933df6e9ab127e19a77c2322a1816c04b03c4 Mon Sep 17 00:00:00 2001 From: Lans Zhang Date: Mon, 26 Jun 2017 11:25:31 +0800 Subject: 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 --- .../recipes-kernel/linux/linux-yocto-efi-secure-boot.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-efi-secure-boot') diff --git a/meta-efi-secure-boot/recipes-kernel/linux/linux-yocto-efi-secure-boot.inc b/meta-efi-secure-boot/recipes-kernel/linux/linux-yocto-efi-secure-boot.inc index 8c570a1..94be38d 100644 --- a/meta-efi-secure-boot/recipes-kernel/linux/linux-yocto-efi-secure-boot.inc +++ b/meta-efi-secure-boot/recipes-kernel/linux/linux-yocto-efi-secure-boot.inc @@ -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 -- cgit v1.2.3-54-g00ecf