diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index 63d0967..92a0b51 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -7,7 +7,7 @@ SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=sysmocom/featu SRCREV_osmobts = "b4280963c0a236f3676ff4d5a191943ad63b7e69" SRCREV_openbsc = "1b148ec1009c32faea269331836e366cfff7d18e" PV = "0.4.1+git${SRCPV}" -PR = "r5.${META_TELEPHONY_OSMO_INC}" +PR = "r6.${META_TELEPHONY_OSMO_INC}" S = "${WORKDIR}/git" SRCREV_FORMAT = "openbsc-rosmobts" @@ -34,6 +34,7 @@ do_compile_append_sysmobts-v2() { do_install_append() { install -d ${D}${sysconfdir}/osmocom install -m 0660 ${S}/doc/examples/osmo-bts.cfg ${D}${sysconfdir}/osmocom + install -m 0660 ${S}/doc/examples/osmobts-mgr.cfg ${D}${sysconfdir}/osmocom install -m 0755 ${S}/contrib/respawn.sh ${D}${sysconfdir}/osmocom/ install -m 0755 ${S}/contrib/respawn-only.sh ${D}${sysconfdir}/osmocom/ install -m 0644 ${S}/contrib/screenrc-sysmobts ${D}${sysconfdir}/osmocom/ @@ -53,6 +54,7 @@ do_install_append_sysmobts-v2() { } CONFFILES_${PN} = "${sysconfdir}/osmocom/osmo-bts.cfg" +CONFFILES_${PN} = "${sysconfdir}/osmocom/osmobts-mgr.cfg" INITSCRIPT_PACKAGES = "${PN}" INITSCRIPT_NAME_${PN} = "sysmobts" INITSCRIPT_PARAMS_${PN} = "defaults 30 30"