summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2014-02-03 15:40:43 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2014-02-03 15:40:43 +1000
commit5b56db4c66681036b19141f280a286e9f0a951c8 (patch)
treea0d0bfea86b6bb1714fee3345497bc35fa1eb7c3
parent5df0eb7dc8100d5149ec327f8a192103eca773de (diff)
parent28935bbaa0becda1cd3186956b09d09c1a4bbed4 (diff)
downloadmeta-xilinx-5b56db4c66681036b19141f280a286e9f0a951c8.tar.gz
Merge branch 'master' of https://github.com/G33KatWork/meta-xilinx
-rw-r--r--recipes-kernel/linux/linux-xlnx.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc
index 182e93f6..91afd952 100644
--- a/recipes-kernel/linux/linux-xlnx.inc
+++ b/recipes-kernel/linux/linux-xlnx.inc
@@ -29,9 +29,6 @@ COMPATIBLE_MACHINE = "qemumicroblaze|qemuzynq|microblaze|zynq"
29MACHINE_KCONFIG_append_zynq += "common/zynq_defconfig_${LINUX_VERSION}.cfg" 29MACHINE_KCONFIG_append_zynq += "common/zynq_defconfig_${LINUX_VERSION}.cfg"
30MACHINE_KCONFIG_append_microblaze += "common/microblaze_defconfig_${LINUX_VERSION}.cfg" 30MACHINE_KCONFIG_append_microblaze += "common/microblaze_defconfig_${LINUX_VERSION}.cfg"
31 31
32# Add the modules directory to the 'kernel-base' files list
33FILES_kernel-base_append = " /lib/modules/${KERNEL_VERSION}/kernel"
34
35# returns all the elements from the src uri that are .cfg files 32# returns all the elements from the src uri that are .cfg files
36def find_config_fragments(d): 33def find_config_fragments(d):
37 sources=src_patches(d, True) 34 sources=src_patches(d, True)