From: Rolf Leggewie <no2spam@nospam.arcornews.de>
To: openembedded-devel@openembedded.org
Subject: ANN: OE, qemu-native and gcc4
Date: Fri, 15 Jun 2007 16:26:39 +0200 [thread overview]
Message-ID: <f4u7j0$ogd$1@sea.gmane.org> (raw)
Hi,
after a brief consultation with psokolovsky on IRC I have taken the
liberty to apply the patch below (I think attachments to the list are
filtered) which is essentially
http://bugs.openembedded.org/attachment.cgi?id=1362 from bug 2157.
Applying this patch enables compilation of qemu-native with gcc4. The
revision where this was applied is 20f86cced0cd0f3af307002570f8505ef976e07a.
This is a pretty intrusive patch but it has been tested out by me and
others for quite some time now. Furthermore, qemu-gcc-4-all.patch is
from upstream busybox project and thus believed to be correct for both
gcc3 & 4. Should you face any issues, report them here or via the
bugtracker #2157.
Regards
Rolf
# old_revision [8b898d0942d30145271bb483305009e42605dbdd]
#
# patch "packages/qemu/qemu-qop-nogfx-native_svn.bb"
# from [5b3231dfc660361ef1f0c0e31db16d1edf5b82cf]
# to [7f715692875ab4ee00b652ff1e640a7074c07021]
#
# patch "packages/qemu/qemu_cvs.bb"
# from [382c1faeff834d51e44b3b373e98fbd18d809d85]
# to [a1c43b431c24813b3186b20f390639c0b6b2fb4c]
#
============================================================
--- packages/qemu/qemu-qop-nogfx-native_svn.bb
5b3231dfc660361ef1f0c0e31db16d1edf5b82cf
+++ packages/qemu/qemu-qop-nogfx-native_svn.bb
7f715692875ab4ee00b652ff1e640a7074c07021
@@ -1,9 +1,10 @@ SRC_URI = "svn://nowt.dyndns.org/svn/qem
LICENSE = "GPL"
PV = "0.8.0+svn${SRCDATE}"
PROVIDES = "qemu-native"
SRC_URI = "svn://nowt.dyndns.org/svn/qemu;module=trunk;proto=https \
file://configure.patch;patch=1 \
+
http://www.busybox.net/downloads/qemu/qemu-gcc-4-all.patch;patch=1 \
"
S = "${WORKDIR}/trunk"
============================================================
--- packages/qemu/qemu_cvs.bb 382c1faeff834d51e44b3b373e98fbd18d809d85
+++ packages/qemu/qemu_cvs.bb a1c43b431c24813b3186b20f390639c0b6b2fb4c
@@ -14,8 +14,11 @@ SRC_URI = "cvs://anonymous@cvs.savannah.
file://compiler.patch;patch=1 \
file://qemu-usb-wacom-0.8.2.patch;patch=1 \
file://qemu-usb-wacom-pressure.patch;patch=1 \
- file://qemu-usb-wacom-buttons.patch;patch=1"
+ file://qemu-usb-wacom-buttons.patch;patch=1 \
+
http://www.busybox.net/downloads/qemu/qemu-gcc-4-all.patch;patch=1"
S = "${WORKDIR}/qemu"
+EXTRA_OECONF="--disable-gcc-check"
+
inherit autotools
reply other threads:[~2007-06-15 14:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='f4u7j0$ogd$1@sea.gmane.org' \
--to=no2spam@nospam.arcornews.de \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox