merge of '0cf0e308c229ff2591e8342f494ce06330cfca1b'
[vuplus_openembedded] / conf / machine / netvista.conf
1 #@TYPE: Machine
2 #@NAME: X86
3 #@DESCRIPTION: Machine configuration for a Linux running on x86 compatible machines
4
5 # i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
6 TARGET_ARCH = "i486"
7 # TARGET_VENDOR = "-oe"
8 PACKAGE_EXTRA_ARCHS = "netvista"
9 PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
10 XSERVER = "xserver-kdrive-vesa"
11
12 # todo: convert to task-base
13 # BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
14 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
15
16 MACHINE_FEATURES = "kernel26 pci usbhost ext2 screen keyboard irda apm alsa"
17 ROOT_FLASH_SIZE = "64"
18 GUI_MACHINE_CLASS = "bigscreen"
19
20 udevdir = "/dev"
21 OLDEST_KERNEL = "2.6.17"
22 GLIBC_ADDONS = "nptl"
23 GLIBC_EXTRA_OECONF = "--with-tls"