c5d0507224
Add new Nokia build target and establish an arm64 build: Platform: arm64-nokia_ixs7215_52xb-r0 HwSKU: Nokia-7215-A1 ASIC: marvell Port Config: 48x1G + 4x10G How I did it - Change make files for saiserver and syncd to use Bulleseye kernel - Change Marvell SAI version to 1.11.0-1 - Add Prestera make files to build kernel, Flattened Device Tree blob and ramdisk for arm64 platforms - Provide device and platform related files for new platform support (arm64-nokia_ixs7215_52xb-r0).
15 lines
722 B
Makefile
15 lines
722 B
Makefile
# docker image for mrvl saiserver
|
|
|
|
DOCKER_SAISERVER_MRVL = docker-saiserver-mrvl.gz
|
|
$(DOCKER_SAISERVER_MRVL)_PATH = $(PLATFORM_PATH)/docker-saiserver-mrvl
|
|
$(DOCKER_SAISERVER_MRVL)_DEPENDS += $(SAISERVER)
|
|
$(DOCKER_SAISERVER_MRVL)_LOAD_DOCKERS += $(DOCKER_CONFIG_ENGINE_BULLSEYE)
|
|
SONIC_DOCKER_IMAGES += $(DOCKER_SAISERVER_MRVL)
|
|
|
|
$(DOCKER_SAISERVER_MRVL)_CONTAINER_NAME = saiserver
|
|
$(DOCKER_SAISERVER_MRVL)_RUN_OPT += --privileged -t
|
|
$(DOCKER_SAISERVER_MRVL)_RUN_OPT += -v /host/machine.conf:/etc/machine.conf
|
|
$(DOCKER_SAISERVER_MRVL)_RUN_OPT += -v /var/run/docker-saiserver:/var/run/sswsyncd
|
|
$(DOCKER_SAISERVER_MRVL)_RUN_OPT += -v /etc/sonic:/etc/sonic:ro
|
|
$(DOCKER_SAISERVER_MRVL)_RUN_OPT += -v /host/warmboot:/var/warmboot
|