diff options
Diffstat (limited to 'conf')
| -rwxr-xr-x | conf/machine/raspberrypi.conf | 10 |
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 | ||
| 6 | include conf/distro/include/rpi-default-settings.inc | ||
| 7 | include conf/distro/include/rpi-default-versions.inc | ||
| 8 | include conf/distro/include/rpi-default-providers.inc | ||
| 6 | require conf/machine/include/tune-arm1176jzf-s.inc | 9 | require conf/machine/include/tune-arm1176jzf-s.inc |
| 7 | 10 | ||
| 8 | INHERIT += "sdcard_image-rpi" | 11 | INHERIT += "sdcard_image-rpi" |
| @@ -10,15 +13,8 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" | |||
| 10 | 13 | ||
| 11 | SERIAL_CONSOLE = "115200 ttyAMA0" | 14 | SERIAL_CONSOLE = "115200 ttyAMA0" |
| 12 | 15 | ||
| 13 | PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" | ||
| 14 | MACHINE_KERNEL_PR = "r4" | 16 | MACHINE_KERNEL_PR = "r4" |
| 15 | 17 | ||
| 16 | PREFERRED_VERSION_udev = "164" | ||
| 17 | |||
| 18 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | ||
| 19 | PREFERRED_PROVIDER_virtual/egl ?= "vc-graphics-hardfp" | ||
| 20 | PREFERRED_PROVIDER_virtual/libgles2 ?= "vc-graphics-hardfp" | ||
| 21 | PREFERRED_PROVIDER_virtual/libgl ?= "vc-graphics-hardfp" | ||
| 22 | XSERVER = " \ | 18 | XSERVER = " \ |
| 23 | xserver-xorg \ | 19 | xserver-xorg \ |
| 24 | xf86-input-evdev \ | 20 | xf86-input-evdev \ |
