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

ot-br-posix: Move writables usage from staging to meta-oniro-core bbappend


This is a follow up fix for e791c29b

The writables part is correct, but it can not live in the
meta-oniro-staging layer. This layer is in preparation of upstreaming
and the writables class we have in core is not at this stage yet.

Instead we split out the writables part into a bbappend to live in
meta-oniro-core. This solved an implicit layer dependcy from staging to
core as well which we saw with the meta-openharmony build.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent c702631e
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
inherit writables
WRITABLES = "data"
WRITABLE_PATH[data] = "/var/lib/thread/"
......@@ -28,10 +28,7 @@ S = "${WORKDIR}/git"
DEPENDS = "autoconf-archive dbus readline avahi jsoncpp boost"
inherit cmake systemd writables
WRITABLES = "data"
WRITABLE_PATH[data] = "/var/lib/thread/"
inherit cmake systemd
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