diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-07 04:09:10 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-07 04:09:10 +0000 |
commit | 4ac0c9901f71660d811825aed20f3646fddc4ee1 (patch) | |
tree | dbf2572df1689d05d734f835ff9e9088522e0dda /conf/machine/turbostation.conf | |
parent | 5f8c62c20cc6dc6faede3b16726939a648906e81 (diff) | |
parent | 82f522e25a15d4a3bb992e25cf2d72524e00aee3 (diff) |
merge of '190b6a69d61b81a346fd716bd98a7dd4b0fdc441'
and '8c2c64187790bfeb1b538bae3efe7832208261af'
Diffstat (limited to 'conf/machine/turbostation.conf')
-rw-r--r-- | conf/machine/turbostation.conf | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf index d3952e1d4a..7184958664 100644 --- a/conf/machine/turbostation.conf +++ b/conf/machine/turbostation.conf @@ -1,15 +1,26 @@ TARGET_ARCH = "powerpc" TARGET_OS = "linux" -# TARGET_VENDOR = "oe" +TARGET_FPU = "hard" 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 |