diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-02-03 15:40:43 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-02-03 15:40:43 +1000 |
commit | 5b56db4c66681036b19141f280a286e9f0a951c8 (patch) | |
tree | a0d0bfea86b6bb1714fee3345497bc35fa1eb7c3 | |
parent | 5df0eb7dc8100d5149ec327f8a192103eca773de (diff) | |
parent | 28935bbaa0becda1cd3186956b09d09c1a4bbed4 (diff) | |
download | meta-xilinx-5b56db4c66681036b19141f280a286e9f0a951c8.tar.gz |
Merge branch 'master' of https://github.com/G33KatWork/meta-xilinx
-rw-r--r-- | recipes-kernel/linux/linux-xlnx.inc | 3 |
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" | |||
29 | MACHINE_KCONFIG_append_zynq += "common/zynq_defconfig_${LINUX_VERSION}.cfg" | 29 | MACHINE_KCONFIG_append_zynq += "common/zynq_defconfig_${LINUX_VERSION}.cfg" |
30 | MACHINE_KCONFIG_append_microblaze += "common/microblaze_defconfig_${LINUX_VERSION}.cfg" | 30 | MACHINE_KCONFIG_append_microblaze += "common/microblaze_defconfig_${LINUX_VERSION}.cfg" |
31 | 31 | ||
32 | # Add the modules directory to the 'kernel-base' files list | ||
33 | FILES_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 |
36 | def find_config_fragments(d): | 33 | def find_config_fragments(d): |
37 | sources=src_patches(d, True) | 34 | sources=src_patches(d, True) |