diff options
author | Holger Freyther <zecke@selfish.org> | 2007-03-07 00:43:45 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-03-07 00:43:45 +0000 |
commit | ef577a4a45dc409f13b78925308dd25c646e92ce (patch) | |
tree | f7f2e1d43040ce79799962b799c66d1045cc325b /conf/machine/turbostation.conf | |
parent | deacf77e13e6f1f450d1f9e91a466c387c8494f0 (diff) | |
parent | 4cc0ce6d895a1df9c46226d47041bc0130298b5b (diff) |
merge of '39030d97b266cc74d362571046ff686f9fa4b71c'
and 'efc288dfca6db8af7c6c350c1661838d4c1433c8'
Diffstat (limited to 'conf/machine/turbostation.conf')
-rw-r--r-- | conf/machine/turbostation.conf | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf index a4b19de740..7184958664 100644 --- a/conf/machine/turbostation.conf +++ b/conf/machine/turbostation.conf @@ -1,17 +1,26 @@ TARGET_ARCH = "powerpc" TARGET_OS = "linux" TARGET_FPU = "hard" -# TARGET_VENDOR = "oe" PACKAGE_EXTRA_ARCHS = "ppc ppc603e" +MACHINE_TASK_PROVIDER = "task-base" + # 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" -BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm" PREFERRED_PROVIDER_virtual/kernel = "linux-turbostation" + +# Do we need any kernel modules? +OPENPROTIUM_KERNEL = "" + +# We want udev support in the image udevdir = "/dev" +OPENPROTIUM_SUPPORT ?= "diffutils cpio findutils uboot-utils udev" +BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm" +ROOT_FLASH_SIZE = 12 +# Hardware stuff +ERASEBLOCK_SIZE = "0x20000" require conf/machine/include/tune-ppc603e.conf |