storcenter: Update machine config
[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 MACHINE_FEATURES                = "kernel26 usbhost pci ext2 uboot"
9 MACHINE_FEATURES_foonas-em      = "kernel26"
10 MACHINE_FEATURES_foonas-iscsi   = "kernel26"
11 MACHINE_TASK_PROVIDER = "task-base"
12 MACHINE_EXTRA_RDEPENDS = "u-boot-utils xfsprogs sccd"
13
14 USE_DEVFS = "0"
15
16 BOOTSTRAP_EXTRA_RDEPENDS                = "udev module-init-tools"
17 BOOTSTRAP_EXTRA_RDEPENDS_foonas-iscsi   = "module-init-tools"
18 BOOTSTRAP_EXTRA_RDEPENDS_foonas-em      = "module-init-tools"
19
20 PREFERRED_PROVIDER_virtual/kernel = "linux-storcenter"
21 PREFERRED_VERSION_linux-storcenter = "2.6.27.7"
22 PREFERRED_VERSION_u-boot = "1.2.0"
23
24 #don't try to access tty1
25 USE_VT="0"
26
27 IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
28 IMAGE_FSTYPES                   = "tar.gz"
29 IMAGE_FSTYPES_foonas-em         = "cpio.gz"
30 IMAGE_FSTYPES_foonas-iscsi      = "cpio.gz"
31
32 SERIAL_CONSOLE="115200 console"
33
34 require conf/machine/include/tune-ppc603e.inc
35
36 BB_EMMODE = "large"
37 UBOOT_MACHINE = "storcenter"