summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorSipke Vriend <sipke.vriend@xilinx.com>2013-08-16 13:47:35 +1000
committerSipke Vriend <sipke.vriend@xilinx.com>2013-08-16 13:47:35 +1000
commitba5bfbd1bc3cfa2811121f3356985e6aa8a20d43 (patch)
tree2c857a65b01e96ea7bf9506763c16435fce231b8 /recipes-kernel
parent64eb8f84192b8e772e166227ea1f27e1e7cf3eb5 (diff)
downloadmeta-xilinx-ba5bfbd1bc3cfa2811121f3356985e6aa8a20d43.tar.gz
recipes-kernel:linux-yocto: Set compatible machine to soc family
Set COMPATIBLE_MACHINE to soc families, zynq and microblaze. This will capture all supported machines from conf. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-yocto-tiny_3.8.bbappend2
-rw-r--r--recipes-kernel/linux/linux-yocto_3.8.bbappend2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-yocto-tiny_3.8.bbappend b/recipes-kernel/linux/linux-yocto-tiny_3.8.bbappend
index d6783b85..3d0630aa 100644
--- a/recipes-kernel/linux/linux-yocto-tiny_3.8.bbappend
+++ b/recipes-kernel/linux/linux-yocto-tiny_3.8.bbappend
@@ -13,4 +13,4 @@ SRC_URI_append += " \
13SRC_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/"
14SRCREV_externalcache = "${AUTOREV}" 14SRCREV_externalcache = "${AUTOREV}"
15 15
16COMPATIBLE_MACHINE = "zedboard-zynq7|zc702-zynq7|kc705-trd-microblazeel" \ No newline at end of file 16COMPATIBLE_MACHINE = "zynq|microblaze"
diff --git a/recipes-kernel/linux/linux-yocto_3.8.bbappend b/recipes-kernel/linux/linux-yocto_3.8.bbappend
index 09892658..2e62239c 100644
--- a/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -13,4 +13,4 @@ SRC_URI_append += " \
13SRC_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/"
14SRCREV_externalcache = "${AUTOREV}" 14SRCREV_externalcache = "${AUTOREV}"
15 15
16COMPATIBLE_MACHINE = "zedboard-zynq7|zc702-zynq7|kc705-trd-microblazeel" 16COMPATIBLE_MACHINE = "zynq|microblaze"