summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-08-16 10:12:18 -0700
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2025-11-25 17:12:18 +0530
commite6a44bc7ebad292a1782a806858bfa253cd1a683 (patch)
tree4edf83333cd34f743bc694b1c65f27f617c47334 /meta-networking
parent5fab8bd31b32892acf3d8b56b240a7958890beac (diff)
downloadmeta-openembedded-e6a44bc7ebad292a1782a806858bfa253cd1a683.tar.gz
ot-br-posix: Define config files explicitly
Otherwise it picks up from build area with absolute paths into builddir Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0439d42c556d97405b13deecc412605ca8fc202f) Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb b/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb
index d7be1cd71d..af9cb17c44 100644
--- a/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb
+++ b/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb
@@ -34,6 +34,8 @@ EXTRA_OECMAKE = "-DBUILD_TESTING=OFF \
34 -DOTBR_REST=ON \ 34 -DOTBR_REST=ON \
35 -DOTBR_WEB=OFF \ 35 -DOTBR_WEB=OFF \
36 -DCMAKE_LIBRARY_PATH=${libdir} \ 36 -DCMAKE_LIBRARY_PATH=${libdir} \
37 -DOT_POSIX_PRODUCT_CONFIG=${sysconfdir}/openthread.conf.example \
38 -DOT_POSIX_FACTORY_CONFIG=${sysconfdir}/openthread.conf.example \
37 -DOTBR_MDNS=avahi \ 39 -DOTBR_MDNS=avahi \
38 -DOTBR_BACKBONE_ROUTER=ON \ 40 -DOTBR_BACKBONE_ROUTER=ON \
39 -DOTBR_BORDER_ROUTING=ON \ 41 -DOTBR_BORDER_ROUTING=ON \