merge of '76afa3fd7e5ab1e782da555eb4e4d888551a37c6'
[vuplus_openembedded] / conf / machine / bd-neon.conf
1 #@TYPE: Machine
2 #@NAME: Boundary Devices NEON
3 #@DESCRIPTION: Machine configuration 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 conf/machine/include/tune-xscale.inc
13
14 # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
15 #require conf/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"
26 PERFERRED_VERSION_linux = "2.6.22"
27
28 MODUTILS = "26" 
29 XSERVER = "xserver-kdrive-fbdev"
30
31 PREFERRED_VERSION_u-boot = "1.1.2"
32
33 EXTRA_IMAGEDEPENDS =" mtd-utils"
34
35 MACHINE_EXTRA_RDEPENDS = " mtd-utils"
36 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-module-nls-cp437 \
37                                 kernel-module-nls-iso8859-1 \
38                                 kernel-module-nls-utf8 \
39                                 kernel-module-af-key \
40                                 kernel-module-i2c-pxa"
41
42 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n"
43 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x40000 --pad=32243712; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
44                           -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \
45                           -e 128KiB -p"
46
47 #
48 # Modules autoload and other boot properties
49 #
50 module_autoload_evdev = "evdev"
51 module_autoload_mmc_block = "mmc_block"
52 module_autoload_snd-pcm-oss = "snd-pcm-oss"
53 module_autoload_snd-mixer-oss = "snd-mixer-oss"
54
55 #module_autoload_g_ether = "g_ether"
56
57 SERIAL_CONSOLE = "115200 ttyS0"