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>
This commit is contained in:
Alexandru Niculita 2013-11-12 17:36:50 +02:00
parent c454aef30f
commit e921fcc54c

View File

@ -1,6 +1,9 @@
# RaspberryPi BSP default providers
PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi"
# The default kernel version is the same as used by Raspbian
PREFERRED_VERSION_linux-raspberrypi ?= "3.6.%"
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
PREFERRED_PROVIDER_virtual/egl ?= "userland"
PREFERRED_PROVIDER_virtual/libgles2 ?= "userland"