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