df28eceb35
Why I did it Add 6512-32r support for Wistron platform Update sw-to3200k for newer branch How I did it Add code in device and platform folder for 6512-32r Update sw-to3200k code both in device and platform folder How to verify it Install on Wistron device and run command to verify Signed-off-by: RogerChang Roger_Chang@wistron.com
14 lines
623 B
Makefile
Executable File
14 lines
623 B
Makefile
Executable File
# sonic innovium ONE image installer
|
|
|
|
SONIC_ONE_IMAGE = sonic-innovium.bin
|
|
$(SONIC_ONE_IMAGE)_MACHINE = innovium
|
|
$(SONIC_ONE_IMAGE)_INSTALLS += $(SYSTEMD_SONIC_GENERATOR)
|
|
$(SONIC_ONE_IMAGE)_IMAGE_TYPE = onie
|
|
$(SONIC_ONE_IMAGE)_LAZY_INSTALLS += $(CEL_MIDSTONE_200I_PLATFORM_MODULE)
|
|
$(SONIC_ONE_IMAGE)_LAZY_INSTALLS += $(DELTA_PLATFORM_MODULE)
|
|
$(SONIC_ONE_IMAGE)_LAZY_INSTALLS += $(NETBERG_AURORA_715_PLATFORM_MODULE)
|
|
$(SONIC_ONE_IMAGE)_LAZY_INSTALLS += $(WISTRON_PLATFORM_MODULE)
|
|
$(SONIC_ONE_IMAGE)_INSTALLS += $(INVM_DRV)
|
|
$(SONIC_ONE_IMAGE)_DOCKERS += $(SONIC_INSTALL_DOCKER_IMAGES)
|
|
SONIC_INSTALLERS += $(SONIC_ONE_IMAGE)
|