0405b369af
Why I did it Support Intel Tofino based platforms Netberg Aurora 750 ASIC: Intel Tofino BFN-T10-064Q Pors: 64x 100G How I did it Added specification to device/netberg directory Added platform/barefoot/sonic-platform-modules-netberg contains kernel modules, scripts and sonic_platform packages. Modified the platform/barefoot/platform-modules-netberg.mk to include Aurora 750 related ID. Signed-off-by: Andrew Sapronov <andrew.sapronov@gmail.com>
10 lines
230 B
Bash
Executable File
10 lines
230 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
PLATFORM_NAME=x86_64-netberg_aurora_750-r0
|
|
SONIC_PLATFORM_WHEEL_PY3="/usr/share/sonic/device/${PLATFORM_NAME}/sonic_platform-1.0-py3-none-any.whl"
|
|
python3 -m pip install ${SONIC_PLATFORM_WHEEL_PY3}
|
|
|
|
#DEBHELPER#
|
|
|