summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Niculita <alexnick87@gmail.com>2013-11-12 17:36:50 +0200
committerAlexandru Niculita <alexnick87@gmail.com>2013-11-12 17:36:50 +0200
commite921fcc54c9f807b462ff831e1cb381afef952a3 (patch)
treeeaaaea46ddf6e04d78c692f4a465e45674cbd8be
parentc454aef30ffaf66f307f54726399bb2380836e05 (diff)
downloadmeta-raspberrypi-e921fcc54c9f807b462ff831e1cb381afef952a3.tar.gz
Make Linux 3.6 the default for Raspberry Pi
From: Philipp Wagner <mail@philipp-wagner.com> Kernel 3.6 is also the default for Raspbian and thus should be the most tested version right now. Change-Id: I03a75fa1be3ab0f8f43fb09a8fff779c6d9100e7 Signed-off-by: Philipp Wagner <mail@philipp-wagner.com> Signed-off-by: Alexandru Niculita <alexnick87@gmail.com>
-rw-r--r--conf/machine/include/rpi-default-providers.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc
index 665c6e0..1a647c9 100644
--- a/conf/machine/include/rpi-default-providers.inc
+++ b/conf/machine/include/rpi-default-providers.inc
@@ -1,6 +1,9 @@
1# RaspberryPi BSP default providers 1# RaspberryPi BSP default providers
2 2
3PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi" 3PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi"
4# The default kernel version is the same as used by Raspbian
5PREFERRED_VERSION_linux-raspberrypi ?= "3.6.%"
6
4PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" 7PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
5PREFERRED_PROVIDER_virtual/egl ?= "userland" 8PREFERRED_PROVIDER_virtual/egl ?= "userland"
6PREFERRED_PROVIDER_virtual/libgles2 ?= "userland" 9PREFERRED_PROVIDER_virtual/libgles2 ?= "userland"