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.
9 lines
299 B
Makefile
9 lines
299 B
Makefile
# sonic generic ONIE image installer
|
|
|
|
SONIC_GENERIC_ONIE_IMAGE = sonic-generic.bin
|
|
$(SONIC_GENERIC_ONIE_IMAGE)_MACHINE = generic
|
|
$(SONIC_GENERIC_ONIE_IMAGE)_IMAGE_TYPE = onie
|
|
$(SONIC_GENERIC_ONIE_IMAGE)_DEPENDS =
|
|
$(SONIC_GENERIC_ONIE_IMAGE)_DOCKERS =
|
|
SONIC_INSTALLERS += $(SONIC_GENERIC_ONIE_IMAGE)
|