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>
This commit is contained in:
Khem Raj 2024-08-16 10:12:18 -07:00
parent 8337af7da4
commit 0439d42c55
No known key found for this signature in database
GPG Key ID: BB053355919D3314

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 \