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: Netvista J320 Internet Applicance |
| 3 |
#@DESCRIPTION: Machine configuration for a Linux IBM 8365 / J320 PC-based internet terminals |
| 4 |
|
| 5 |
TARGET_ARCH = "i486" |
| 6 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 7 |
PREFERRED_VERSION_linux = "2.6.23" |
| 8 |
|
| 9 |
XSERVER = "xserver-kdrive-fbdev" |
| 10 |
|
| 11 |
KERNEL_IMAGETYPE = "bzImage" |
| 12 |
|
| 13 |
# todo: convert to task-base |
| 14 |
# BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules" |
| 15 |
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
| 16 |
|
| 17 |
MACHINE_FEATURES = "kernel26 pci usbhost ext2 screen keyboard irda apm alsa x86" |
| 18 |
ROOT_FLASH_SIZE = "64" |
| 19 |
GUI_MACHINE_CLASS = "bigscreen" |
| 20 |
|
| 21 |
udevdir = "/dev" |
| 22 |
OLDEST_KERNEL = "2.6.17" |
| 23 |
GLIBC_ADDONS = "nptl" |
| 24 |
GLIBC_EXTRA_OECONF = "--with-tls" |
| 25 |
|
| 26 |
require conf/machine/include/tune-x86.inc |