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