From a8306b3c38b0fbf5a46512bac2b8ef2cdea14e04 Mon Sep 17 00:00:00 2001 From: Kostiantyn Yarovyi Date: Tue, 14 Sep 2021 17:34:00 +0300 Subject: [PATCH] [show] add platform components in Newport, Montara, Mavericks for fix incomprehensible firmware Error print (#8690) What I did: add platform components How I did it: In platform_components.json add chassis and empty component How to verify it: Run show platform firmware updates --- .../x86_64-accton_as9516_32d-r0/platform_components.json | 8 ++++++++ .../platform_components.json | 8 ++++++++ .../platform_components.json | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 device/barefoot/x86_64-accton_as9516_32d-r0/platform_components.json create mode 100644 device/barefoot/x86_64-accton_wedge100bf_32x-r0/platform_components.json create mode 100644 device/barefoot/x86_64-accton_wedge100bf_65x-r0/platform_components.json diff --git a/device/barefoot/x86_64-accton_as9516_32d-r0/platform_components.json b/device/barefoot/x86_64-accton_as9516_32d-r0/platform_components.json new file mode 100644 index 0000000000..43874566a3 --- /dev/null +++ b/device/barefoot/x86_64-accton_as9516_32d-r0/platform_components.json @@ -0,0 +1,8 @@ +{ + "chassis": { + "Newport": { + "component": { + } + } + } +} \ No newline at end of file diff --git a/device/barefoot/x86_64-accton_wedge100bf_32x-r0/platform_components.json b/device/barefoot/x86_64-accton_wedge100bf_32x-r0/platform_components.json new file mode 100644 index 0000000000..df77fa3e1b --- /dev/null +++ b/device/barefoot/x86_64-accton_wedge100bf_32x-r0/platform_components.json @@ -0,0 +1,8 @@ +{ + "chassis": { + "Wedge100BF-32X-O-AC-F-BF": { + "component": { + } + } + } +} \ No newline at end of file diff --git a/device/barefoot/x86_64-accton_wedge100bf_65x-r0/platform_components.json b/device/barefoot/x86_64-accton_wedge100bf_65x-r0/platform_components.json new file mode 100644 index 0000000000..74e851a7c4 --- /dev/null +++ b/device/barefoot/x86_64-accton_wedge100bf_65x-r0/platform_components.json @@ -0,0 +1,8 @@ +{ + "chassis": { + "Wedge100BF-65X-O-AC-F-BF": { + "component": { + } + } + } +} \ No newline at end of file