merge of '2de318fc2a95854259cdc31038f89dae83fb0121'
[vuplus_openembedded] / conf / machine / n2100.conf
1 TARGET_ARCH = "arm"
2 TARGET_OS = "linux"
3 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
4
5 INHERIT += "n2100-image"
6
7 SERIAL_CONSOLE="115200 console"
8 USE_VT="0"
9
10 MODUTILS=26
11 MACHINE_FEATURES= "kernel26 usbhost pci ext2 redboot"
12 PREFERRED_PROVIDER_virtual/kernel = "linux"
13 PREFERRED_VERSION_linux = "2.6.20"
14
15 # We want udev support in the image
16 udevdir = "/dev"
17
18 ERASEBLOCK_SIZE = "0x20000"
19 IMAGE_FSTYPES = "jffs2"
20 EXTRA_IMAGECMD = "--little-endian"
21 # Creating an image that works with the webinterface required encrypting it
22 # So we'll need openssl
23 EXTRA_IMAGEDEPENDS = "openssl-native"
24 IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
25
26 require conf/machine/include/tune-xscale.inc