From a4edad8b84acd376970e52c035e5c911ddf7b7e0 Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Thu, 6 Aug 2015 14:40:29 +0200 Subject: [PATCH] linux: update for sysmobts Move to newer stable kernel (3.10.84). Signed-off-by: Jan Luebbe --- conf/machine/include/sysmobts.inc | 2 +- recipes-bsp/linux-backports/linux-backports_3.18.1.1.bb | 2 +- recipes-bsp/linux/linux-sysmocom_git.bb | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/machine/include/sysmobts.inc b/conf/machine/include/sysmobts.inc index e1c71b1..1beba7f 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.80+git%" +PREFERRED_VERSION_linux-sysmocom = "3.10.84+git%" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" PREFERRED_VERSION_u-boot = "git" diff --git a/recipes-bsp/linux-backports/linux-backports_3.18.1.1.bb b/recipes-bsp/linux-backports/linux-backports_3.18.1.1.bb index 8824e40..5b1a3c9 100644 --- a/recipes-bsp/linux-backports/linux-backports_3.18.1.1.bb +++ b/recipes-bsp/linux-backports/linux-backports_3.18.1.1.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" inherit sysmocom-module -PR = "r2" +PR = "r3" SRC_URI = "http://www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.18.1/backports-3.18.1-1.tar.xz \ file://dont-export-clk_enable-twice.patch \ diff --git a/recipes-bsp/linux/linux-sysmocom_git.bb b/recipes-bsp/linux/linux-sysmocom_git.bb index 1ae4996..e4f1069 100644 --- a/recipes-bsp/linux/linux-sysmocom_git.bb +++ b/recipes-bsp/linux/linux-sysmocom_git.bb @@ -7,18 +7,18 @@ DEPENDS += "bc-native" # reverse dependency tracking for the kernel doesn't appear to work. So # please bump the PR on version changes! # at versions changes do not forget to update conf/machine/include/sysmobts.inc too -LINUX_VERSION ?= "3.10.80" +LINUX_VERSION ?= "3.10.84" LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}" # Overrides for the sysmocom bts v2 BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2" -SRCREV = "3122273386e140378bfc7f8ec5d76e4e04c32ad1" +SRCREV = "60c9ebbd1a683e8691223042a12958c5dc661feb" PR = "r43" PV = "${LINUX_VERSION}+git${SRCPV}" -SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.80 \ +SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.84 \ file://defconfig" S = "${WORKDIR}/git"