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 |
# Copyright (C) 2009, Petr Stetiar |
| 2 |
# Released under the MIT license (see packages/COPYING) |
| 3 |
#@TYPE: Machine |
| 4 |
#@NAME: IEI Nano GX-466 |
| 5 |
#@DESCRIPTION: Machine configuration for IEI Nano GX-466 - http://bit.ly/t9TOj |
| 6 |
|
| 7 |
TARGET_ARCH = "i586" |
| 8 |
|
| 9 |
require conf/machine/include/tune-geode.inc |
| 10 |
|
| 11 |
MACHINE_FEATURES = "kernel26 pci vfat ext2 keyboard usbhost sound touchscreen screen serial ethernet" |
| 12 |
|
| 13 |
KERNEL_IMAGETYPE = "bzImage" |
| 14 |
IMAGE_FSTYPES ?= "ext2 tar.bz2" |
| 15 |
|
| 16 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 17 |
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
| 18 |
XSERVER = "xserver-xorg \ |
| 19 |
xf86-input-evdev \ |
| 20 |
xf86-input-mouse \ |
| 21 |
xf86-input-tslib \ |
| 22 |
xf86-video-geode \ |
| 23 |
xerver-xorg-module-libint10 \ |
| 24 |
xserver-xorg-module-xaa \ |
| 25 |
xf86-input-keyboard" |
| 26 |
|
| 27 |
GUI_MACHINE_CLASS = "bigscreen" |
| 28 |
|
| 29 |
GLIBC_ADDONS = "nptl" |
| 30 |
GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=i586" |