diff options
| author | Alexandru Niculita <alexnick87@gmail.com> | 2013-11-12 17:36:50 +0200 |
|---|---|---|
| committer | Alexandru Niculita <alexnick87@gmail.com> | 2013-11-12 17:36:50 +0200 |
| commit | e921fcc54c9f807b462ff831e1cb381afef952a3 (patch) | |
| tree | eaaaea46ddf6e04d78c692f4a465e45674cbd8be | |
| parent | c454aef30ffaf66f307f54726399bb2380836e05 (diff) | |
| download | meta-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.inc | 3 |
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 | ||
| 3 | PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi" | 3 | PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi" |
| 4 | # The default kernel version is the same as used by Raspbian | ||
| 5 | PREFERRED_VERSION_linux-raspberrypi ?= "3.6.%" | ||
| 6 | |||
| 4 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 7 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
| 5 | PREFERRED_PROVIDER_virtual/egl ?= "userland" | 8 | PREFERRED_PROVIDER_virtual/egl ?= "userland" |
| 6 | PREFERRED_PROVIDER_virtual/libgles2 ?= "userland" | 9 | PREFERRED_PROVIDER_virtual/libgles2 ?= "userland" |
