This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@NAME: Samsung Omnia SGH-i900 |
| 3 |
#@DESCRIPTION: Machine configuration for the Samsung Omnia SGH-i900 |
| 4 |
#@HOMEPAGE: http://andromnia.sourceforge.net |
| 5 |
|
| 6 |
# Hardware-based properties |
| 7 |
# |
| 8 |
|
| 9 |
TARGET_ARCH = "arm" |
| 10 |
|
| 11 |
require conf/machine/include/tune-xscale.inc |
| 12 |
|
| 13 |
MACHINE_FEATURES = "alsa apm bluetooth camera gps kernel26 phone screen touchscreen vfat wifi" |
| 14 |
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
| 15 |
|
| 16 |
# Software/packages selection |
| 17 |
# |
| 18 |
|
| 19 |
PREFERRED_PROVIDER_virtual/kernel = "linux-sgh-i900" |
| 20 |
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
| 21 |
XSERVER = "xserver-xorg \ |
| 22 |
xf86-input-evdev \ |
| 23 |
xf86-input-tslib \ |
| 24 |
xf86-video-fbdev" |