diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-05-31 11:23:01 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-05-31 11:25:16 +1000 |
| commit | f0ee9520b066b1ffec5cf642d736e1b47bc328ae (patch) | |
| tree | a9058f20188f59a7d01d70d90bd2443461bfa3e6 /recipes-kernel | |
| parent | 83c6d83a877b29142b43fe2a402becd905251e5f (diff) | |
| download | meta-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.inc | 1 |
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 | |||
| 4 | LINUX_VERSION_EXTENSION ?= "-xilinx" | 4 | LINUX_VERSION_EXTENSION ?= "-xilinx" |
| 5 | 5 | ||
| 6 | require recipes-kernel/linux/linux-yocto.inc | 6 | require recipes-kernel/linux/linux-yocto.inc |
| 7 | require 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' |
| 10 | DEPENDS_append_microblaze += "u-boot-mkimage-native" | 9 | DEPENDS_append_microblaze += "u-boot-mkimage-native" |
