summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rwxr-xr-xconf/machine/raspberrypi.conf10
1 files changed, 3 insertions, 7 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf
index 4fd5c8c..6287c46 100755
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
@@ -3,6 +3,9 @@
3#@DESCRIPTION: Machine configuration for the RaspberryPi http://www.raspberrypi.org/ Board 3#@DESCRIPTION: Machine configuration for the RaspberryPi http://www.raspberrypi.org/ Board
4#@MAINTAINER: John Willis 4#@MAINTAINER: John Willis
5 5
6include conf/distro/include/rpi-default-settings.inc
7include conf/distro/include/rpi-default-versions.inc
8include conf/distro/include/rpi-default-providers.inc
6require conf/machine/include/tune-arm1176jzf-s.inc 9require conf/machine/include/tune-arm1176jzf-s.inc
7 10
8INHERIT += "sdcard_image-rpi" 11INHERIT += "sdcard_image-rpi"
@@ -10,15 +13,8 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg"
10 13
11SERIAL_CONSOLE = "115200 ttyAMA0" 14SERIAL_CONSOLE = "115200 ttyAMA0"
12 15
13PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
14MACHINE_KERNEL_PR = "r4" 16MACHINE_KERNEL_PR = "r4"
15 17
16PREFERRED_VERSION_udev = "164"
17
18PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
19PREFERRED_PROVIDER_virtual/egl ?= "vc-graphics-hardfp"
20PREFERRED_PROVIDER_virtual/libgles2 ?= "vc-graphics-hardfp"
21PREFERRED_PROVIDER_virtual/libgl ?= "vc-graphics-hardfp"
22XSERVER = " \ 18XSERVER = " \
23 xserver-xorg \ 19 xserver-xorg \
24 xf86-input-evdev \ 20 xf86-input-evdev \