merge of 'b6faf2a6dc98242794af36b6508ba20768cf5c33'
[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
16 # We want udev support in the image
17 udevdir = "/dev"
18
19 EXTRA_IMAGECMD = "--big-endian"
20 ERASEBLOCK_SIZE = "0x10000"
21 IMAGE_FSTYPES = "jffs2"
22
23 require conf/machine/include/tune-ppc603e.inc