merge of '3aee7c950b6280969c7cf789997c0b58bbd56080'
[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 SERIAL_CONSOLE="115200 console"
7 USE_VT="0"
8
9 MODUTILS=26
10 MACHINE_FEATURES= "kernel26 usbhost pci ext2"
11 PREFERRED_PROVIDER_virtual/kernel = "linux"
12 PREFERRED_VERSION_linux = "2.6.20"
13 MACHINE_TASK_PROVIDER = "task-base"
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
25 require conf/machine/include/tune-xscale.conf