diff options
author | Jan Lübbe <jluebbe@debian.org> | 2008-01-16 19:50:33 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2008-01-16 19:50:33 +0000 |
commit | c180a9628b2ec991073df824c47b4347d5c78146 (patch) | |
tree | a57d6a7cb5ee34f8ac617b3ce15b7b5b420436b0 /conf/machine/chumby.conf | |
parent | 4e05ad99d4d4f11c9b3021a031a21689025ffec4 (diff) |
chumby: Add machine definition and kernel recipe
Diffstat (limited to 'conf/machine/chumby.conf')
-rw-r--r-- | conf/machine/chumby.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/chumby.conf b/conf/machine/chumby.conf new file mode 100644 index 0000000000..1e36ddcfc7 --- /dev/null +++ b/conf/machine/chumby.conf @@ -0,0 +1,20 @@ +#@TYPE: Machine +#@Name: Chumby +#@DESCRIPTION: Machine configuration for the Chumby + +TARGET_ARCH = "arm" + +MACHINE_FEATURES = "kernel26 apm alsa bluetooth ext2 vfat touchscreen usbhost usbgadget wifi" + +GUI_MACHINE_CLASS = "smallscreen" +PACKAGE_EXTRA_ARCHS = "arm armv4t armv5te" + +PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" + +require conf/machine/include/tune-arm926ejs.inc + +# used by sysvinit_2 +SERIAL_CONSOLE = "38400 ttyS0" + +# used by opie-collections.inc +ROOT_FLASH_SIZE = "22" |