|
|
|
@ -29,7 +29,7 @@ PACKAGECONFIG ??= "\
|
|
|
|
|
"
|
|
|
|
|
PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir},--without-systemdsystemunitdir"
|
|
|
|
|
|
|
|
|
|
SYSTEMD_PACKAGES = "${PN}"
|
|
|
|
|
SYSTEMD_PACKAGES = "${PN} osmo-bts-virtual"
|
|
|
|
|
SYSTEMD_AUTO_ENABLE_${PN}="enable"
|
|
|
|
|
|
|
|
|
|
# Select the API version
|
|
|
|
@ -44,8 +44,18 @@ CONFFILES_${PN}_append_sysmobts2100 = " ${sysconfdir}/osmocom/lc15bts-mgr.cfg ${
|
|
|
|
|
|
|
|
|
|
# somehow it seems not posible to use _append constructs on PACKAGES
|
|
|
|
|
#PACKAGES_append_sysmobts-v2 = " osmo-bts-remote sysmobts-calib sysmobts-util"
|
|
|
|
|
PACKAGES =+ "osmo-bts-remote sysmobts-calib sysmobts-util"
|
|
|
|
|
PACKAGES =+ "osmo-bts-remote sysmobts-calib sysmobts-util osmo-bts-virtual"
|
|
|
|
|
|
|
|
|
|
FILES_osmo-bts-remote_sysmobts-v2 = " ${bindir}/osmo-bts-sysmo-remote "
|
|
|
|
|
FILES_sysmobts-calib_sysmobts-v2 = " ${bindir}/sysmobts-calib "
|
|
|
|
|
FILES_sysmobts-util = " ${bindir}/sysmobts-util "
|
|
|
|
|
|
|
|
|
|
SYSTEMD_SERVICE_osmo-bts-virtual = "osmo-bts-virtual.service"
|
|
|
|
|
FILES_osmo-bts-virtual = " \
|
|
|
|
|
${docdir}/osmo-sgsn/examples/osmo-bts-virtual \
|
|
|
|
|
${bindir}/osmo-bts-virtual \
|
|
|
|
|
${bindir}/osmo-bts-omldummy \
|
|
|
|
|
"
|
|
|
|
|
CONFFILES_osmo-bts-virtual = "\
|
|
|
|
|
${sysconfdir}/osmocom/osmo-bts-virtual.cfg \
|
|
|
|
|
"
|
|
|
|
|