aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-01Add git-review configHEADmasterMax1-0/+3
Change-Id: I4178b4866078f20f7415772255e9c755dcb90efe
2017-05-02openbsc: Fix build failure201310Max1-1/+3
Add explicit reference to osmo-gbproxy.service to fix build issue. ERROR: QA Issue: openbsc: Files/directories were installed but not shipped /lib/systemd/system/osmo-gbproxy.service ERROR: QA run found fatal errors. Please consider fixing them.
2017-04-05meta-toolchain-osmo: Attempt to fix it for masterHolger Hans Peter Freyther1-1/+7
For master we need to change to SDKDEPLOYDIR to add the symlink we want. Try to keep it working for dora.
2017-04-02lcr: Fix compilation with new versions of gccHolger Hans Peter Freyther2-0/+168
2017-02-10Add .bbappend for nativesdk-python-argparseHarald Welte1-0/+1
In commit a7e967225d4b3b2bc518e14296e82be1f3b6c25b we added python-argparse to the SDK/toolchain. However, upstream dora doesn't have this in the nativesdk bbclass, so let's add it using a .bbappend file. I tried with python-argparse_%.bbappend to be less version dependent, but that didn't work.
2017-02-10toolchain-osmo: Add nativesdk-python-argparseHarald Welte1-0/+1
libosmocore needs this during code generation of some of the header files, so let's make sure the SDK has python-argparse included.
2016-05-03Merge pull request #3 from ctrob67/krogoth-fixesHolger Freyther1-1/+2
Add missing items to fix build with Yocto Krogoth
2016-05-03Add missing items to fix build with Yocto KrogothChris Trobridge1-1/+2
Add kernel module for dahdi-vpmadt032-loader. Add hotplug/firmware directory to dahdi-firmware package.
2016-04-11meta-toolchain-osmo: Attempt to fix hash data issueHolger Hans Peter Freyther1-0/+1
Exclude DATETIME from the variables to fix errors like: ERROR: meta-toolchain-osmo-1.0-r7 do_populate_sdk: Taskhash mismatch 0fb3116488402f87d1e4d637af229664 verses 6dda5ee949e484709fbac4a097018fc2 for meta-telephony/recipes-osmocom/meta/meta-toolchain-osmo.bb.do_populate_sdk
2016-03-23packagegroup-sdk-osmo: Add libsctp as dependency for the SDKHolger Hans Peter Freyther1-0/+1
Make libsctp available to be used by libosmo-netif and othr Osmocom software. Fixes: SYS#2524
2016-03-23lksctp-tools: Add package from meta-networkingHolger Hans Peter Freyther4-0/+92
In the future libsomo-netif will require libsctp to build. Take the copy from meta-networking to handle this dependency. Fixes: SYS#2524
2016-02-29put libusb1-dev into osmocom SDKHarald Welte1-0/+1
this is helpful for SDK-based development of applications accessing USB from userspace (like simtrace).
2016-02-27libosmocore: Split the package into one package per libraryHolger Hans Peter Freyther1-2/+16
This will allow us to have multiple versions installed at the same time. Use a HACK to not have package.bbclass renamed the RREPLACE we need for the upgrade. Fixes: SYS#217
2016-02-23add libtalloc and its dependency waf-samba.bbclassHarald Welte4-0/+116
This also adds libtalloc-dev to the SDK, which is a first step to upgrading libosmocore to a 'post external talloc' version.
2016-02-18libgsm: Pass in CC variable to compile libgsmHolger Hans Peter Freyther1-1/+1
It appears that in latest poky master the CC variable is not automatically passed to the build. The last good build was 7cd835177ae0208859f790c0c638cde908386d5c and now it was failing. Pass CC to the build.
2016-01-30misc: Remove autotools_stage as it was removed in masterHolger Hans Peter Freyther5-5/+5
autotools_stage has only included autotools at least in dora and later and we can simply change this.
2016-01-08sofia-sip: Fix undefined behavior in parsingHolger Hans Peter Freyther2-1/+39
Symptoms with LCR: nta outgoing create: invalid URI Take patch posted to the upstream project and carried by Debian and Ubuntu for this project. Unroll the different fields by hand to fix undefined behavior.
2015-12-26libosmocore: Code is not in master so don't force SHA validationHolger Hans Peter Freyther1-1/+1
The 0.9.0 release is in a different branch (+patches) and it is easier to not write the branch name here.
2015-12-26libosmocore/libosmo-netif: Bump version needed for osmo-pcuHolger Hans Peter Freyther3-5/+5
2015-12-07libosmo-abis: Build newer release for osmo-btsHolger Hans Peter Freyther1-2/+2
This adds RTP statistics support to libosmotrau.
2015-11-01asterisk/dahdi-tools: Make it parsable on dora systemsHolger Hans Peter Freyther2-2/+7
In dora we do not have autotools-brokensep. Do it the old way and set the B variable directly. At sysmocom we still use this layer for the very old Dora release.
2015-10-31Merge pull request #1 from OSSystems/masterHolger Freyther29-316/+1328
Asterisk and update of recipes
2015-10-26dahdi-tools: Update to version 2.10.2Fabio Berton7-54/+478
* libpcap is no longer a dependence. * libusb is needed for building fpga_load, needed for firmware loading of the Xorcom Astribank. * do_configure, do_compile and do_install were removed to use functions provided by autotools class. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2015-10-26dahdi-tools: Organize recipeFabio Berton1-20/+25
Fix indentations and style issues. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2015-10-26dahdi-tools: Drop dahdi-tools.incFabio Berton2-38/+34
Move all code to bb file. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2015-10-26dahdi-linux: Update to version 2.10.2Fabio Berton3-75/+180
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2015-10-26dahdi-linux: Organize recipeFabio Berton1-49/+45
Fix indentations and style issues. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2015-10-26dahdi-linux: Drop dahdi-linux.incFabio Berton2-80/+76
Move all code to bb file. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2015-10-26misdn-utils: Update to version 2.0.19Fabio Berton3-16/+30
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2015-10-26misdn-utils: Organize recipeFabio Berton1-5/+8
Fix indentations and style issues. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2015-10-26libgsm: Update to version 1.0.14Fabio Berton8-128/+202
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2015-10-26libgsm: Organize recipeFabio Berton1-19/+18
Fix indentations and style issues. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2015-10-26libgsm: Drop libgsm.incFabio Berton2-36/+32
Move all code to bb file. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2015-10-15asterisk: Add recipeFabio Berton4-0/+404
Asterisk is an Open Source PBX and telephony toolkit. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2015-06-26openggsn: Inherit pkgconfig as it is by configureHolger Hans Peter Freyther1-1/+1
2015-06-26openbsc: Require c-ares for the SGSN nowHolger Hans Peter Freyther1-1/+1
2015-06-26c-ares: Import from meta-intel-iot-middlewareHolger Hans Peter Freyther1-0/+13
Needed by OpenBSC http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-iot-middleware/plain/recipes-connectivity/c-ares/c-ares_1.10.0.bb
2015-06-26libosmo-sccp: Update as well for new function used by OpenBSCHolger Hans Peter Freyther1-1/+1
2015-06-26Big Osmocom update to the latest codeHolger Hans Peter Freyther6-7/+10
* Update libosmocore with GB fixes and endian.h work * Update libosmo-netif for rtp header changes * Update OpenGGSN that now has libosmocore logging * Update OpenBSC with many new features, subscriber queue rework and more
2015-03-31libosmocore: Build libosmocore 0.8.0+gitHolger Hans Peter Freyther2-3/+3
2015-02-12openbsc: Build newer version for extended rf lock commandsHolger Hans Peter Freyther2-3/+3
Upgrade the SRCREV, bump the PV and require libpcap as the measurement code includes pcap/pcap.h
2015-02-12libosmo-abis: Use the latest upstream release for libosmo-abisHolger Hans Peter Freyther1-4/+3
2015-01-09openbsc: Build with HO fixes and dependencyHolger Hans Peter Freyther1-1/+1
Allow to have two BTS depend on each other. This is currently needed for the sysmoBTS2050 and clocking.
2015-01-06libosmocore: Update with CBCH defines needed for osmo-btsHolger Hans Peter Freyther1-1/+1
2014-12-30libosmocore: Disable PC/SC dependency inside libosmocoreHolger Hans Peter Freyther1-1/+2
2014-12-30libosmocore: Bump version for cell broadcastHolger Hans Peter Freyther2-2/+2
This is not a new release but the ABI has changed, force a re-build of all dependend packages.
2014-12-24openbsc: Do not enable any of the services by defaultHolger Hans Peter Freyther1-1/+4
We don't want to enable any of these services by default. E.g. specially with the BSC/NITB selection we want someone else to take that decision.
2014-11-20openbsc: Fix the non-confirming SDP fileHolger Hans Peter Freyther1-1/+1
There must be a session name inside the SDP file, build a newer version of OpenBSC to fix that.
2014-11-19openbsc: Upgrade for AudioCodes workaroundHolger Hans Peter Freyther1-1/+1
Mostly SGSN fixes, one OML correctness fix. The reason for the upgrade is the audio codes work around we added.
2014-11-14misc: Modernize and call it packagegroup-Holger Hans Peter Freyther5-7/+11
The notion of task- has been deprecated a long time ago. Call it packagegroup now and for "packagegroup-osmocom" provide the compability. This has not been compile tested. The edison build will require a bbappend to provide packagegroup now but I will do this once I need to build for Edison again.