summaryrefslogtreecommitdiff
path: root/recipes/qemu
AgeCommit message (Collapse)AuthorFiles
2010-04-26qemu: curl isn't in DEPENDS, so disable itKoen Kooi1
2010-04-26qemu: fix build with zlib-dev missing on hostRoman I Khimov1
OE provides its own zlib-native and qemu-native should use that. Thanks to Thomas Zimmermann <ml@vdm-design.de> for spotting it. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-26qemu: remove 0.10.3Roman I Khimov18
See "sanity: remove /proc/sys/vm/mmap_min_addr check" for reasoning, basically, 0.12.x is needed for reliable work on any host system. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-04-26qemu: remove 0.9.xJesse Gilles106
QEMU 0.9.x is obsolete this days and with all modifications made for QEMU 0.10.x in OE, versions 0.9.x are unusable anyway. 0.10.3 was introduced 10 month ago, so a good transition time was also given. Now it's time to just kill it. Also remove cvs and svn versions since those are 0.9.x leftovers and QEMU moved to git long ago. Also remove gcc3 checks since that are not relevant for QEMU 0.10+. Also remove from icecc blacklist, since QEMU builds fine with it and the reason for blacklisting was GCC 3. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Conflicts: classes/sanity.bbclass
2010-04-26qemu: Move gcc version check, qemu-TARGET logic into qemu.bbclassJesse Gilles1
Move the logic to determine what qemu-TARGET to run into qemu.bbclass so we can check for the right binary in sanity.bbclass. This code was duplicated by glibc-package and eglibc-package anyhow and with the new fn we can clean up the usage in these classes a bit. Now that we have a class for qemu stuff, and the gcc check is just for qemu, move it there. Conflicts: classes/base.bbclass classes/sanity.bbclass
2010-04-26qemu: add version 0.12.3Roman I Khimov14
qemu-native tested to compile on openSUSE 11.2 and Debian Lenny. Binary locale generation tested for qemuarm/glibc, simpad/glibc, x86-prescott/eglibc, efika/glibc. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2009-12-15Patch added to fix QEMU 0.10.3 compilation on distros with FORTIFY_SOURCE ↵Yuri Bushmelev2
enabled.
2009-11-17svn recipes: change +svnr${SRCREV} +svnr${SRCPV}Martin Jansa1
* Just formal change * No need to bump PE or PR Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-05-23qemu-native.inc : force qemu native to use our C/LDFLAGS so that you don'tGraeme Gregory1
need the required dev packages installed on host. Use our OE versions
2009-05-21qemu 0.10.3: port OE patches, make preferable versionRoman I Khimov15
Fixes binary locale generation broken by 6065fa491c009118ae282ae933215649cccfcd24. Tested to work on ARM OABI (simpad), ARM EABI (qemuarm), PowerPC (efika) and i686 (x86-prescott). Acked-by: Philipp Zabel <philipp.zabel@gmail.com>
2009-05-04qemu: add version 0.10.3, initialRoman I Khimov7
Finally not requiring GCC3. Added with masked preference, need to carefully sort out and apply OE's patches. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-03-22qemu_svn: fix FILESPATH after base.bbclass changesAndrea Adami1
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko107
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>