Skip to content
Snippets Groups Projects
Commit 0a36c168 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

ot-br-posix_%.bbappend: Install pskc tool for OTBR


The pskc tool is needed to create the pre-shared key for an external
commisioner, in our case the Android app on a phone. It will be used in
the otbr-configuration script.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent 71dd455c
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ do_install_append() {
install -m 0644 ${WORKDIR}/60-otbr-ip-forward.conf ${D}${sysconfdir}/sysctl.d/
install -D ${WORKDIR}/otbr-configuration ${D}${sbindir}/
install -D -m 0644 ${WORKDIR}/otbr-configuration.service ${D}${systemd_unitdir}/system/
install -m 0755 ${WORKDIR}/build/tools/pskc ${D}${sbindir}/
}
SYSTEMD_SERVICE_${PN} += " otbr-configuration.service"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment