diff options
| -rw-r--r-- | meta-yocto/conf/machine/atom-pc.conf | 10 | ||||
| -rw-r--r-- | meta-yocto/conf/machine/beagleboard.conf | 4 | ||||
| -rw-r--r-- | meta-yocto/recipes-graphics/mesa/mesa-dri_7.11.bbappend | 2 |
3 files changed, 10 insertions, 6 deletions
diff --git a/meta-yocto/conf/machine/atom-pc.conf b/meta-yocto/conf/machine/atom-pc.conf index 734e5b5469..4bab4c8899 100644 --- a/meta-yocto/conf/machine/atom-pc.conf +++ b/meta-yocto/conf/machine/atom-pc.conf | |||
| @@ -15,9 +15,13 @@ PREFERRED_VERSION_linux-yocto ?= "3.0%" | |||
| 15 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | 15 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" |
| 16 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | 16 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" |
| 17 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" | 17 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" |
| 18 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg-lite" | 18 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
| 19 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xorg-lite" | 19 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xorg" |
| 20 | XSERVER ?= "xserver-xorg-lite \ | 20 | XSERVER ?= "xserver-xorg \ |
| 21 | xserver-xorg-extension-dri2 \ | ||
| 22 | xserver-xorg-extension-glx \ | ||
| 23 | xserver-xorg-extension-extmod \ | ||
| 24 | xserver-xorg-extension-dbe \ | ||
| 21 | xf86-input-mouse \ | 25 | xf86-input-mouse \ |
| 22 | xf86-input-keyboard \ | 26 | xf86-input-keyboard \ |
| 23 | xf86-input-evdev \ | 27 | xf86-input-evdev \ |
diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf index 1b89c43563..03e6e394a5 100644 --- a/meta-yocto/conf/machine/beagleboard.conf +++ b/meta-yocto/conf/machine/beagleboard.conf | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | #@NAME: Beagleboard machine | 2 | #@NAME: Beagleboard machine |
| 3 | #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board | 3 | #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board |
| 4 | 4 | ||
| 5 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86-lite" | 5 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg-lite" |
| 6 | XSERVER = "xserver-xf86-lite \ | 6 | XSERVER = "xserver-xorg-lite \ |
| 7 | xf86-input-evdev \ | 7 | xf86-input-evdev \ |
| 8 | xf86-input-mouse \ | 8 | xf86-input-mouse \ |
| 9 | xf86-video-omapfb \ | 9 | xf86-video-omapfb \ |
diff --git a/meta-yocto/recipes-graphics/mesa/mesa-dri_7.11.bbappend b/meta-yocto/recipes-graphics/mesa/mesa-dri_7.11.bbappend index 61d3891663..7e8e7732db 100644 --- a/meta-yocto/recipes-graphics/mesa/mesa-dri_7.11.bbappend +++ b/meta-yocto/recipes-graphics/mesa/mesa-dri_7.11.bbappend | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | # Atom PCs have DRI support so use mesa-dri by default | 1 | # Atom PCs have DRI support so use mesa-dri by default |
| 2 | DEFAULT_PREFERENCE_atom-pc = "1" | 2 | DEFAULT_PREFERENCE_atom-pc = "2" |
| 3 | 3 | ||
