Skip to content

Commit f5b12b3

Browse files
author
Alex J Lennon
committed
Update recipe to install hardware lab anchor config file
1 parent 05bb86c commit f5b12b3

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
@@ -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"

0 commit comments

Comments
 (0)