File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
recipes-connectivity/uwb-mqtt-publisher Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ do_install() {
3636 # Install anchor configuration from git repository (now in config/ directory)
3737 install -d ${D}${sysconfdir}
3838 install -m 0644 ${S}/config/uwb_anchors.json ${D}${sysconfdir}/uwb_anchors.json
39+ install -m 0644 ${S}/config/uwb_anchors_hw_lab.json ${D}${sysconfdir}/uwb_anchors_hw_lab.json
3940
4041 # Install systemd service file (from local files directory or git repository)
4142 install -d ${D}${systemd_system_unitdir}
@@ -68,6 +69,7 @@ FILES:${PN} += "${bindir}/uwb-mqtt-publisher \
6869 ${bindir}/uwb_network_converter.py \
6970 ${bindir}/lora_tag_cache.py \
7071 ${sysconfdir}/uwb_anchors.json \
72+ ${sysconfdir}/uwb_anchors_hw_lab.json \
7173 ${systemd_system_unitdir}/uwb-mqtt-publisher.service \
7274 ${sysconfdir}/uwb-mqtt-publisher/ \
7375 ${sysconfdir}/default/uwb-mqtt-publisher"
You can’t perform that action at this time.
0 commit comments