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
7
require conf/machine/include/tune-x86.inc
8
9
PREFERRED_PROVIDER_virtual/kernel = "linux"
10
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
11
12
# Serial console settings for sysvinit
13
SERIAL_CONSOLE = "38400 ttyS0"
14
15
# There's no screen on the titan boards
16
USE_VT = "0"
17
18
# We are using UDEV, there is no devfs in 2.6 kernels
19
USE_DEVFS = "0"
20
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"
24
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"
29
30
# Minimal device table is fine
31
IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt"
32
33
# glibc
34
GLIBC_ADDONS = "nptl"
35
GLIBC_EXTRA_OECONF = "--with-tls"
36
37
KERNEL_IMAGETYPE = "bzImage"