linux-sysmocom: Upgrade to version 3.10.28 of the kernel

This is the latest stable kernel. I had hoped some crashes to
go away with it but it turns out to be a compiler issue that
we backported a patch for separately.
This commit is contained in:
Holger Hans Peter Freyther 2014-02-01 13:56:22 +01:00
parent 5d8a24fa4f
commit 93953d3dd9
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
TARGET_ARCH = "arm"
PREFERRED_PROVIDER_virtual/kernel = "linux-sysmocom"
PREFERRED_VERSION_linux-sysmocom = "${@ dict([('1.5','3.10.24+git%'), ('1.5.1','3.10.24+git%'), ('1.1.2','')])[d.getVar('DISTRO_VERSION', True)]}"
PREFERRED_VERSION_linux-sysmocom = "${@ dict([('1.5','3.10.28+git%'), ('1.5.1','3.10.28+git%'), ('1.1.2','')])[d.getVar('DISTRO_VERSION', True)]}"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
PREFERRED_VERSION_u-boot = "git"

View File

@ -1,7 +1,8 @@
inherit kernel
require linux-sysmocom.inc
LINUX_VERSION ?= "3.10.24"
# at versions changes do not forget to update conf/machine/include/sysmobts.inc too
LINUX_VERSION ?= "3.10.28"
LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}"
# Overrides for the sysmocom bts v1
@ -11,8 +12,7 @@ BTS_FIRMWARE_NAME_sysmobts-v1 = "sysmobts-v1"
BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2"
BTS_FIRMWARE_NAME_sysmobts-2050 = "sysmobts-v2"
# at versions changes do not forget to update conf/machine/include/sysmobts.inc too
SRCREV = "1df50cd88f6923db5705d28bbfa63a28d8d6bd66"
SRCREV = "ad70d9a96e62bcdbc184512ae375d5d9b5d318d4"
PR = "r31.3"
PV = "${LINUX_VERSION}+git${SRCPV}"