aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/storcenter.conf
blob: 2c21b521c3237f73fd40c27b640f0570759ecb63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGET_ARCH = "powerpc"
TARGET_OS = "linux"
# TARGET_VENDOR = "oe"
IPKG_ARCHS = "all ppc powerpc ppc603e ${MACHINE}"
# terminal specs - console, but no other ports
SERIAL_CONSOLE="115200 console"
USE_VT="0"

MODUTILS=26
MACHINE_TASK_PROVIDER = "task-base"
MACHINE_FEATURES= "kernel26 usbhost"
# don't go udev until kernel >=2.6.13
#BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm"
BOOTSTRAP_EXTRA_RDEPENDS = "mdadm"
PREFERRED_PROVIDER_virtual/kernel = "linux-storcenter"

include conf/machine/include/tune-ppc603e.conf