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 0439d42c55)
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
Khem Raj 2024-08-16 10:12:18 -07:00 committed by Anuj Mittal
parent 5fab8bd31b
commit e6a44bc7eb
No known key found for this signature in database
GPG Key ID: 4340AEFE69F5085C

View File

@ -34,6 +34,8 @@ EXTRA_OECMAKE = "-DBUILD_TESTING=OFF \
-DOTBR_REST=ON \
-DOTBR_WEB=OFF \
-DCMAKE_LIBRARY_PATH=${libdir} \
-DOT_POSIX_PRODUCT_CONFIG=${sysconfdir}/openthread.conf.example \
-DOT_POSIX_FACTORY_CONFIG=${sysconfdir}/openthread.conf.example \
-DOTBR_MDNS=avahi \
-DOTBR_BACKBONE_ROUTER=ON \
-DOTBR_BORDER_ROUTING=ON \