[yocto] [meta-raspberrypi][PATCH 4/6] rpi-default-providers: Use 3.10.X as default kernel

Andrei Gherzan andrei at gherzan.ro
Wed Nov 13 07:47:29 PST 2013


This is the default/base branch on official github repository:
https://github.com/raspberrypi/linux/branches

Change-Id: I99702ae7548b49a5b4b575b3f02f5a3a48ad347f
Signed-off-by: Andrei Gherzan <andrei at gherzan.ro>
---
 conf/machine/include/rpi-default-providers.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc
index 1a647c9..ffdb4f9 100644
--- a/conf/machine/include/rpi-default-providers.inc
+++ b/conf/machine/include/rpi-default-providers.inc
@@ -2,7 +2,7 @@
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi"
 # The default kernel version is the same as used by Raspbian
-PREFERRED_VERSION_linux-raspberrypi ?= "3.6.%"
+PREFERRED_VERSION_linux-raspberrypi ?= "3.10.%"
 
 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
 PREFERRED_PROVIDER_virtual/egl ?= "userland"
-- 
1.8.1.4




More information about the yocto mailing list