diff options
author | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-11-14 15:10:10 +1000 |
---|---|---|
committer | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-11-14 15:10:10 +1000 |
commit | 41b08199e5bb85d7c61c7c809265732dc4c89d40 (patch) | |
tree | c0050b44df988679c72c310acb0cd299a369a8a0 | |
parent | 788bdc90aa2487185af0f39a0ec9d56112b708bb (diff) | |
download | meta-xilinx-41b08199e5bb85d7c61c7c809265732dc4c89d40.tar.gz |
recipes-devtools:qemu Update qemu recipe version to match upstream.
Update recipe to fix recipe parse error.
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
-rw-r--r-- | recipes-devtools/qemu/qemu_1.5.0.bbappend | 8 | ||||
-rw-r--r-- | recipes-devtools/qemu/qemu_1.6.1.bbappend | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/recipes-devtools/qemu/qemu_1.5.0.bbappend b/recipes-devtools/qemu/qemu_1.5.0.bbappend deleted file mode 100644 index 584c2540..00000000 --- a/recipes-devtools/qemu/qemu_1.5.0.bbappend +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | QEMU_TARGETS += "microblazeel" | ||
2 | |||
3 | FILESEXTRAPATHS_append := "${THISDIR}/files:" | ||
4 | SRC_URI_append += " \ | ||
5 | file://microblaze-Add-support-for-loading-initrd-images.patch \ | ||
6 | file://HACK_target-arm_Harcode_the_SCU_offset.patch \ | ||
7 | file://HACK_zynq_slcr_Bring_SLCR_out_of_reset_in_kernel_state.patch \ | ||
8 | " | ||
diff --git a/recipes-devtools/qemu/qemu_1.6.1.bbappend b/recipes-devtools/qemu/qemu_1.6.1.bbappend new file mode 100644 index 00000000..0334b850 --- /dev/null +++ b/recipes-devtools/qemu/qemu_1.6.1.bbappend | |||
@@ -0,0 +1,8 @@ | |||
1 | QEMU_TARGETS += "microblazeel" | ||
2 | |||
3 | FILESEXTRAPATHS_append := "${THISDIR}/files:" | ||
4 | #SRC_URI_append += " \ | ||
5 | # file://microblaze-Add-support-for-loading-initrd-images.patch \ | ||
6 | # file://HACK_target-arm_Harcode_the_SCU_offset.patch \ | ||
7 | # file://HACK_zynq_slcr_Bring_SLCR_out_of_reset_in_kernel_state.patch \ | ||
8 | # " | ||