From 1e38dac840ad6493b68559d5878f1bb4bbe95027 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 2 May 2015 12:28:33 +0200 Subject: [PATCH] update sysmobts/sysmocom-bsc/sysmocom-idu from 3.10.50 to 3.10.76 --- conf/machine/include/sysmobts.inc | 2 +- recipes-bsp/linux/linux-sysmocom_git.bb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/machine/include/sysmobts.inc b/conf/machine/include/sysmobts.inc index 1dbbdc4..e7f8a9b 100644 --- a/conf/machine/include/sysmobts.inc +++ b/conf/machine/include/sysmobts.inc @@ -1,7 +1,7 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_virtual/kernel = "linux-sysmocom" -PREFERRED_VERSION_linux-sysmocom = "3.10.50+git%" +PREFERRED_VERSION_linux-sysmocom = "3.10.76+git%" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" PREFERRED_VERSION_u-boot = "git" diff --git a/recipes-bsp/linux/linux-sysmocom_git.bb b/recipes-bsp/linux/linux-sysmocom_git.bb index fa485ea..9842ecf 100644 --- a/recipes-bsp/linux/linux-sysmocom_git.bb +++ b/recipes-bsp/linux/linux-sysmocom_git.bb @@ -4,7 +4,7 @@ require linux-sysmocom.inc DEPENDS += "bc-native" # at versions changes do not forget to update conf/machine/include/sysmobts.inc too -LINUX_VERSION ?= "3.10.50" +LINUX_VERSION ?= "3.10.76" LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}" # Overrides for the sysmocom bts v1 @@ -15,10 +15,10 @@ BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2" SRCREV = "9610e792ffde7fb2599d19ca6d2a03230f2043c6" -PR = "r41" +PR = "r42" PV = "${LINUX_VERSION}+git${SRCPV}" -SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.50 \ +SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.76 \ file://defconfig" S = "${WORKDIR}/git"