From 87cebb553f78e76ad93a618c3f6892775b579a74 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 29 Oct 2015 11:36:22 +0100 Subject: rename the kernel config fragments variable To keep it in synch with the one defined in enea.common.inc in meta-enea-base. Signed-off-by: Adrian Dudau --- recipes-kernel/linux/linux-qoriq-common.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-qoriq-common.inc b/recipes-kernel/linux/linux-qoriq-common.inc index 4f22f8a..008e214 100644 --- a/recipes-kernel/linux/linux-qoriq-common.inc +++ b/recipes-kernel/linux/linux-qoriq-common.inc @@ -7,7 +7,7 @@ SRC_URI += "file://b4860-hard_irq_disable-bug.patch \ file://powerpc-fsl-booke64-Set-vmemmap_psize-to-4K.patch \ " -STAGING_KERNEL_FEATURES += "\ +ENEA_KERNEL_FRAGMENTS += "\ cfg/00013-localversion.cfg \ cfg/00006-with_modules.cfg \ cfg/00001-embedded.cfg \ @@ -30,9 +30,9 @@ STAGING_KERNEL_FEATURES += "\ cfg/00034-cpusets.cfg \ " -STAGING_KERNEL_FEATURES_append_p2020rdb="cfg/00015-uio.cfg" +ENEA_KERNEL_FRAGMENTS_append_p2020rdb="cfg/00015-uio.cfg" -DELTA_KERNEL_DEFCONFIG += " ${STAGING_KERNEL_FEATURES} \ +DELTA_KERNEL_DEFCONFIG += " ${ENEA_KERNEL_FRAGMENTS} \ " require recipes-kernel/linux/pramfs-3.12.inc -- cgit v1.2.3-54-g00ecf