Skip to content

Commit 48ad320

Browse files
author
Alex J Lennon
committed
Update recipe to install dev_eui_to_uwb_mappings.json file
1 parent d2dbb4e commit 48ad320

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipes-connectivity/uwb-mqtt-publisher/uwb-mqtt-publisher_1.0.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)