aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qemu
AgeCommit message (Collapse)Author
2008-12-04qemu-svn: fix hw/baum.c compilationDmitry Baryshkov
The SDL code in hw/baum.c assumes that SDL is compiled with X11 driver If that is not the case, compilation will fail. Fix that by explicitly checking for SDL_VIDEO_DRIVER_X11 Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-11qemu (svn): fix include of dirent.h fileOtavio Salvador
2008-10-23qemu: added SVN version (from Poky)Marcin Juszkiewicz
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-06-27qemu 0.9.1: fix SRC_URI (from Poky)Marcin Juszkiewicz
2008-02-03qemu: Fix writev syscall null value handling, fixes glibc LC_CTYPE errors ↵Richard Purdie
during locale generation
2008-01-31gcc-native 3.4.4: Rename PROVIDES gcc-native3 to gcc3-native.Paul Sokolovsky
* Consistent with how other versioned native packages called. As discussed on ML.
2008-01-30qemu_0.9.1.bb : add the no-strip patch from #3721Graeme Gregory
2008-01-28qemu: Bump PR to make sure nobody is bitten by the native.bbclass prefix ↵Richard Purdie
issue. Add DEPENDS on gcc-native3
2008-01-28qemu: Fix missing inherit native and cleanup various filesRichard Purdie
2008-01-28qemu: Remove versions with negative default preferences and cleanupRichard Purdie
2008-01-28Add qemu 0.9.1 from poky and make it the deafult since it fixed a ton of bugsRichard Purdie
2008-01-03base and sanity bbclasses + qemu: move gcc3 availability checking into ↵Marcin Juszkiewicz
base.bbclass (from Poky)
2008-01-01merge of '0d9bd56d97ada159199c80422a743fbaa437a818'Paul Sokolovsky
and '7c47cd537d8cebaa3111aa836db24534a39b5ed9'
2008-01-01qemu: Add 0.9.0+cvs20071121 from Poky. DEF_PREF = -1.Paul Sokolovsky
2007-12-30qemu: Fix .inc file to expand PATH and EXTRA_OECONF and check for gcc-3.4.4 ↵Richard Purdie
as a priority
2007-10-29Remove final references to BUILD_SYS in staging pathsRichard Purdie
2007-08-23qemu: factor out gcc3 check function and include itMichael Lauer
2007-08-22merge of '27baa018f9f9e77156f5eb95353722f773cc651d'Marcin Juszkiewicz
and 'a61caf645adcb41a0f8ba344818d237040ae0bc9'
2007-08-22qemu: remove stripping during do_stage - close #2831Marcin Juszkiewicz
2007-08-22qemu-native: thanks, hrw, but please, pick up my gcc3 too! ;-)Michael Krelin
2007-08-22qemu: let 20070613 be defaultMarcin Juszkiewicz
2007-08-22qemu: added 20070613 version from Poky - this works on 32 and 64 bit machinesMarcin Juszkiewicz
2007-08-22qemu-qop-nogfx-native: droppedMarcin Juszkiewicz
2007-07-30qemu_cvs.bb: Fix Makefile so CFLAGS/LDFLAGS in config.mak aren't overwrittenDaniel Willmann
2007-07-06qemu 0.9.0+cvs: polished .bbs a bit and gave them default preference of -1, ↵Michael Krelin
anyway
2007-07-06qemu-native: amd64-enabled 0.9.0 cvs snapshot from bug #2589.Marek Vasut
2007-07-05qemu-native: add picking up gcc-3.4.6 to gcc selection codeMichael Krelin
2007-07-04qemu-native: added zlib-native to DEPENDS - close #2561Marcin Juszkiewicz
2007-06-15qemu: apply patch from bug 2157Rolf Leggewie
* enables compilation of qemu-native with gcc4 * disables gcc version check * mail has been sent to the list to let everybody know
2006-12-31qemu: No need to look for sdl-config-native nowRichard Purdie
2006-11-15qemu-native: added gcc34 and gcc33 as available CC - close #1584Marcin Juszkiewicz
2006-11-05qemu: Drop unused filesRichard Purdie
2006-10-23qemu-native * make do_stage more reliableMichael Lauer
2006-10-23qemu-native * make it pick up sdl-config-nativeMichael Lauer
2006-10-20qemu: add missing filesMichael Lauer
2006-10-20qemu-native: install binaries into staging (again)Michael Lauer
2006-10-20qemu-native: depends on sdl-native now, add more metadataMichael Lauer
2006-10-19qemu: sync with poky, remove obsolete onesMichael Lauer
2006-10-04qemu-native.inc: Do not overwrite EXTRA_OECONF, append to it.Paul Sokolovsky
2006-09-02qemu-native: Create qemu-native.bbclass so all versions have the gcc 3.x ↵Richard Purdie
detection code
2006-08-26qemu: fix typoKoen Kooi
2006-08-26merge of 'bf8790b0b16ee7e79a7ef29a775d55ffeabcb9a2'Koen Kooi
and 'e756d424cb3aac14f24822fd1d4481b5dc2fa8fd'
2006-08-26qemu 0.8.2: use the cross compiler to build 'qemu'Koen Kooi
2006-08-26qemu cvs: Update SRCDATE to 20060723Richard Purdie
2006-08-26qemu: Add arm nptl patch (as used in scratchbox) to fix EABI locale ↵Richard Purdie
generation, add version 0.8.2, apply patches to some fixed verisons
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-07-25qemu: add missing 0.8.1 fileJustin Patrin