Convert IPKG_ARCHS -> PACKAGE_ARCHS, IPKG_EXTRA_ARCHS -> PACKAGE_EXTRA_ARCHS in prepa...
[vuplus_openembedded] / conf / machine / x86.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 = "x86"
9 PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
10 # todo: convert to task-base
11 BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
12
13 udevdir = "/dev"
14 OLDEST_KERNEL = "2.6.17"
15 GLIBC_ADDONS = "nptl"
16 GLIBC_EXTRA_OECONF = "--with-tls"
17
18 #require conf/machine/include/tune-x86.conf