diff options
| author | Koen Kooi <koen@openembedded.org> | 2007-03-01 10:47:44 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2007-03-01 10:47:44 +0000 |
| commit | bfc6303d76995cd0a50d044f8f7a642a12a67cad (patch) | |
| tree | 080d9a1c5a891703544d1d4c2d013cf48bc5e998 /conf | |
| parent | 8fcb3a0052943dc2ecf1d5d1f3552ae0d1d8bf6d (diff) | |
| parent | f98462e4e7cedd548817f0686b62defbddb94f5a (diff) | |
merge of '24e6547fb1a547a4930278a58e0636a8d40f93b6'
and 'c3e65881a9b8df367e00858413c2fb4af7439f7c'
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/turbostation.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf new file mode 100644 index 0000000000..d3952e1d4a --- /dev/null +++ b/conf/machine/turbostation.conf @@ -0,0 +1,15 @@ +TARGET_ARCH = "powerpc" +TARGET_OS = "linux" +# TARGET_VENDOR = "oe" +PACKAGE_EXTRA_ARCHS = "ppc ppc603e" +# 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" + +require conf/machine/include/tune-ppc603e.conf |
