merge of '6a2619051042657fa596c74fecccd9ff893521ae'
[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 # terminal specs - console, but no other ports
7 SERIAL_CONSOLE="115200 console"
8 USE_VT="0"
9
10 MODUTILS=26
11 MACHINE_FEATURES= "kernel26 usbhost"
12 PREFERRED_PROVIDER_virtual/kernel = "linux"
13 PREFERRED_VERSION_linux = "2.6.20"
14
15 # Do we need any kernel modules?
16 #N2100_KERNEL = ""
17
18 # We want udev support in the image
19 udevdir = "/dev"
20 N2100_SUPPORT ?= "cpio uboot-utils udev"
21 BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm"
22 EXTRA_IMAGECMD_jffs2 += " --little-endian"
23
24 # Hardware stuff used in image generation
25 ERASEBLOCK_SIZE = "0x20000"     
26 JFFS2_ROOTFS_SIZE = "0xC80000"
27 KERNEL_IMAGE_SIZE = "0x280000"
28 require conf/machine/include/tune-xscale.conf