mbox series

[0/8] thingsboard-gateway: Make build and run succeed

Message ID 20251023-wip-thingsboard-gateway-master-v1-0-570de0ecafb2@phytec.de
Headers show
Series thingsboard-gateway: Make build and run succeed | expand

Message

Martin Schwan Oct. 23, 2025, 9:46 a.m. UTC
This series makes thingsboard-gateway build and run again.

I had to add several Python dependencies for thingsboard-gateway, in
order for it to properly start and run on the target. There are also
some other improvements and updates regarding its systemd service, how
it is started and its configuration files.

Regards,
Martin

Signed-off-by: Martin Schwan <m.schwan@phytec.de>
---
Martin Schwan (8):
      python3-mmh3: Add recipe
      python3-orjson: Add recipe
      python3-pybase64: Add recipe
      python3-pyfiglet: Add recipe
      python3-questionary: Add recipe
      thingsboard-gateway: Add missing dependencies
      thingsboard-gateway: Use configs from source repository
      thingsboard-gateway: Update systemd service

 .../thingsboard-gateway/bacnet.json                |  58 -------
 .../thingsboard-gateway/ble.json                   |  53 -------
 .../thingsboard-gateway/can.json                   |  89 -----------
 .../thingsboard-gateway/custom_serial.json         |  33 ----
 .../thingsboard-gateway/logs.conf                  |  77 ----------
 .../thingsboard-gateway/modbus.json                | 169 ---------------------
 .../thingsboard-gateway/modbus_serial.json         |  29 ----
 .../thingsboard-gateway/mqtt.json                  | 132 ----------------
 .../thingsboard-gateway/odbc.json                  |  54 -------
 .../thingsboard-gateway/opcua.json                 |  49 ------
 .../thingsboard-gateway/request.json               | 146 ------------------
 .../thingsboard-gateway/rest.json                  | 152 ------------------
 .../thingsboard-gateway/snmp.json                  | 138 -----------------
 .../thingsboard-gateway/tb_gateway.yaml            |  66 --------
 .../thingsboard-gateway.service                    |  18 ++-
 .../thingsboard-gateway_3.7.4.bb                   |  70 +++++----
 .../recipes-devtools/python/python3-mmh3_5.2.0.bb  |  11 ++
 .../python/python3-orjson-crates.inc               |  84 ++++++++++
 .../python/python3-orjson_3.10.17.bb               |  20 +++
 .../python/python3-pybase64_1.4.2.bb               |  10 ++
 .../python/python3-pyfiglet_1.0.4.bb               |  10 ++
 .../python/python3-questionary_2.1.1.bb            |  11 ++
 22 files changed, 199 insertions(+), 1280 deletions(-)
---
base-commit: a2299f5fb1f481db93f4d99cf7866f69c6a99674
change-id: 20251023-wip-thingsboard-gateway-master-7fb464bc3f12

Best regards,