fixeria has uploaded this change for review.
Build environment for fixeria
Change-Id: I1074f1f1781d2eef58fbce4522e0f9dd37de4a42
---
M all.deps
A cflags.opts
M default.opts
A full-upgrade.sh
4 files changed, 29 insertions(+), 22 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/73/35773/1
diff --git a/all.deps b/all.deps
index d9359bd..317fd48 100644
--- a/all.deps
+++ b/all.deps
@@ -1,11 +1,13 @@
# project build these first
libosmocore
libosmo-abis libosmocore
+libosmo-dsp libosmocore
libosmo-gprs libosmocore
libosmo-netif libosmo-abis
libosmo-sccp libosmo-netif
libsmpp34
libasn1c
+
osmo-ggsn libosmocore
osmo-iuh libosmo-sccp libasn1c
osmo-hlr libosmo-abis
@@ -21,25 +23,7 @@
# So if you want osmo-trx, use no sanitize.opts, or use LD_PRELOAD for osmo-trx binaries.
osmo-trx libosmocore
osmo-pcu libosmocore libosmo-gprs
-asn1c libasn1c
-osmo-gbproxy libosmocore
osmo-pcap libosmocore
-osmo-bsc-nat libosmo-sccp osmo-mgw
-libosmo-pfcp libosmocore
-libgtpnl
-libnftnl
-nftables libnftnl
-osmo-upf libosmocore libosmo-pfcp libgtpnl nftables
osmo-cbc libosmo-netif
-osmo-hnodeb osmo-iuh
-osmo-hnbgw osmo-iuh osmo-mgw libosmo-pfcp
-osmo-e1d libosmocore
-
-# can only clone these
-docker-playground
-osmo-ttcn3-hacks
-osmocom-bb
-
-# configure.ac not in topdir of repository
-osmocom-bb_layer23 libosmocore
-osmocom-bb_virtphy libosmocore
+osmo-uecups libosmo-netif
+gapk libosmocore
diff --git a/cflags.opts b/cflags.opts
new file mode 100644
index 0000000..a9e4b4b
--- /dev/null
+++ b/cflags.opts
@@ -0,0 +1 @@
+ALL CFLAGS="-g -ggdb -O2 -fno-omit-frame-pointer" CXXFLAGS="-g -ggdb -O2 -fno-omit-frame-pointer"
diff --git a/default.opts b/default.opts
index 1e850aa..be6644b 100644
--- a/default.opts
+++ b/default.opts
@@ -1,3 +1,6 @@
+libosmocore --enable-systemd-logging
+libosmo-abis --disable-dahdi
osmo-msc --enable-smpp
-openbsc --enable-smpp --enable-osmo-bsc --enable-nat
-osmo-hnbgw --enable-pfcp
+osmo-bts --enable-trx
+osmo-trx --with-uhd --with-lms --with-mstrx
+gapk --enable-gsmhr
diff --git a/full-upgrade.sh b/full-upgrade.sh
new file mode 100755
index 0000000..d10d6f5
--- /dev/null
+++ b/full-upgrade.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+rm -f build/.make.*
+
+for d in build/*/; do
+ sudo make -C $d uninstall
+ make -C $d distclean
+done
+
+make -C build
To view, visit change 35773. To unsubscribe, or for help writing mail filters, visit settings.