[Nokia]: Enable Telemetry for armhf and provide required qos files (#6364)
* [platform][Nokia]: Add buffers and qos files for config qos reload - providing required files * [platform][armhf]: remove hardcoded disable for Telemetry on armhf Co-authored-by: Carl Keene <keene@nokia.com>
This commit is contained in:
parent
a013b8c247
commit
f99dbff722
@ -0,0 +1,8 @@
|
||||
{# Default values placeholder M0- Marvell SAI TBD buffers configuration #}
|
||||
|
||||
{% set default_cable = '40m' %}
|
||||
{% set default_ports_num = 54 -%}
|
||||
|
||||
{# Port configuration to cable length look-up table #}
|
||||
{# Each record describes mapping of DUT (DUT port) role and neighbor role to cable length #}
|
||||
{# Roles described in the minigraph #}
|
@ -0,0 +1 @@
|
||||
# this file empty temporarily until qos supported SAI Marvell
|
@ -10,7 +10,6 @@ include $(PLATFORM_PATH)/linux-kernel-armhf.mk
|
||||
include $(PLATFORM_PATH)/platform-et6448m.mk
|
||||
include $(PLATFORM_PATH)/platform-nokia.mk
|
||||
|
||||
INCLUDE_SYSTEM_TELEMETRY = ""
|
||||
ENABLE_SYNCD_RPC = ""
|
||||
INCLUDE_MGMT_FRAMEWORK = ""
|
||||
|
||||
|
2
slave.mk
2
slave.mk
@ -116,7 +116,7 @@ ifeq ($(SONIC_INCLUDE_SYSTEM_TELEMETRY),y)
|
||||
INCLUDE_SYSTEM_TELEMETRY = y
|
||||
endif
|
||||
|
||||
ifneq (,$(filter $(CONFIGURED_ARCH), armhf arm64))
|
||||
ifneq (,$(filter $(CONFIGURED_ARCH), arm64))
|
||||
# Workaround: Force disable Telmetry for ARM, will be removed after fixing issue
|
||||
# Issue: qemu crashes when it uses "go get url"
|
||||
# Qemu Support: https://bugs.launchpad.net/qemu/+bug/1838946
|
||||
|
Loading…
Reference in New Issue
Block a user