Skip to content

Commit

Permalink
samples/subsys/zbus/uart_bridge: Add missing overlays for native_sim
Browse files Browse the repository at this point in the history
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
zephyrproject-rtos/zephyr#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 1c3edca)

Original-Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
GitOrigin-RevId: 1c3edca
Change-Id: I560b2d50900c795cf7bea4593025604ba1616d61
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5465919
Tested-by: Jeremy Bettis <jbettis@chromium.org>
Commit-Queue: Jeremy Bettis <jbettis@chromium.org>
Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
  • Loading branch information
aescolar authored and Chromeos LUCI committed Apr 18, 2024
1 parent e3cf6af commit ec821ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_UART_NATIVE_POSIX_PORT_1_ENABLE=y
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_UART_NATIVE_POSIX_PORT_1_ENABLE=y

0 comments on commit ec821ab

Please sign in to comment.