osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-dev/+/33734 )
Change subject: all.deps: add osmo-remsim and simtrace2 ......................................................................
all.deps: add osmo-remsim and simtrace2
Change-Id: I58324ad5ed6c77a53e697d5b4b07ff9353859556 --- M all.deps M gen_makefile.py M werror.opts 3 files changed, 22 insertions(+), 0 deletions(-)
Approvals: pespin: Looks good to me, but someone else must approve osmith: Looks good to me, approved; Verified
diff --git a/all.deps b/all.deps index d9359bd..4769d02 100644 --- a/all.deps +++ b/all.deps @@ -34,12 +34,15 @@ osmo-hnodeb osmo-iuh osmo-hnbgw osmo-iuh osmo-mgw libosmo-pfcp osmo-e1d libosmocore +osmo-remsim simtrace2_host libosmo-netif
# can only clone these docker-playground osmo-ttcn3-hacks osmocom-bb +simtrace2
# configure.ac not in topdir of repository osmocom-bb_layer23 libosmocore osmocom-bb_virtphy libosmocore +simtrace2_host libosmocore diff --git a/gen_makefile.py b/gen_makefile.py index d45e5e8..34f8c96 100755 --- a/gen_makefile.py +++ b/gen_makefile.py @@ -171,6 +171,14 @@ touch $@ '''
+ if proj == "simtrace2_host": + return f''' +.make.{proj}.clone: .make.simtrace2.clone + @echo -e "\n\n\n===== $@\n" + test -L {src_proj} || ln -s simtrace2/host {src_proj} + touch $@ + ''' + if proj in ("libgtpnl", "libnftnl", "nftables"): url = "git://git.netfilter.org"
diff --git a/werror.opts b/werror.opts index 7252af9..312b97b 100644 --- a/werror.opts +++ b/werror.opts @@ -19,3 +19,5 @@ osmo-cbc --enable-werror osmo-hnodeb --enable-werror osmo-hnbgw --enable-werror +simtrace2_host --enable-werror +osmo-remsim --enable-werror