From 315f10aa4759abb627f39122503874e7006db8b1 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Fri, 2 Jun 2017 14:59:05 +0200 Subject: [PATCH 1/3] osmo-bts: Update revision to fix GSM HR encoding Ticket: SYS#2452 --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 838e49d0ce..94eda1dc46 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM="file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788" SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=sysmocom/0.3.5-stable;name=osmobts;destsuffix=git \ git://git.osmocom.org/openbsc;protocol=git;branch=master;name=openbsc;destsuffix=openbsc \ file://gcc6-linking-fix.patch" -SRCREV_osmobts = "1a2ff06d206fc4ff3cb8170ebe2b5570addc5be3" +SRCREV_osmobts = "a4bd813081e788012c72f34d31150cdf02db307f" SRCREV_openbsc = "57ee78078905c7499bd4e6857f8981d22badfcac" PV = "0.4.3+git${SRCPV}" PR = "r18.${META_TELEPHONY_OSMO_INC}" From 00aa1c7fea0a17fb5cbc9a749440e811e9389955 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 13 Jun 2017 09:56:00 +0800 Subject: [PATCH 2/3] x86: Rename sysmocom-bsc-v2 to sysmocom-apu2.con to reflect hardware Use a name that relfects the physical hardware and not a function that is not implemented. Related: SYS#3094 --- conf/machine/{sysmocom-bsc-v2.conf => sysmocom-apu2.conf} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename conf/machine/{sysmocom-bsc-v2.conf => sysmocom-apu2.conf} (100%) diff --git a/conf/machine/sysmocom-bsc-v2.conf b/conf/machine/sysmocom-apu2.conf similarity index 100% rename from conf/machine/sysmocom-bsc-v2.conf rename to conf/machine/sysmocom-apu2.conf From 3490e54f4ab2193d95d41090e2649221b3c8a91d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 13 Jun 2017 10:16:51 +0800 Subject: [PATCH 3/3] x86: Introduce sysmocom-alix for the older hardware in the field Introduce an alias for sysmocom-bsc and add better description where the difference is in terms of alix vs. apu2. --- conf/machine/sysmocom-alix.conf | 6 ++++++ conf/machine/sysmocom-apu2.conf | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 conf/machine/sysmocom-alix.conf diff --git a/conf/machine/sysmocom-alix.conf b/conf/machine/sysmocom-alix.conf new file mode 100644 index 0000000000..b4d90be83b --- /dev/null +++ b/conf/machine/sysmocom-alix.conf @@ -0,0 +1,6 @@ +#@TYPE: Machine +#@NAME: common_pc +#@DESCRIPTION: Machine configuration for sysmocom alix2d based hardware + +require sysmocom-bsc.conf +MACHINEOVERRIDES = "${MACHINE}:sysmocom-bsc" diff --git a/conf/machine/sysmocom-apu2.conf b/conf/machine/sysmocom-apu2.conf index c1a8891664..c509468979 100644 --- a/conf/machine/sysmocom-apu2.conf +++ b/conf/machine/sysmocom-apu2.conf @@ -1,6 +1,6 @@ #@TYPE: Machine #@NAME: common_pc -#@DESCRIPTION: Machine configuration for running a common x86 +#@DESCRIPTION: Machine configuration for sysmocom apu2 based hardware require conf/machine/include/tune-core2.inc require conf/machine/include/genericx86-common.inc