diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-08-16 10:12:18 -0700 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-11-25 17:12:18 +0530 |
| commit | e6a44bc7ebad292a1782a806858bfa253cd1a683 (patch) | |
| tree | 4edf83333cd34f743bc694b1c65f27f617c47334 /meta-networking/recipes-connectivity | |
| parent | 5fab8bd31b32892acf3d8b56b240a7958890beac (diff) | |
| download | meta-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/recipes-connectivity')
| -rw-r--r-- | meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb | 2 |
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 \ |
