summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-05-31 11:23:01 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-05-31 11:25:16 +1000
commitf0ee9520b066b1ffec5cf642d736e1b47bc328ae (patch)
treea9058f20188f59a7d01d70d90bd2443461bfa3e6 /recipes-kernel
parent83c6d83a877b29142b43fe2a402becd905251e5f (diff)
downloadmeta-xilinx-f0ee9520b066b1ffec5cf642d736e1b47bc328ae.tar.gz
Move include of 'soc-family.inc' into Tune definitions
* Resolves issues with linux-xlnx recipe when building with machines that are not using SOC_FAMILY features. 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, 0 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc
index 0f2a4cd9..230120ae 100644
--- a/recipes-kernel/linux/linux-xlnx.inc
+++ b/recipes-kernel/linux/linux-xlnx.inc
@@ -4,7 +4,6 @@ inherit kernel
4LINUX_VERSION_EXTENSION ?= "-xilinx" 4LINUX_VERSION_EXTENSION ?= "-xilinx"
5 5
6require recipes-kernel/linux/linux-yocto.inc 6require recipes-kernel/linux/linux-yocto.inc
7require conf/machine/include/soc-family.inc
8 7
9# MicroBlaze is a uImage target, but its not called 'uImage' 8# MicroBlaze is a uImage target, but its not called 'uImage'
10DEPENDS_append_microblaze += "u-boot-mkimage-native" 9DEPENDS_append_microblaze += "u-boot-mkimage-native"