foonas: Remove references to foonas-em and foonas-iscsi which do not exist in OE...
[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_TASK_PROVIDER = "task-base"
10 MACHINE_EXTRA_RDEPENDS = "u-boot-utils xfsprogs sccd"
11
12 USE_DEVFS = "0"
13
14 BOOTSTRAP_EXTRA_RDEPENDS                = "udev module-init-tools"
15
16 PREFERRED_PROVIDER_virtual/kernel = "linux-storcenter"
17 PREFERRED_VERSION_linux-storcenter = "2.6.27.7"
18 PREFERRED_VERSION_u-boot = "1.2.0"
19
20 #don't try to access tty1
21 USE_VT="0"
22
23 IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
24 IMAGE_FSTYPES                   = "tar.gz"
25
26 SERIAL_CONSOLE="115200 console"
27
28 require conf/machine/include/tune-ppc603e.inc
29
30 UBOOT_MACHINE = "storcenter"