From b8915da842100a2bce94b687099b37b349680e03 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 14 Feb 2015 20:23:17 +0100 Subject: [PATCH 1/3] gpsdate: We can't leave the default empty --- recipes-extra/gpsdate/files/gpsdate.default | 2 ++ recipes-extra/gpsdate/gpsdate_git.bb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-extra/gpsdate/files/gpsdate.default b/recipes-extra/gpsdate/files/gpsdate.default index e69de29bb2..ecc962856c 100644 --- a/recipes-extra/gpsdate/files/gpsdate.default +++ b/recipes-extra/gpsdate/files/gpsdate.default @@ -0,0 +1,2 @@ +GPSDATE_HOST=127.0.0.1 +GPSDATE_PORT=2947 diff --git a/recipes-extra/gpsdate/gpsdate_git.bb b/recipes-extra/gpsdate/gpsdate_git.bb index 1a96999e00..8eadb94dec 100644 --- a/recipes-extra/gpsdate/gpsdate_git.bb +++ b/recipes-extra/gpsdate/gpsdate_git.bb @@ -6,7 +6,7 @@ DEPENDS = "gpsd" RDEPENDS_${PN} = "libgps" PE = "1" -PR = "r10" +PR = "r11" PV = "0.2+git${SRCPV}" SRC_URI = "git://git.sysmocom.de/gpsdate.git;branch=master \ From a5a8a18186ee4ed6221e527c1952132b668737e7 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 14 Feb 2015 20:31:17 +0100 Subject: [PATCH 2/3] linux-sysmocom: Enable k10temp and i2c-piix4 in the kernel I edited the config through make menuconfig and then used savedefconfig but the diff from our config to a minimal defconfig is too big. So I enabled the temp sensors and i2c by hand. Fixes: SYS#1148 --- recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig b/recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig index 4b69fb7a3d..bfb0c4e437 100644 --- a/recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig +++ b/recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig @@ -1754,7 +1754,7 @@ CONFIG_I2C_HELPER_AUTO=y CONFIG_I2C_I801=y # CONFIG_I2C_ISCH is not set # CONFIG_I2C_ISMT is not set -# CONFIG_I2C_PIIX4 is not set +CONFIG_I2C_PIIX4=y # CONFIG_I2C_NFORCE2 is not set # CONFIG_I2C_SIS5595 is not set # CONFIG_I2C_SIS630 is not set @@ -1876,7 +1876,7 @@ CONFIG_HWMON=y # CONFIG_SENSORS_ADT7475 is not set # CONFIG_SENSORS_ASC7621 is not set # CONFIG_SENSORS_K8TEMP is not set -# CONFIG_SENSORS_K10TEMP is not set +CONFIG_SENSORS_K10TEMP=y # CONFIG_SENSORS_FAM15H_POWER is not set # CONFIG_SENSORS_ASB100 is not set # CONFIG_SENSORS_ATXP1 is not set From 674b7ea9894888bc2008d732135b73a22568ea89 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 14 Feb 2015 20:35:13 +0100 Subject: [PATCH 3/3] linux-sysmocom: Build the hardware watchdog available in the APU Related: SYS#1148 --- recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig | 2 +- recipes-bsp/linux/linux-sysmocom_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig b/recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig index bfb0c4e437..3bfd4de7ad 100644 --- a/recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig +++ b/recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig @@ -1995,7 +1995,7 @@ CONFIG_SOFT_WATCHDOG=m # CONFIG_ALIM1535_WDT is not set # CONFIG_ALIM7101_WDT is not set # CONFIG_F71808E_WDT is not set -# CONFIG_SP5100_TCO is not set +CONFIG_SP5100_TCO=y # CONFIG_SC520_WDT is not set # CONFIG_SBC_FITPC2_WATCHDOG is not set # CONFIG_EUROTECH_WDT is not set diff --git a/recipes-bsp/linux/linux-sysmocom_git.bb b/recipes-bsp/linux/linux-sysmocom_git.bb index 7649db1f33..4048b99356 100644 --- a/recipes-bsp/linux/linux-sysmocom_git.bb +++ b/recipes-bsp/linux/linux-sysmocom_git.bb @@ -15,7 +15,7 @@ BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2" SRCREV = "9610e792ffde7fb2599d19ca6d2a03230f2043c6" -PR = "r39" +PR = "r40" PV = "${LINUX_VERSION}+git${SRCPV}" SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.50 \