merge of '313f55e5f9f09b07e1ed5f50011e51c1c6acb73c'
[vuplus_openembedded] / conf / machine / bd-neon.conf
1 #@TYPE: Machine
2 #@NAME: Boundary Devices NEON
3 #@DESCRIPTION: Machine.inciguration for the Boundary Devices NEON board
4
5 #
6 # Hardware-based properties
7 #
8 TARGET_ARCH = "arm"
9 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
10
11 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
12 require.inc/machine/include/tune-xscale.inc
13
14 # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
15 #require.inc/machine/include/tune-iwmmxt.inc
16
17 ROOT_FLASH_SIZE = "60"
18 VOLATILE_STORAGE_SIZE = "128"
19 GUI_MACHINE_CLASS = "bigscreen"
20 MACHINE_FEATURES = "kernel26 touchscreen apm alsa usbgadget screen uboot"
21
22 #
23 # Software/packages selection
24 #
25 PREFERRED_PROVIDER_virtual/kernel = "linux-bd-neon-2.6"
26 MODUTILS = "26" 
27 XSERVER = "xserver-kdrive-fbdev"
28 MACHINE_TASK_PROVIDER = "task-base"
29
30 PREFERRED_VERSION_u-boot = "1.1.2"
31
32 EXTRA_IMAGEDEPENDS =" mtd-utils"
33
34 MACHINE_EXTRA_RDEPENDS = " mtd-utils"
35 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-module-nls-cp437 \
36                                 kernel-module-nls-iso8859-1 \
37                                 kernel-module-nls-utf8 \
38                                 kernel-module-af-key \
39                                 kernel-module-i2c-pxa"
40
41 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n"
42 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x40000 --pad=32243712; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
43                           -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \
44                           -e 128KiB -p"
45
46 #
47 # Modules autoload and other boot properties
48 #
49 module_autoload_evdev = "evdev"
50 module_autoload_mmc_block = "mmc_block"
51 module_autoload_snd-pcm-oss = "snd-pcm-oss"
52 module_autoload_snd-mixer-oss = "snd-mixer-oss"
53
54 #module_autoload_g_ether = "g_ether"
55
56 SERIAL_CONSOLE = "115200 ttyS0"