From b969dc93fc458a2dbd7a367dfb4619f12bd1c701 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Fri, 9 Aug 2024 17:00:49 +0200 Subject: [PATCH] native_posix: deprecate with planned removal for 4.2 native_posix has been replaced with native_sim. Users have been encouraged to switch since 3.6. We deprecate it now, and plan to remove it in 4.2. Signed-off-by: Alberto Escolar Piedras --- boards/native/native_posix/Kconfig.defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/native/native_posix/Kconfig.defconfig b/boards/native/native_posix/Kconfig.defconfig index 70d597b4192..2d896061f78 100644 --- a/boards/native/native_posix/Kconfig.defconfig +++ b/boards/native/native_posix/Kconfig.defconfig @@ -3,6 +3,9 @@ if BOARD_NATIVE_POSIX +config BOARD_DEPRECATED_RELEASE + default "v4.2.0" + config BUILD_OUTPUT_BIN default n