From b93e94b60bb9064b200e4067dbd7f304b3e9b58b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 13 Jun 2015 12:42:23 +0200 Subject: [PATCH] linux-sysmocom: Move to 3.10.80 and prepare DT/AUFS Apply the AUFS patch for 3.10.80 and enable basic DT support in the board file needed by our image based update system. --- 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 e7f8a9b..f18e099 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.76+git%" +PREFERRED_VERSION_linux-sysmocom = "3.10.80+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 90241e4..f351bd8 100644 --- a/recipes-bsp/linux/linux-sysmocom_git.bb +++ b/recipes-bsp/linux/linux-sysmocom_git.bb @@ -4,18 +4,18 @@ 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.76" +LINUX_VERSION ?= "3.10.80" LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}" # Overrides for the sysmocom bts v2 BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2" -SRCREV = "0f21ba8c5b9ddf1d8c0c2bc36202e90d15ee381a" +SRCREV = "3122273386e140378bfc7f8ec5d76e4e04c32ad1" PR = "r43" PV = "${LINUX_VERSION}+git${SRCPV}" -SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.76 \ +SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.80 \ file://defconfig" S = "${WORKDIR}/git"