[oe-commits] Denis 'Gnutoo' Carikli : eee701 : added machine config

git version control git at git.openembedded.org
Sun Jan 24 10:39:18 UTC 2010


Module: openembedded.git
Branch: holger/staging-branch
Commit: 7a338c4b1e2d8dacb19155cae1f62c4f4ba8bbfe
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7a338c4b1e2d8dacb19155cae1f62c4f4ba8bbfe

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Fri Jan 22 00:04:38 2010 +0100

eee701 : added machine config

Using standard vanilla linux kernel because everything is supported
  in it
Also using the 2.6.32 version because 2.6.33 is not out yet and I
  only made a defconfig for 2.6.32

added MACHINE_DRI_MODULES = "i915" instead of "intel"
  because intel didn't work:
| make[5]: Entering directory `.../Mesa-7.6/src/mesa/drivers/dri/intel'
| make[5]: *** No targets specified and no makefile found.  Stop.

Copied the glibc part from ion.conf(I didn't test it yet)

I also added the xf86-input-synaptics at the last moment and I didn't
  have the time to test that modification but I tested
  xf86-input-synaptics and it works fine
It also uses xf86-input-mouse and xf86-input-keyboard as xorg.conf will use them
  (evdev didn't work for me even if it was compiled in the kernel,there was
  xf86-input-evdev installed and there was an entry in xorg.conf)

---

 conf/machine/eee701.conf |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/conf/machine/eee701.conf b/conf/machine/eee701.conf
new file mode 100644
index 0000000..0c4b965
--- /dev/null
+++ b/conf/machine/eee701.conf
@@ -0,0 +1,31 @@
+#-----------------------------------------------------------------------------
+#@TYPE: Machine
+#@NAME: eeepc 701
+#@DESCRIPTION: Machine configuration for the eeepc 701 netbook
+#-----------------------------------------------------------------------------
+
+require i686-generic.conf
+
+PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
+PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
+MACHINE_DRI_MODULES ?= "i915"
+
+MACHINE_FEATURES +=" wifi alsa "
+MACHINE_DISPLAY_WIDTH_PIXELS = "800"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
+MACHINE_DISPLAY_ORIENTATION = "0"
+XSERVER ?= "xserver-xorg \
+           xf86-video-intel \
+           xf86-input-evdev \
+	   xf86-input-keyboard \
+	   xf86-input-mouse \
+	   xf86-input-synaptics"
+
+IMAGE_FSTYPES += "tar.gz"
+
+PREFERRED_PROVIDER_virtual/kernel ?= "linux"
+PREFERRED_VERSION_linux ?= "2.6.32"
+
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls"
+





More information about the Openembedded-commits mailing list