34ea91349c
* Single image * Fix review comments * Update syncd service. Add HW mgmt to Mellanox single image. * Add single image template for Broadcom platform. SKU should be provided during configure: make configure PLATFORM=broadcom SKU=Force10-S6000 * Add single image template for Cavium platform. SKU should be provided during configure: make configure PLATFORM=cavium SKU=AS7512 * Add description to sonic_debian_extension.j2 file.
10 lines
290 B
Makefile
10 lines
290 B
Makefile
# sonic aboot installer
|
|
|
|
SONIC_GENERIC_ABOOT_IMAGE = sonic-aboot.bin
|
|
$(SONIC_GENERIC_ABOOT_IMAGE)_MACHINE = aboot
|
|
$(SONIC_GENERIC_ABOOT_IMAGE)_IMAGE_TYPE = aboot
|
|
$(SONIC_GENERIC_ABOOT_IMAGE)_DEPENDS =
|
|
$(SONIC_GENERIC_ABOOT_IMAGE)_DOCKERS =
|
|
SONIC_INSTALLERS += $(SONIC_GENERIC_ABOOT_IMAGE)
|
|
|