diff options
| author | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-08-16 13:47:35 +1000 |
|---|---|---|
| committer | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-08-16 13:47:35 +1000 |
| commit | ba5bfbd1bc3cfa2811121f3356985e6aa8a20d43 (patch) | |
| tree | 2c857a65b01e96ea7bf9506763c16435fce231b8 /recipes-kernel | |
| parent | 64eb8f84192b8e772e166227ea1f27e1e7cf3eb5 (diff) | |
| download | meta-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.bbappend | 2 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-yocto_3.8.bbappend | 2 |
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 += " \ | |||
| 13 | SRC_URI_append += "git://github.com/Xilinx/xilinx-kernel-cache;protocol=git;branch=master;type=kmeta;name=externalcache;destsuffix=external-cache/" | 13 | SRC_URI_append += "git://github.com/Xilinx/xilinx-kernel-cache;protocol=git;branch=master;type=kmeta;name=externalcache;destsuffix=external-cache/" |
| 14 | SRCREV_externalcache = "${AUTOREV}" | 14 | SRCREV_externalcache = "${AUTOREV}" |
| 15 | 15 | ||
| 16 | COMPATIBLE_MACHINE = "zedboard-zynq7|zc702-zynq7|kc705-trd-microblazeel" \ No newline at end of file | 16 | COMPATIBLE_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 += " \ | |||
| 13 | SRC_URI_append += "git://github.com/Xilinx/xilinx-kernel-cache;protocol=git;branch=master;type=kmeta;name=externalcache;destsuffix=external-cache/" | 13 | SRC_URI_append += "git://github.com/Xilinx/xilinx-kernel-cache;protocol=git;branch=master;type=kmeta;name=externalcache;destsuffix=external-cache/" |
| 14 | SRCREV_externalcache = "${AUTOREV}" | 14 | SRCREV_externalcache = "${AUTOREV}" |
| 15 | 15 | ||
| 16 | COMPATIBLE_MACHINE = "zedboard-zynq7|zc702-zynq7|kc705-trd-microblazeel" | 16 | COMPATIBLE_MACHINE = "zynq|microblaze" |
