blob: 0f2ab04651b71e36614b724bdff1033e1a50c204 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
#@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"
MACHINE_EXTRA_RRECOMMENDS = "\
kernel-modules \
rt73-chumby \
"
require conf/machine/include/tune-arm926ejs.inc
# used by sysvinit_2
SERIAL_CONSOLE = "38400 ttyS0"
# used by opie-collections.inc
ROOT_FLASH_SIZE = "22"
IMAGE_FSTYPES += "cramfs"
|