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: DNARD NetworkComputer/Shark |
| 3 |
#@DESCRIPTION: Machine configuration for the SHARK based SHARK |
| 4 |
|
| 5 |
MACHINE_KERNEL_VERSION ?= "2.6" |
| 6 |
|
| 7 |
TARGET_ARCH = "arm" |
| 8 |
PREFERRED_PROVIDER_xserver = "xserver-kdrive" |
| 9 |
PREFERRED_PROVIDER_virtual/kernel = "linux-z" |
| 10 |
|
| 11 |
IMAGE_FSTYPES ?= "jffs2" |
| 12 |
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n" |
| 13 |
EXTRA_IMAGEDEPENDS = "" |
| 14 |
SERIAL_CONSOLE = "ttySA0 115200 vt100" |
| 15 |
|
| 16 |
ROOT_FLASH_SIZE = "16" |
| 17 |
USE_VT = "0" |
| 18 |
|
| 19 |
require conf/machine/include/tune-strongarm.inc |
| 20 |
|
| 21 |
MACHINE_FEATURES = "kernel26 apm alsa pcmcia keyboard ext2" |
| 22 |
MACHINE_EXTRA_RDEPENDS_append = " mpg321 mpd madplay " |
| 23 |
|
| 24 |
GUI_MACHINE_CLASS = "bigscreen" |