From 4f7eba0c66048c7a33086d91e0144c9b4c9986c4 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 14 Feb 2015 20:46:17 +0100 Subject: [PATCH 1/2] sysmobts-2050: The machine type is gone.. remove the file The patching of the system.conf is done as part of the post-install action of the system. --- .../systemd/systemd/sysmobts-2050/system.conf | 43 ------------------- 1 file changed, 43 deletions(-) delete mode 100644 recipes-fixes/systemd/systemd/sysmobts-2050/system.conf diff --git a/recipes-fixes/systemd/systemd/sysmobts-2050/system.conf b/recipes-fixes/systemd/systemd/sysmobts-2050/system.conf deleted file mode 100644 index 193250995d..0000000000 --- a/recipes-fixes/systemd/systemd/sysmobts-2050/system.conf +++ /dev/null @@ -1,43 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. -# -# See systemd.conf(5) for details - -[Manager] -#LogLevel=info -LogTarget=null -#LogColor=yes -#LogLocation=no -#DumpCore=yes -#CrashShell=no -ShowStatus=no -#CrashChVT=1 -#CPUAffinity=1 2 -#DefaultControllers=cpu -DefaultStandardOutput=syslog -DefaultStandardError=syslog -#JoinControllers=cpu,cpuacct,cpuset net_cls,net_prio -RuntimeWatchdogSec=45 -ShutdownWatchdogSec=45 -#CapabilityBoundingSet= -#TimerSlackNSec= -#DefaultLimitCPU= -#DefaultLimitFSIZE= -#DefaultLimitDATA= -#DefaultLimitSTACK= -#DefaultLimitCORE= -#DefaultLimitRSS= -#DefaultLimitNOFILE= -#DefaultLimitAS= -#DefaultLimitNPROC= -#DefaultLimitMEMLOCK= -#DefaultLimitLOCKS= -#DefaultLimitSIGPENDING= -#DefaultLimitMSGQUEUE= -#DefaultLimitNICE= -#DefaultLimitRTPRIO= -#DefaultLimitRTTIME= From 78d586c8910f2d66400fdeee56fe176f4de96288 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 14 Feb 2015 21:00:00 +0100 Subject: [PATCH 2/2] linux-sysmocom: Attempt to force a rebuild.. Somehow a kernel was built but still with revision r39. Atempt to to force it. --- recipes-bsp/linux/linux-sysmocom_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/linux/linux-sysmocom_git.bb b/recipes-bsp/linux/linux-sysmocom_git.bb index 4048b99356..1d59f2483e 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 = "r40" +PR = "r41" PV = "${LINUX_VERSION}+git${SRCPV}" SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.50 \