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: Ben Nanonote |
| 3 |
#@DESCRIPTION: Machine configuration for the Qi-Hardware's Ben Nanonote |
| 4 |
|
| 5 |
TARGET_ARCH = "mipsel" |
| 6 |
require conf/machine/include/tune-mips32.inc |
| 7 |
|
| 8 |
PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-ben-nanonote" |
| 9 |
KERNEL_IMAGETYPE = "uImage" |
| 10 |
|
| 11 |
IMAGE_FSTYPES ?= "jffs2" |
| 12 |
|
| 13 |
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" |
| 14 |
PREFERRED_VERSION_xserver-kdrive = "1.3.0.0" |
| 15 |
|
| 16 |
XSERVER = "xserver-kdrive-fbdev" |
| 17 |
|
| 18 |
#ScreenInfo |
| 19 |
MACHINE_GUI_CLASS = "smallscreen" |
| 20 |
MACHINE_DISPLAY_WIDTH_PIXELS = "320" |
| 21 |
MACHINE_DISPLAY_HEIGHT_PIXELS = "240" |
| 22 |
LOGO_SIZE = "qvga" |