sysmobts-firmware: Make the firmware conflict with older bts software

We had an upgrade issue where using newer firmware with older
osmo-bts binaries didn't work. Make sure that the shiny new 0.4.0
binaries are used with firmware starting from 3.2.

Addresses: #158
This commit is contained in:
Holger Hans Peter Freyther 2014-03-21 16:16:32 +01:00
parent 7c453471f1
commit e797a8ac6b
4 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,7 @@
COMPATIBLE_MACHINE = "sysmobts-v2"
FIRMWARE-VERSION = "superfemto_v${PV}"
PR = "r7.${INC_PR}"
PR = "r8.${INC_PR}"
RRCONFLICTS_${PN} = "osmo-bts (< 0.4.0)"
require ${PN}.inc

View File

@ -1,7 +1,8 @@
COMPATIBLE_MACHINE = "(sysmobts-v2|sysmobts-2050)"
PACKAGE_ARCH = "sysmobts-v2"
FIRMWARE-VERSION = "superfemto_v${PV}"
PR = "r8.${INC_PR}"
PR = "r9.${INC_PR}"
RRCONFLICTS_${PN} = "osmo-bts (< 0.4.0)"
require ${PN}.inc

View File

@ -1,7 +1,8 @@
COMPATIBLE_MACHINE = "(sysmobts-v2|sysmobts-2050)"
PACKAGE_ARCH = "sysmobts-v2"
FIRMWARE-VERSION = "superfemto_v${PV}"
PR = "r8.${INC_PR}"
PR = "r9.${INC_PR}"
RRCONFLICTS_${PN} = "osmo-bts (< 0.4.0)"
require ${PN}.inc

View File

@ -1,7 +1,8 @@
COMPATIBLE_MACHINE = "(sysmobts-v2|sysmobts-2050)"
PACKAGE_ARCH = "sysmobts-v2"
FIRMWARE-VERSION = "superfemto_v${PV}"
PR = "r8.${INC_PR}"
PR = "r9.${INC_PR}"
RRCONFLICTS_${PN} = "osmo-bts (< 0.4.0)"
require ${PN}.inc