From 91f6d5b29eacaf961ed21ffa5bf33b8c6774ea08 Mon Sep 17 00:00:00 2001 From: Sabareesh-Kumar-Anandan <59681634+Sabareesh-Kumar-Anandan@users.noreply.github.com> Date: Fri, 20 Nov 2020 02:06:45 +0530 Subject: [PATCH] [platform][marvell] Disabling Mgmt Framework for marvell-armhf (#5753) We are facing some compilation issue while compiling mgmt framework for arm. So, disabling Mgmt framework for marvell-armhf. We will enable it after fixing the compilation issues Signed-off-by: Sabareesh Kumar Anandan --- platform/marvell-armhf/rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/marvell-armhf/rules.mk b/platform/marvell-armhf/rules.mk index 9f8cf775ae..e53f9531b8 100644 --- a/platform/marvell-armhf/rules.mk +++ b/platform/marvell-armhf/rules.mk @@ -12,6 +12,7 @@ include $(PLATFORM_PATH)/platform-nokia.mk INCLUDE_SYSTEM_TELEMETRY = "" ENABLE_SYNCD_RPC = "" +INCLUDE_MGMT_FRAMEWORK = "" SONIC_ALL += $(SONIC_ONE_IMAGE) \ $(DOCKER_FPM)