mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
x86:
* Add qemux86 machine. * Glibc 2.4 updates from upstream OE. * Add linux-x86 kernel to satisfy the deps. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@616 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
10
meta/conf/machine/include/qemu.conf
Normal file
10
meta/conf/machine/include/qemu.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
PCMCIA_MANAGER = "pcmciautils"
|
||||
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
|
||||
GUI_MACHINE_CLASS = "bigscreen"
|
||||
GPE_EXTRA_INSTALL += "gaim sylpheed"
|
||||
|
||||
MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget"
|
||||
|
||||
IMAGE_FSTYPES ?= "tar.bz2"
|
||||
|
||||
ROOT_FLASH_SIZE = "100"
|
||||
@@ -5,19 +5,9 @@
|
||||
TARGET_ARCH = "arm"
|
||||
IPKG_EXTRA_ARCHS = "armv4 armv5te"
|
||||
|
||||
PCMCIA_MANAGER = "pcmciautils"
|
||||
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
|
||||
GUI_MACHINE_CLASS = "bigscreen"
|
||||
GPE_EXTRA_INSTALL += "gaim sylpheed"
|
||||
|
||||
include conf/machine/include/tune-arm926ejs.conf
|
||||
require conf/machine/include/qemu.conf
|
||||
require conf/machine/include/tune-arm926ejs.conf
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttyAMA0"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus"
|
||||
|
||||
MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget"
|
||||
|
||||
IMAGE_FSTYPES ?= "tar.bz2"
|
||||
|
||||
ROOT_FLASH_SIZE = "100"
|
||||
|
||||
17
meta/conf/machine/qemux86.conf
Normal file
17
meta/conf/machine/qemux86.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: qemu x86 Emulator setup
|
||||
#@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation
|
||||
|
||||
TARGET_ARCH = "i586"
|
||||
TARGET_VENDOR = "-oe"
|
||||
IPKG_EXTRA_ARCHS = "x86"
|
||||
|
||||
require conf/machine/include/qemu.conf
|
||||
# require conf/machine/include/tune-arm926ejs.conf
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttyS0"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
|
||||
|
||||
GLIBC_ADDONS = "nptl"
|
||||
GLIBC_EXTRA_OECONF = "--with-tls"
|
||||
Reference in New Issue
Block a user