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 <javier.viguera@digi.com>
This commit is contained in:
parent
34b1de1e90
commit
985e973d6e
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue