From ec821ab15c00baa98602151aef298737bd200c50 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Thu, 18 Apr 2024 10:24:22 +0200 Subject: [PATCH] samples/subsys/zbus/uart_bridge: Add missing overlays for native_sim During the hwmv1->v2 transition, overlays from a base board were made to be shared with the variants. So at that time all overlays for variants which were just copies of the base overlay were removed. After that in https://github.com/zephyrproject-rtos/zephyr/pull/71149 this shared/merged overlay behaviour was reverted, but not all tests were fixed. This is one of those. Let's fix it. (cherry picked from commit 1c3edca8d89c7f66d2c0c0f5bec631517a6fe468) Original-Signed-off-by: Alberto Escolar Piedras GitOrigin-RevId: 1c3edca8d89c7f66d2c0c0f5bec631517a6fe468 Change-Id: I560b2d50900c795cf7bea4593025604ba1616d61 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5465919 Tested-by: Jeremy Bettis Commit-Queue: Jeremy Bettis Reviewed-by: Jeremy Bettis Tested-by: ChromeOS Prod (Robot) --- .../subsys/zbus/uart_bridge/boards/native_posix_native_64.conf | 1 + samples/subsys/zbus/uart_bridge/boards/native_sim_native_64.conf | 1 + 2 files changed, 2 insertions(+) create mode 100644 samples/subsys/zbus/uart_bridge/boards/native_posix_native_64.conf create mode 100644 samples/subsys/zbus/uart_bridge/boards/native_sim_native_64.conf diff --git a/samples/subsys/zbus/uart_bridge/boards/native_posix_native_64.conf b/samples/subsys/zbus/uart_bridge/boards/native_posix_native_64.conf new file mode 100644 index 00000000000..b552360756c --- /dev/null +++ b/samples/subsys/zbus/uart_bridge/boards/native_posix_native_64.conf @@ -0,0 +1 @@ +CONFIG_UART_NATIVE_POSIX_PORT_1_ENABLE=y diff --git a/samples/subsys/zbus/uart_bridge/boards/native_sim_native_64.conf b/samples/subsys/zbus/uart_bridge/boards/native_sim_native_64.conf new file mode 100644 index 00000000000..b552360756c --- /dev/null +++ b/samples/subsys/zbus/uart_bridge/boards/native_sim_native_64.conf @@ -0,0 +1 @@ +CONFIG_UART_NATIVE_POSIX_PORT_1_ENABLE=y