aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_git.bb
AgeCommit message (Collapse)Author
2011-05-18qemu: Fix Dependency and compatible machinesSaul Wold
add DEFAULT_PREFERENCE = "-1" to disable git recipe Added libx11 for GL support to DEPENDS Use BROKEN to disable qemuarm and qemumips world build of qemu target Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-11qemu: Upgrade qemu git to the latest 0.14 branchZhai Edwin
Also add missing patch to build qemu-git [YOCTO #1013] got fixed Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-05-04poky-default-revisions: move the SRCREV to recipe fileYu Ke
in this case, those non poky distro can also use these recipe normally Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-09-02qemu: build qemu-x86-64 binary for use in locale generationJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-09-02Add qemu-ppc in qemu-native, required by eglibcZhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-08-31Add qemu-i386 in qemu-native, required by eglibcZhai Edwin
Adding i386-linux-user in target-list is enough in theory, but our gl stuff is not friendly to linux-user code. So disable it when compiling linux-user. [BUGID #218] fixed by this. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>