diff --git a/conf/machine/include/sysmobts.inc b/conf/machine/include/sysmobts.inc index d7d8c6b..85d5255 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 = "${@ 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" diff --git a/recipes-bsp/linux/linux-sysmocom_git.bb b/recipes-bsp/linux/linux-sysmocom_git.bb index df6f7b9..bfa4a75 100644 --- a/recipes-bsp/linux/linux-sysmocom_git.bb +++ b/recipes-bsp/linux/linux-sysmocom_git.bb @@ -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}"