From b008109769eac2fb525c88c1821f3e89086d76fc Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 28 Mar 2014 21:36:34 +0100 Subject: [PATCH] linux-sysmocom: We require bc-native for kernel compilation now --- recipes-bsp/linux/linux-sysmocom_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/linux/linux-sysmocom_git.bb b/recipes-bsp/linux/linux-sysmocom_git.bb index dc5ed16..cc77241 100644 --- a/recipes-bsp/linux/linux-sysmocom_git.bb +++ b/recipes-bsp/linux/linux-sysmocom_git.bb @@ -1,6 +1,8 @@ inherit kernel 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.28" LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}" @@ -14,7 +16,7 @@ BTS_FIRMWARE_NAME_sysmobts-2050 = "sysmobts-v2" SRCREV = "ad70d9a96e62bcdbc184512ae375d5d9b5d318d4" -PR = "r31.4" +PR = "r32" PV = "${LINUX_VERSION}+git${SRCPV}" SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=v3.10 \