The newest version of lmp-device-register includes optional support for --tags and --docker-apps. I'm not sure the best way to include this.
Maybe by changing:
|
${@oe.utils.conditional('SOTA_CLIENT', 'aktualizr-lite', '-DDEVICE_API=https://api.foundries.io/ota/devices/', '', d)} \ |
to something like
EXTRA_OECMAKE += "\
${@oe.utils.conditional('SOTA_CLIENT', 'aktualizr-lite', '-DDEVICE_API=https://api.foundries.io/ota/devices/ -DAKLITE_TAGS=1', '', d)} \
"
We also need a -DDOCKER_APPS=1. I guess we could throw that in the same line also. But its technically tied to whether or not this is enabled:
|
PACKAGECONFIG += "dockerapp" |
The newest version of lmp-device-register includes optional support for
--tagsand--docker-apps. I'm not sure the best way to include this.Maybe by changing:
meta-lmp/recipes-sota/lmp-device-register/lmp-device-register_git.bb
Line 18 in 27134df
to something like
We also need a
-DDOCKER_APPS=1. I guess we could throw that in the same line also. But its technically tied to whether or not this is enabled:meta-lmp/recipes-sota/aktualizr/aktualizr_%.bbappend
Line 23 in 27134df