aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/n2100.conf
blob: 026339ded6bb0ee9056276fe139715198e5da5d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TARGET_ARCH = "arm"
TARGET_OS = "linux"
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"

INHERIT += "n2100-image"

SERIAL_CONSOLE="115200 console"
USE_VT="0"

MODUTILS=26
MACHINE_FEATURES= "kernel26 usbhost pci ext2 redboot"
PREFERRED_PROVIDER_virtual/kernel = "linux"
PREFERRED_VERSION_linux = "2.6.20"

# We want udev support in the image
udevdir = "/dev"

ERASEBLOCK_SIZE = "0x20000"
IMAGE_FSTYPES = "jffs2"
EXTRA_IMAGECMD = "--little-endian"
# Creating an image that works with the webinterface required encrypting it
# So we'll need openssl
EXTRA_IMAGEDEPENDS = "openssl-native"
IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"

require conf/machine/include/tune-xscale.inc