qemu_git.bb: remove it

Remove it since we have 2.4.0, the git version is 1.3 can't be built by
deafult:
ERROR: Fetcher failure: Unable to find revision 04024dea2674861fcf13582a77b58130c67fccd8 in branch master even from upstream

We can fix it, but seems that no one uses it any more.

And move patches from "files" dir to "qemu" dir.

(From OE-Core rev: d3c3d62cfb2eeb224fa021af9cd550edf826445e)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang
2015-07-28 02:05:10 -07:00
committed by Richard Purdie
parent 7635f09bf2
commit fc8902f1b5
4 changed files with 0 additions and 15 deletions

View File

@@ -1,15 +0,0 @@
require qemu.inc
SRCREV = "04024dea2674861fcf13582a77b58130c67fccd8"
LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
PV = "1.3.0+git${SRCPV}"
SRC_URI_prepend = "git://git.qemu.org/qemu.git"
S = "${WORKDIR}/git"
DEFAULT_PREFERENCE = "-1"
COMPATIBLE_HOST_class-target_mips64 = "null"