summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-07-30 17:36:13 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-07-30 17:36:13 +1000
commitec0e617e44ea367a77f139b92f93ed2d1392de06 (patch)
treea29d327f9566c1b0127aa3a27a90ef245f62c295 /recipes-kernel
parent39da72a7df5d09a1d1d015b9966454da88ad1764 (diff)
downloadmeta-xilinx-ec0e617e44ea367a77f139b92f93ed2d1392de06.tar.gz
linux-xlnx: Clean up Zynq defconfig use
* Remove qemuzynq.cfg and rename zynq common defconfig's * Use default inclusion of the zynq default defconfig * Make rtc.cfg general for multiple kernels Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-xlnx.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc
index 3d4910de..b31d61bd 100644
--- a/recipes-kernel/linux/linux-xlnx.inc
+++ b/recipes-kernel/linux/linux-xlnx.inc
@@ -18,6 +18,7 @@ COMPATIBLE_MACHINE = "qemumicroblaze|qemuzynq|microblaze|zynq"
18 18
19# Common kernel configuration parts 19# Common kernel configuration parts
20# Arch specific kernel configuration parts 20# Arch specific kernel configuration parts
21SRC_URI_append_zynq += "file://zynq_defconfig_${LINUX_VERSION}.cfg"
21SRC_URI_append_microblaze += "file://microblaze_defconfig_${LINUX_VERSION}.cfg" 22SRC_URI_append_microblaze += "file://microblaze_defconfig_${LINUX_VERSION}.cfg"
22 23
23# Add the modules directory to the 'kernel-base' files list 24# Add the modules directory to the 'kernel-base' files list