summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-08-16 10:12:18 -0700
committerKhem Raj <raj.khem@gmail.com>2024-08-19 10:19:32 -0700
commit0439d42c556d97405b13deecc412605ca8fc202f (patch)
tree303ca24f7388ad7d56abdd34e0398fe608fb4cb9
parent8337af7da4cf96de46eb620f821447ac402734e7 (diff)
downloadmeta-openembedded-0439d42c556d97405b13deecc412605ca8fc202f.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>
-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 0ec9db9e18..e5f8db24d4 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 \