summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu
Commit message (Collapse)AuthorAgeFilesLines
* qemu-helper-nativesdk: Fix after file:// url handling changesRichard Purdie2010-06-101-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu: Update to 0.12.4Jeff Dike2010-06-0710-133/+121
| | | | | | | | | | | | | | | Renamed the recipe to 0.12.4. Moved the patches directory to qemu-0.12.4 - when it was named qemu-0.12, bitbake silently ignored the patches, and only failed when it came time to apply them. Added a FILESDIR to the git recipe and changed its PV to 0.12.4 so it can use the same patches as the normal recipe for now. Removed the series file - it wasn't needed. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* qemu: add some extra ldflags to make it link succesfullyJoshua Lock2010-05-281-1/+1
| | | | | | | | | | | | qemu-native was failing to link on my 64bit Fedora 13 machine with this error: | /usr/bin/ld: libqemu.a(helper_opengl.o): undefined reference to symbol 'dlsym@@GLIBC_2.2.5' | /usr/bin/ld: note: 'dlsym@@GLIBC_2.2.5' is defined in DSO /lib64/libdl.so.2 so try adding it to the linker command line | /lib64/libdl.so.2: could not read symbols: Invalid operation So I did as the linker told me and added -ldl to the linker flags Signed-off-by: Joshua Lock <josh@linux.intel.com>
* qemu: reduce duplication, use an inc file and share common patchesJoshua Lock2010-05-2817-34644/+46
| | | | | | | | | | | | There's no need to carry around two copies of the same patches for qemu-git and qemu-0.12 so drop the qemu-git directory and update the git recipe to use the qemu-0.12 directory for patches. Move common code from the two recipes to an inc file. Signed-off-by: Joshua Lock <josh@linux.intel.com> fweh
* qemu: Update the static recipe to 0.12.0Jeff Dike2010-05-2735-1987/+34604
| | | | Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* qemu: updated the glflags patch, which is needed by qemusdk.Jeff Dike2010-05-272-9/+9
| | | | Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* qemu: Updated to 0.12.0Jeff Dike2010-05-269-513/+290
| | | | | Updated the metadata in the recipe, changed the git revision in poky-default-revisions.inc, and pulled the qemu patches forward.
* qemu_git: Ensure we have the required dependencies for a native buildJoshua Lock2010-04-151-1/+18
| | | | | | | | qemu-native requires a libGL and the SDL development headers to build with our GL "emulation". This patch adds a check before configure for the native package to ensure that the sdl.pc file and GL so files exist and bombs out otherwise. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* qemu: build mips system support in qemuJoshua Lock2010-01-152-3/+30
| | | | | | Add mips to the target-list configuration option and add a dummygl for mips. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* qemu: Add small fix to gl patchRichard Purdie2010-01-142-200/+182
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu: Update to 0.10.6 and add fix wacom emulation issuesRichard Purdie2009-11-252-3/+134
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu: Convert to BBCLASSEXTEND (git version only, drop 0.9.1 ↵Richard Purdie2009-11-138-43/+9
| | | | | | native/nativesdk versions) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu-nativesdk: Use HOST_CC to build parse_gl_hRichard Purdie2009-09-182-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu-nativesdk: Add patch to fix linkageRichard Purdie2009-09-172-1/+16
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu-nativesdk: Add qemugl-nativesdk to DEPENDSRichard Purdie2009-09-171-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu-nativesdk: Use a specific gcc as otherwise configure tests breakRichard Purdie2009-09-171-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie2009-09-175-9/+9
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu: Fix a GL passthrough bugRichard Purdie2009-06-162-2/+66
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu: Drop a ton of old now mostly inappropriate patches and update the ↵Richard Purdie2009-06-0913-446/+849
| | | | | | qemugl passthrough patch Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu: Fix for machines without zlib headers/library installedRichard Purdie2009-05-243-3/+17
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu: Switch to git and version 0.10.5Richard Purdie2009-05-2318-164/+80
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu-sdk/qemu-native: No longer need to depend on gcc 3.xRichard Purdie2009-05-212-8/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu: Update 6374 -> 6477 to fix absolute position device issuesRichard Purdie2009-02-0515-64/+65
|
* qemu: Upgrade to svn revision 6374 for working passthroughRichard Purdie2009-01-2116-79/+87
|
* qemu: Add x86_64-softmmu targetRichard Purdie2009-01-211-1/+1
|
* qemu-sdl: Remove i386-linux-user target for nowRichard Purdie2009-01-202-2/+4
|
* qemu: Add host gl support for qemu x86Richard Purdie2009-01-192-2/+33910
|
* qemu: Upgrade to latest svn removing a ton of merged patches (yay)Richard Purdie2009-01-0562-19867/+83
|
* Fix qemu build on 2.6.27Ross Burton2008-11-112-2/+23
| | | | | Linux 2.6.27 removed linux/dirent.h, which qemu was included. Change this to include dirent.h.
* qemu-sdk: Pass the disable-vnc-tls option since we don't have gnutls-sdkRichard Purdie2008-10-171-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5531 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu-sdk: Build i386 QEMU for inclusion in the sdk.Robert Bradford2008-09-242-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5264 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: Fix SRC_URIRichard Purdie2008-05-291-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4565 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: Fix arm exception handling missing symbolRichard Purdie2008-04-262-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4350 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: List and refresh the revert_arm_tcg patchRichard Purdie2008-04-252-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4347 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: Add revert_arm_tcg patch, drop gcc3 check patchRichard Purdie2008-04-252-54/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4343 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: Really use gcc 3.xRichard Purdie2008-04-251-2/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4340 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: Reenable gcc3Richard Purdie2008-04-253-2/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4339 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: Restore qemu r4027 until i686 issues are resolvedRichard Purdie2008-04-2532-2/+15906
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4338 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: Patch out gcc3 checks, limit the target listRichard Purdie2008-04-252-2/+57
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4336 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: Move the gcc 3.4 checks to 0.9.1 onlyRichard Purdie2008-04-255-6/+9
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4335 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: drop unused insane patchRichard Purdie2008-04-241-17/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4334 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu-svn: Upgrade from r4027 -> 4242. Removes the need for gcc 3.x, adds USB ↵Richard Purdie2008-04-2430-14373/+2645
| | | | | | networking for the n800 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4332 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: Add two qemu usermode fixesRichard Purdie2008-04-243-1/+72
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4331 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: added SVN recipesMarcin Juszkiewicz2008-04-2333-0/+15917
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4322 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: switched to SVNMarcin Juszkiewicz2008-04-2333-15918/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4320 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: Add qemu-sdk cvs versionRichard Purdie2008-04-1132-0/+5
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4233 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: Prefer cvs versionRichard Purdie2008-04-101-1/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4228 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu-cvs: Add nokia800 emulationRichard Purdie2008-04-103-2/+13974
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4225 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu: Update cvs version to 20080308Richard Purdie2008-04-1031-18/+1902
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4223 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu-0.9.1: Remove hacky patch and call configure correctlyRichard Purdie2008-04-092-20/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4222 311d38ba-8fff-0310-9ca6-ca027cbcb966