merge of '5b3c06549bda71c0b02a8f27fa8aa82c95abc4ad'
[vuplus_openembedded] / conf / machine / storcenter.conf
1 TARGET_ARCH = "powerpc"
2 TARGET_OS = "linux"
3 TARGET_FPU = "hard"
4 PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
5
6 INHERIT += "storcenter-image"
7
8 # terminal specs - console, but no other ports
9 SERIAL_CONSOLE="115200 console"
10 USE_VT="0"
11
12 MODUTILS=26
13 MACHINE_FEATURES= "kernel26 usbhost pci ext2 uboot"
14 PREFERRED_PROVIDER_virtual/kernel = "linux-storcenter"
15 MACHINE_TASK_PROVIDER = "task-base"
16
17 # We want udev support in the image
18 udevdir = "/dev"
19
20 EXTRA_IMAGECMD = "--big-endian"
21 ERASEBLOCK_SIZE = "0x10000"
22 IMAGE_FSTYPES = "jffs2"
23
24 require conf/machine/include/tune-ppc603e.conf