x86 machines: added 'x86' MACHINE_FEATURE to limit amount of overrides needed when...
[vuplus_openembedded] / conf / machine / wrap.conf
1 #@TYPE: Machine
2 #@NAME: WRAP1 / WRAP2 wireless router boards
3 #@DESCRIPTION: Machine configuration for the PC Engines WRAP (Wireless Router Application Platform) boards.
4
5 TARGET_ARCH = "i486"
6 PACKAGE_EXTRA_ARCHS = "i386 x86"
7
8 PREFERRED_PROVIDER_virtual/kernel = "linux-wrap-geode"
9 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
10
11 # Serial console settings for sysvinit
12 SERIAL_CONSOLE = "38400 ttyS0"
13
14 # There's no screen on the titan boards
15 USE_VT = "0"
16
17 # We are using UDEV, there is no devfs in 2.6 kernels
18 USE_DEVFS = "0"
19
20 # Create a tar.gz by default which needs to be uncompress onto a
21 # partition on the compact flash card being used.
22 IMAGE_FSTYPE ?= "tar.gz"
23
24 # Things to include in the fs image
25 MACHINE_FEATURES = "kernel26 pci ext2 x86"
26 # The kernel and grub need to installed to boot from flash
27 MACHINE_EXTRA_RDEPENDS = "kernel grub"
28
29 # Minimal device table is fine
30 IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt"
31
32 # glibc
33 GLIBC_ADDONS = "nptl"
34 GLIBC_EXTRA_OECONF = "--with-tls"
35
36 KERNEL_IMAGETYPE = "bzImage"