aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-01-30osmo-sgsn: handle systemd and cfg files through autotoolsPau Espin Pedrol1-15/+8
At the same time systemd services were installed by autotools, osmo-gtphub service became available too. Change-Id: Ib84a3c8634db2282b2d3757ae7c044a196720852
2019-01-30osmo-ggsn: handle systemd and cfg files through autotoolsPau Espin Pedrol1-11/+8
Change-Id: I3c220c11f58793c644d750040c7fad347500bb8a
2019-01-30osmo-ggsn: Drop untested sysvinit supportPau Espin Pedrol3-178/+2
These bits come from times were sysvinit was used in stead of systemd in yocto. Nowadays nobody is known to be using the recipes with sysvinit instead of systemd, and anyway most osmocom recipes doesn't come with sysvinit support, so let's drop it. If sysvinit support is required, it should be added through autotools install process instead. Change-Id: I303ea210e14e0e6e9a18b1bb4c25d470924d80c6
2019-01-30osmo-hlr: handle systemd and cfg files through autotoolsPau Espin Pedrol1-6/+6
Change-Id: I1e3725c6ffef9223015df8cf76b5d5c884a76fce
2019-01-30osmo-iuh: handle systemd and cfg files through autotoolsPau Espin Pedrol1-8/+5
Change-Id: If879153a32ae21ad63284382a420da534f30e6eb
2019-01-30libosmo-sccp: handle systemd and cfg files through autotoolsPau Espin Pedrol1-9/+6
Change-Id: I7bb69bdad7582e29b66f075db1305305a9ca648c
2019-01-30osmo-hlr: Split libosmo-gsup-client and osmo-hlr-utilsPau Espin Pedrol1-1/+15
Change-Id: If19a2aac9cf414f9c590eb9670192abf6134c6ff
2019-01-30osmo-msc: Depend on osmo-hlrPau Espin Pedrol1-2/+2
Since a while ago, osmo-msc depends on libosmo-gsup-client which is provided by osmo-hlr. Change-Id: I66866d90b4e107d6d5a1bbb82e4ff16932d849d9
2019-01-30openbsc: Package osmo-bsc-mgcpPau Espin Pedrol1-3/+13
Change-Id: I622e2752c878753d1b4b4ccc943fa430b055ffee
2019-01-30openbsc: Use systemd.bbclass correctlyPau Espin Pedrol1-5/+5
* Describe packages containing systemd services in SYSTEMD_PACKAGES. * Enable services by default, since now osmo-bsc-sccplite doesn't collide with osmo-bsc.git's osmo-bsc. * Add SYSTEMD_SERVICE_* to specify service file for each package. Change-Id: I922291bc8a1a8d52f41b3f4d5d80b80305b181cd
2019-01-30openbsc: Install osmo-bsc-nat service from git repoPau Espin Pedrol1-4/+6
Change-Id: Id9d1a2ea74e41baf3ab292e446a0402cd0cf55e5
2019-01-30openbsc: Install osmo-bsc-sccplite.service from git repoPau Espin Pedrol2-15/+2
Change-Id: I4d308a62fefd6f3b8d944eb6a84427437c2844bb
2019-01-30osmo-mgw: Remove osmo-bsc_mgcp and libosmo-legacy-mgcpPau Espin Pedrol1-23/+3
Since osmo-mgw.git 31b4729f2731c747b8b33c4646dd5ade2ace29bc those have been removed entirely from the repo and are only available trhough openbsc.git. Change-Id: If07c4af918304db7611f21cd203e4e4670616cf1
2019-01-30Update osmocom recipes to latest tag releasesPau Espin Pedrol14-28/+28
Change-Id: I1d24e39287769de7b4db235f984e4d4b72a5a3c9
2019-01-17Update libosmocore to work with newer oc2g osmo-btsDaniel Willmann1-1/+1
The version of osmo-bts that has oc2g support needs a newer libosmocore, otherwise it fails trying to use OSMO_SOCK_F_UDP_REUSEADDR. Change-Id: Ib205bee48779754a809895a7e5024eba5948194d Related: SYS#4444
2018-12-19osmo-hlr: Fix do_compile if hlr.db is already populatedPau Espin Pedrol1-0/+1
If compile is rerun on a workdir with hlr.db already populated, sqlite will fail announcing some tables already exist. Change-Id: I244df1ff4554708a5f619b288a097eb0a672e660
2018-12-13Introduce recipe for osmo-sysmonPau Espin Pedrol2-0/+27
Change-Id: I6e1da3a930e04d17ba0461874d60e6f204bc5b45
2018-12-13Introduce recipe liboping 1.10.0Pau Espin Pedrol1-0/+14
It is a requirement for osmo-sysmon (to be added in follow-up patches). Change-Id: I98ffbf39870b309da0ccdde81047d4c124633ad4
2018-09-14osmo-ggsn: Split into .inc and _git.bbPau Espin Pedrol2-40/+43
Change-Id: Ic92309726c6a256c7e543a2be04725023d43d9b7
2018-08-20libosmocore: Update to 0.12.1Pau Espin Pedrol1-2/+2
Change-Id: I94c56ea74ca2726c56caf2b95f55b0998ff753dc
2018-08-16osmo-ggsn: Fix build if required kernel modules are built-in in kernelPau Espin Pedrol1-1/+2
If kernel being built has some of the required modules built-in, package for that module is not generated, and so dependencies wil lfail at install time during image generation. Change-Id: I2e0d1fbcffc5f72980878ac76072d9de5fc0c690
2018-07-28osmo-bsc: Don't try to package anything bsc-nat relatedHarald Welte2-13/+11
osmo-bsc_nat has been fully removed from osmo-bsc.git in 1c9b8b19176854ecf4a3d57e9eef6b495361557f. Instead, build the one from openbsc.git. Change-Id: I98109914d53cce1880f259f5d8d366879c2aff61
2018-07-28recipes-osmocom: update to latests releasesPau Espin Pedrol6-12/+12
Change-Id: I8b13f82f32ba775bd56276edaafabdc51a0f5c64
2018-05-31osmo-ggsn: Update 1.2.1 -> 1.2.2Pau Espin Pedrol1-2/+2
Change-Id: I48f607b380b798f416cb6c05c6bf06e458b75836
2018-05-16osmo-bsc: Update 1.2.0 to 1.2.1 (dyn ts fixes)Pau Espin Pedrol1-2/+2
Change-Id: If28aaae21864dc794342525c184c6a47365d4ce1
2018-05-06recipes-osmocom: Update to latest releasePau Espin Pedrol26-43/+42
Change-Id: Ibd3b95f51e8085df669015e107483e89b2a7d64e
2018-05-06libosmo-sccp: Move version independent bits to .inc filePau Espin Pedrol2-22/+22
Change-Id: I7c4078826c4a4d34221d3b503d6836788cc38012
2018-05-06recipes-osmocom: Move DEPENDS to .inc filesPau Espin Pedrol6-10/+5
Change-Id: I436e8c954e7c29c8e583507c048828e852704f4b
2018-05-06recipes-osmocom: Remove manual recreation of tarball-version filePau Espin Pedrol2-10/+0
The reasoning behind this manual operation in configure_prepend doesn't apply anymore. In pyro it seems configure can properly set the version, and it was seen during latest releases in upstream that having those manually is counterproductive, because then outdated versions are used. Change-Id: I0c1ad67224cde2f3a25c6fe945509586ec84de0c
2018-05-06Remove libosmo-sccp_0.0.6.1.bbPau Espin Pedrol1-11/+0
This recipe is outdated as we use the _git ones nowadays. Change-Id: I3ccfd2a79955708fad8c37a86e0515bca1839ca6
2018-04-06openbsc: remove c-ares dependencyPau Espin Pedrol1-1/+1
Since openbsc ed03661871ac8ee1715c04390d25631537b084ac, the c-ares dependency has been removed. Change-Id: I1bee6e0132252d0e5adc3517908dcf05021547ea
2018-04-06openbsc: enable smppPau Espin Pedrol1-2/+2
libsmpp34 was listed in DEPENDS but it's use was not enabled. Change-Id: I20c77346e4894d6d146863fd79f6d27ef12cb3ee
2018-03-28osmo-sgsn: no longer depend on libpcapPau Espin Pedrol1-1/+1
Since osmo-sgsn a801fba4d32825da044c3c713043e9e919a09fc6 the libcap dependency is removed. Change-Id: Ie1f6c313681077d72ef7f26cd3da280da13c5005
2018-03-27osmo-bsc: Split meas-utils into its own packagePau Espin Pedrol1-2/+8
Additionally, libpcap dependency is added to have osmo-meas-pcap2db available. Change-Id: Ia6b33dbdf882394fa14270c34306dccf46b724e4
2018-03-27osmo-bsc: Split abisip-find into its own packagePau Espin Pedrol1-1/+3
Change-Id: I9de9b676502370c2dcd0fb9d54b25884d4110af5
2018-03-27osmo-bsc: Split bs11-utils into its own packagePau Espin Pedrol1-1/+6
Change-Id: I9dfa9489af56a4c580a63906e950568849333c2b
2018-03-27osmocom: Update recipes to latest masterPau Espin Pedrol15-18/+18
Change-Id: Ie68fc98ff09491f159535c555d8cf590f7a3401c
2018-02-16osmo-msc: Drop no longer needed manual removal of files during installPau Espin Pedrol1-5/+1
osmo-msc a55dda703fc5e367bd58b5f9f6986d62ffbbdb6c dropped those utils as they were already being built by osmo-bsc. Related:OS#2522 Change-Id: Ic048ffc500a56f775046943e0eea89b5d939b372
2018-02-16Add osmo-sip-connector recipePau Espin Pedrol2-0/+28
Change-Id: Iaf7f1c2c611dccbd13bcdd6a5b53d52bee0e84c6
2018-01-08meta-toolchain-osmo: Create valid symlink independent of poky versionPau Espin Pedrol1-3/+5
Some automated jenkins jobs may want to download latest generated SDK built nightly with latest poky version. As the SDK filename depends on the poky version, if the poky version is bumped (eg. 2.3.1->2.3.2) then the jenkins job may not be able to find the SDK file anymore. Let's create a symlink which doesn't depend on poky version to let those jobs easily download latest SDK no matter the poky version used. Change-Id: I039fac5ca9cd41812225f0982ccc9289f11c6f1a
2018-01-04libdbi: Add version 0.9.0 to fix osmo-msc build failureDaniel Willmann7-18/+57
A patch is needed to fix compilation: * Link against sqlite3 instead of sqlite for sqlite3 * Disable tests Remove old libdbi versions and keep/apply the malloc patch Change-Id: Ia4319c595a1ccb20c87d86c1ab1e58e95da34d7b
2017-12-12sdk: Add missing libosmotrau-dev after split from libosmo-abisPau Espin Pedrol2-1/+2
After splitting libosmotrau from libosmo-abis in 127bed3ceb41015d8fd36779689ab6d799f773f6, related libosmotrau dev were moved to its own package, which was not added to the include list for the SDK. As a result, somo-bts cannot be built anymore as it fails to find libosmotrau pkgconfig file, headers and shared object file. Change-Id: I42f3fa2ad82bfadb48f22167e42a08974fef16ab
2017-12-11osmo-sgsn: libosmo-sccp dep is only needed if building with iu supportPau Espin Pedrol1-2/+2
Change-Id: I97e4e37219f584f0b9d42e21ff9464e2d7143e13
2017-12-11osmo-mgw: Split packages and install osmo-mgw systemd servicePau Espin Pedrol1-2/+36
Change-Id: I1b902842cf8766af1e58de76e46786213d222389
2017-12-11libosmocore: depend on gnutls for compilation nowHarald Welte1-2/+2
Change-Id: Ic349f551261715fcc2e3e0b725fd94deaedaa682
2017-12-11Remove libsmpp34_1.12.bb and use _git insteadPau Espin Pedrol2-21/+2
Same as we do for other osmocom recipes. Change-Id: I1dcebbb3170654e15d1bb9644d630b462fd22fbd
2017-12-11Update PV for osmocom recipesPau Espin Pedrol12-15/+14
Change-Id: I2d5933527d333825e92c9748004adfb3e4b3a078
2017-12-11openbsc.git: Upstream binary now named osmo-bsc-sccpliteHarald Welte1-3/+2
In Change-Id If10d1599b62d010726336134091a4e855c380d93, upstream osmocom.git has renamed osmo-bsc (and related config files, etc) to osmo-bsc-sccplite, so we don't have to rename it in the recipe anymore. Change-Id: I7e3bf1d6186fb32f4d671cbf84cad195d2776190
2017-12-11Set up osmocom recipes to current git masterHarald Welte14-14/+14
This set of revisions together with next set of patches has been tested in a sysmobts-v2 locally. Change-Id: Idda98bdfa07c16aee1955fa63373b358bb754c90
2017-12-05ortp: Move DEPENDS to inc file and fix whitespacePau Espin Pedrol2-3/+2
Change-Id: Idf1c060d8fdbe0a309366ed7bd1e79f40625405c