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