summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
Commit message (Collapse)AuthorAgeFilesLines
* qemu: Enable KVM support on x86/x86-64 hostZhai Edwin2010-12-091-1/+1
| | | | | | | User need build kvm module for native kernel and install them by "modprobe kvm_intel". Then add "kvm" option to poky-qemu to enable it. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* qemu: Add license checksumZhai Edwin2010-12-021-1/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* qemu: add qemu-mipsel to the list of simulatorsBruce Ashfield2010-09-101-2/+2
| | | | | | | Add qemu-mipsel to the list of generated simulators. Obviously this is needed to build a MIPS little endian system. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* qemu: build qemu-x86-64 binary for use in locale generationJoshua Lock2010-09-021-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Add qemu-ppc in qemu-native, required by eglibcZhai Edwin2010-09-021-1/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* Add qemu-i386 in qemu-native, required by eglibcZhai Edwin2010-08-311-1/+1
| | | | | | | | | 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>
* Major layout change to the packages directoryRichard Purdie2010-08-271-0/+39
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>