diff options
author | 2022-04-25 13:49:52 +0200 | |
---|---|---|
committer | 2022-04-26 17:03:18 +0800 | |
commit | bc58e73aa7c6c87f57519f442145c9c3058e9727 (patch) | |
tree | 05882b622e72d517ce907eaef52d04ba9325ddb0 | |
parent | 6544a70f5710a54824c3af0074b5dea695521b2e (diff) | |
download | meta-zephyr-bc58e73aa7c6c87f57519f442145c9c3058e9727.tar.gz meta-zephyr-bc58e73aa7c6c87f57519f442145c9c3058e9727.tar.bz2 meta-zephyr-bc58e73aa7c6c87f57519f442145c9c3058e9727.zip |
zephyr-openthread-rcp: Enable Thread 1.2 capabilities in RCP build
When running an up-to-date userspace component, like otbr-agent or
ot-daemon, with Thread 1.2 enabled we need a firmware matching this
capabilities.
Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
-rw-r--r-- | meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-openthread-rcp.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-openthread-rcp.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-openthread-rcp.bb index 708e56a..6d3f860 100644 --- a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-openthread-rcp.bb +++ b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-openthread-rcp.bb @@ -2,7 +2,7 @@ include zephyr-sample.inc ZEPHYR_SRC_DIR = "${S}/samples/net/openthread/coprocessor" -EXTRA_OECMAKE += "-DCONF_FILE="prj.conf overlay-rcp.conf overlay-usb-nrf-br.conf" -DDTC_OVERLAY_FILE="usb.overlay"" +EXTRA_OECMAKE += "-DCONF_FILE="prj.conf overlay-rcp.conf overlay-usb-nrf-br.conf" -DDTC_OVERLAY_FILE="usb.overlay" -DCONFIG_OPENTHREAD_THREAD_VERSION_1_2=y" # The overlay config and OpenThread itself imposes some specific requirements # towards the boards (e.g. flash layout and ieee802154 radio) so we need to |