summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/qemu
Commit message (Collapse)AuthorAgeFilesLines
* qemu: update SHA for SDK 1.5Zhenhua Luo2014-01-121-3/+2
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* qemu: add gtk options in configureChunrong Guo2013-12-142-0/+14
| | | | | | | * fix the following error: |ERROR: unknown option --disable-gtk Signed-off-by: Chunrong Guo <B40290@freescale.com>
* Fix git branch referencesChunrong Guo2013-12-111-1/+2
| | | | | | | *Ensure the right branches are set in SRC_URI to match the revisions used. This resolves certain fetch failures. Signed-off-by: Chunrong Guo <B40290@freescale.com>
* qemu_fslgit: backport 2 patches to fix build with texinfo-5Ting Liu2013-07-243-1/+260
| | | | | | | | | | | (From OE-Core rev: af65260dbf17fcd47b6630db473d95f2f3225d68) Fix the below error: |./qemu-options.texi:1521: unknown command `list' |./qemu-options.texi:1521: table requires an argument: the formatter for @item |./qemu-options.texi:1521: warning: @table has text but no @item Signed-off-by: Ting Liu <b28495@freescale.com>
* qemu_fslgit: backport a patch from oe-core to define fdt_t typesTing Liu2013-07-172-0/+41
| | | | | | | | | | | Fix the error: usr/include/fdt.h:58:2: error: unknown type name 'fdt32_t' Backport a patch from oe-core. Commit: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id= ea6e7975964c75e0c8224205e0c1fd04ba37ed4a Signed-off-by: Ting Liu <b28495@freescale.com>
* qemu: upgrade to the version of sdk-1.4Zhenhua Luo2013-06-285-85/+165
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* qemu: configure properly check if -lrt is neededTing Liu2013-03-082-2/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -lrt is needed to avoid the error "undefined reference to `timer_settime'". add the check in configure. Backport from http://git.qemu.org/?p=qemu.git commit: 8bacde8d86a09699207d85d4bab06162aed18dc4 Fix the below build issue: | ../qemu-timer.o: In function `dynticks_rearm_timer': | .../qemu/1.0+fsl-r2/git/qemu-timer.c:597: undefined reference to `timer_gettime' | .../qemu/1.0+fsl-r2/git/qemu-timer.c:610: undefined reference to `timer_settime' | ../qemu-timer.o: In function `dynticks_stop_timer': | .../qemu/1.0+fsl-r2/git/qemu-timer.c:583: undefined reference to `timer_delete' | ../qemu-timer.o: In function `dynticks_start_timer': | .../qemu/1.0+fsl-r2/git/qemu-timer.c:565: undefined reference to `timer_create' | ivshmem.o: In function `pci_ivshmem_init': | .../qemu/1.0+fsl-r2/git/hw/ivshmem.c:720: undefined reference to `shm_open' | .../qemu/1.0+fsl-r2/git/hw/ivshmem.c:727: undefined reference to `shm_open' | collect2: error: ld returned 1 exit status | make[1]: *** [qemu-system-ppc] Error 1 | make: *** [subdir-ppc-softmmu] Error 2 | ERROR: oe_runmake failed | ERROR: Function failed: do_compile Yocto 1.4_M4 uses qemu 1.3.1 which includes this fix. So this issue only appeared to us. Signed-off-by: Ting Liu <b28495@freescale.com>
* qemu_1.0.bb: lock down SHA for releaseMatthew McClintock2012-12-041-1/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* qemu_1.0.bb: lock down SHAMatthew McClintock2012-12-041-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* qemu: set preferred version for QEMUMatthew McClintock2012-09-051-0/+39
The preferred version needs to specify the QEMU version for our qemu_git recipe (overridden by the QEMU bbappends). Without this patch we will no pick up our qemu_git recipe. Signed-off-by: Matthew McClintock <msm@freescale.com>