linux-sysmocom: update dora to kernel version 3.10.24/commit 1df50cd88f6923db5705d28bbfa63a28d8d6bd66

* seems to fix the update-alternatives error when we saw, when updating busybox
* Fixes:SYS#184
This commit is contained in:
Henning Heinold 2013-12-17 16:44:05 +01:00 committed by Holger Hans Peter Freyther
parent 6d12c623fc
commit b0703d4440
2 changed files with 3 additions and 3 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.7+gitAUTOINC+a1a9f198c2'), ('1.1.2','')])[d.getVar('DISTRO_VERSION', True)]}"
PREFERRED_VERSION_linux-sysmocom = "${@ dict([('1.5','3.10.24+gitAUTOINC+1df50cd88f'), ('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,7 @@
inherit kernel
require linux-sysmocom.inc
LINUX_VERSION ?= "3.10.7"
LINUX_VERSION ?= "3.10.24"
LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}"
# Overrides for the sysmocom bts v1
@ -12,7 +12,7 @@ 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 = "a1a9f198c27c6e10cd6d5e5d18f2534cc7d6accd"
SRCREV = "1df50cd88f6923db5705d28bbfa63a28d8d6bd66"
PR = "r31.3"
PV = "${LINUX_VERSION}+git${SRCPV}"