Convert IPKG_ARCHS -> PACKAGE_ARCHS, IPKG_EXTRA_ARCHS -> PACKAGE_EXTRA_ARCHS in prepa...
[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"
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 # Extra items to include in the fs image
25 BOOTSTRAP_EXTRA_RDEPENDS += "kernel pciutils udev kernel-modules grub"
26
27 # Minimal device table is fine
28 IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt"
29
30 # glibc
31 GLIBC_ADDONS = "nptl"
32 GLIBC_EXTRA_OECONF = "--with-tls"