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 @@ -37,6 +37,7 @@ do_install() {
3737 install -d ${D}${sysconfdir}
3838 install -m 0644 ${S} /config /uwb_anchors . json ${D}${sysconfdir} /uwb_anchors . json
3939 install -m 0644 ${S} /config /uwb_anchors_hw_lab . json ${D}${sysconfdir} /uwb_anchors_hw_lab . json
40+ install -m 0644 ${S} /config /dev_eui_to_uwb_mappings . json ${D}${sysconfdir} /dev_eui_to_uwb_mappings . json
4041
4142 # Install systemd service file (from local files directory or git repository)
4243 install -d ${D}${systemd_system_unitdir}
@@ -70,6 +71,7 @@ FILES:${PN} += "${bindir}/uwb-mqtt-publisher \
7071 ${bindir} /lora_tag_cache.py \
7172 ${sysconfdir} /uwb_anchors.json \
7273 ${sysconfdir} /uwb_anchors_hw_lab.json \
74+ ${sysconfdir} /dev_eui_to_uwb_mappings.json \
7375 ${systemd_system_unitdir} /uwb-mqtt-publisher.service \
7476 ${sysconfdir} /uwb-mqtt-publisher/ \
7577 ${sysconfdir} /default/uwb-mqtt-publisher"
You can’t perform that action at this time.
0 commit comments