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 |
#----------------------------------------------------------------------------- |
| 2 |
#@TYPE: Machine |
| 3 |
#@NAME: eeepc 701 |
| 4 |
#@DESCRIPTION: Machine configuration for the eeepc 701 netbook |
| 5 |
#----------------------------------------------------------------------------- |
| 6 |
|
| 7 |
require i686-generic.conf |
| 8 |
|
| 9 |
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
| 10 |
PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" |
| 11 |
MACHINE_DRI_MODULES = "i915" |
| 12 |
|
| 13 |
MACHINE_FEATURES +=" wifi alsa " |
| 14 |
MACHINE_DISPLAY_WIDTH_PIXELS = "800" |
| 15 |
MACHINE_DISPLAY_HEIGHT_PIXELS = "480" |
| 16 |
MACHINE_DISPLAY_ORIENTATION = "0" |
| 17 |
XSERVER = "xserver-xorg \ |
| 18 |
xf86-video-intel \ |
| 19 |
xf86-input-evdev \ |
| 20 |
xf86-input-keyboard \ |
| 21 |
xf86-input-mouse \ |
| 22 |
xf86-input-synaptics \ |
| 23 |
" |
| 24 |
|
| 25 |
IMAGE_FSTYPES += "tar.gz" |
| 26 |
|
| 27 |
PREFERRED_PROVIDER_virtual/kernel ?= "linux" |
| 28 |
PREFERRED_VERSION_linux ?= "2.6.33" |
| 29 |
|
| 30 |
GLIBC_ADDONS = "nptl" |
| 31 |
GLIBC_EXTRA_OECONF = "--with-tls" |