Install the sysmobts firmware headers on top of the Osmocom toolchain. This way the SDK can be used to re-compile both the OpenBSC and the osmo-bts software. Make sure the -dev package of the femtobts-api has not runtime dependencies to a library that does not exist.hfreyther/master-next
parent
7059d16861
commit
cd0d240314
@ -0,0 +1,9 @@
|
||||
# Depend on the osmocom toolchain
|
||||
require recipes-osmocom/meta/meta-toolchain-osmo.bb
|
||||
|
||||
# Change the name
|
||||
TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-sysmobts-${DISTRO_VERSION}-${DATETIME}"
|
||||
|
||||
# Add API headers..
|
||||
TOOLCHAIN_TARGET_TASK += "femtobts-api-dev"
|
||||
|
Loading…
Reference in new issue