merge of '603b2d0c7e4ad80e5779bd3bbdb822331cc0ea2b'
[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 KERNEL_IMAGETYPE = "bzImage"
13
14 # todo: convert to task-base
15 # BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
16 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
17
18 MACHINE_FEATURES = "kernel26 pci usbhost ext2 screen keyboard irda apm alsa"
19 ROOT_FLASH_SIZE = "64"
20 GUI_MACHINE_CLASS = "bigscreen"
21
22 udevdir = "/dev"
23 OLDEST_KERNEL = "2.6.17"
24 GLIBC_ADDONS = "nptl"
25 GLIBC_EXTRA_OECONF = "--with-tls"