summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto_3.8.bbappend
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-07-30 17:38:44 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-07-30 17:38:44 +1000
commitefc3f819107d88cf630ed521a217e337d042e998 (patch)
treeaa6d75c8935467664e069e8c0bb9464f222ac269 /recipes-kernel/linux/linux-yocto_3.8.bbappend
parentec0e617e44ea367a77f139b92f93ed2d1392de06 (diff)
downloadmeta-xilinx-efc3f819107d88cf630ed521a217e337d042e998.tar.gz
linux-yocto: Fix compatiblity with base layer machines
* Remove use of machine specific configuration, replace with a 'zynq-default' and 'microblaze-default'. * Add support for the use of meta-xilinx MACHINE_* variables. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-kernel/linux/linux-yocto_3.8.bbappend')
-rw-r--r--recipes-kernel/linux/linux-yocto_3.8.bbappend5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.8.bbappend b/recipes-kernel/linux/linux-yocto_3.8.bbappend
index 5c76548c..09892658 100644
--- a/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -2,8 +2,7 @@
2FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" 2FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"
3FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" 3FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:"
4 4
5# MicroBlaze is a uImage target, but its not called 'uImage' 5require linux-machine-common.inc
6DEPENDS_append_microblaze += "u-boot-mkimage-native"
7 6
8SRC_URI_append += " \ 7SRC_URI_append += " \
9 file://xilinx-v14.5_modifications_to_v3.8.scc \ 8 file://xilinx-v14.5_modifications_to_v3.8.scc \
@@ -14,4 +13,4 @@ SRC_URI_append += " \
14SRC_URI_append += "git://github.com/Xilinx/xilinx-kernel-cache;protocol=git;branch=master;type=kmeta;name=externalcache;destsuffix=external-cache/" 13SRC_URI_append += "git://github.com/Xilinx/xilinx-kernel-cache;protocol=git;branch=master;type=kmeta;name=externalcache;destsuffix=external-cache/"
15SRCREV_externalcache = "${AUTOREV}" 14SRCREV_externalcache = "${AUTOREV}"
16 15
17COMPATIBLE_MACHINE = "zedboard|zc702|kc705-trd" 16COMPATIBLE_MACHINE = "zedboard-zynq7|zc702-zynq7|kc705-trd-microblazeel"