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

ot-br-posix: Add writeable path for data file of the border router


OTBR stores at least one .data file in this path and some functionality
does not work without it being read-write. Mark the path as writable.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent 3c8832f8
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,10 @@ S = "${WORKDIR}/git"
DEPENDS = "autoconf-archive dbus readline avahi jsoncpp boost"
inherit cmake systemd
inherit cmake systemd writables
WRITABLES = "data"
WRITABLE_PATH[data] = "/var/lib/thread/"
SYSTEMD_SERVICE_${PN} = "otbr-agent.service otbr-web.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