From 985e973d6e018ed4d0b9e4bde4bd1a85dd58f47e Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Fri, 10 Oct 2025 11:26:36 +0200 Subject: [PATCH] imx-system-manager: disable debug monitor by default Disable the imx-system-manager debug monitor by default, as NXP's documentation indicates that the debug monitor is not intended for use in production images. https://github.com/nxp-imx/imx-sm/blob/lf-6.6.52-2.2.1/sm/doc/dev.md#compiling-the-sm-guide_compile Signed-off-by: Javier Viguera --- .../imx-system-manager/imx-system-manager_1.0.0.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-arm/dynamic-layers/arm-toolchain/recipes-bsp/imx-system-manager/imx-system-manager_1.0.0.bbappend b/meta-digi-arm/dynamic-layers/arm-toolchain/recipes-bsp/imx-system-manager/imx-system-manager_1.0.0.bbappend index edde721f3..35ca480fc 100644 --- a/meta-digi-arm/dynamic-layers/arm-toolchain/recipes-bsp/imx-system-manager/imx-system-manager_1.0.0.bbappend +++ b/meta-digi-arm/dynamic-layers/arm-toolchain/recipes-bsp/imx-system-manager/imx-system-manager_1.0.0.bbappend @@ -12,3 +12,6 @@ SRC_URI:append:dey = " \ file://0007-ccimx95dvk-remove-PCAL6408A-IO-expander-from-EVK.patch \ file://0008-ccimx95dvk-remove-PCA2123-RTC-from-EVK.patch \ " + +# Disable debug monitor by default +PACKAGECONFIG ??= "m0"