summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2015-10-29 11:36:22 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2015-10-29 11:36:22 +0100
commit87cebb553f78e76ad93a618c3f6892775b579a74 (patch)
treed46635f072ef84ce65f406204689933a40e05446
parentf870e2215af9aefd2625d336e3afcf4318f851af (diff)
downloadmeta-enea-bsp-ppc-87cebb553f78e76ad93a618c3f6892775b579a74.tar.gz
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 <adrian.dudau@enea.com>
-rw-r--r--recipes-kernel/linux/linux-qoriq-common.inc6
1 files 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 \
7 file://powerpc-fsl-booke64-Set-vmemmap_psize-to-4K.patch \ 7 file://powerpc-fsl-booke64-Set-vmemmap_psize-to-4K.patch \
8 " 8 "
9 9
10STAGING_KERNEL_FEATURES += "\ 10ENEA_KERNEL_FRAGMENTS += "\
11 cfg/00013-localversion.cfg \ 11 cfg/00013-localversion.cfg \
12 cfg/00006-with_modules.cfg \ 12 cfg/00006-with_modules.cfg \
13 cfg/00001-embedded.cfg \ 13 cfg/00001-embedded.cfg \
@@ -30,9 +30,9 @@ STAGING_KERNEL_FEATURES += "\
30 cfg/00034-cpusets.cfg \ 30 cfg/00034-cpusets.cfg \
31 " 31 "
32 32
33STAGING_KERNEL_FEATURES_append_p2020rdb="cfg/00015-uio.cfg" 33ENEA_KERNEL_FRAGMENTS_append_p2020rdb="cfg/00015-uio.cfg"
34 34
35DELTA_KERNEL_DEFCONFIG += " ${STAGING_KERNEL_FEATURES} \ 35DELTA_KERNEL_DEFCONFIG += " ${ENEA_KERNEL_FRAGMENTS} \
36 " 36 "
37 37
38require recipes-kernel/linux/pramfs-3.12.inc 38require recipes-kernel/linux/pramfs-3.12.inc