f4e37a66f9
1. _INSTALLS defines the packages to be installed in the image at the build time. 2. _LAZY_INSTALLS defines the packages to be installed in the image at the first run time 3. _DEPENDS defines the packages to at the build dependency of the image
10 lines
345 B
Makefile
10 lines
345 B
Makefile
# sonic cavium one image installer
|
|
|
|
SONIC_ONE_IMAGE = sonic-cavium.bin
|
|
$(SONIC_ONE_IMAGE)_MACHINE = cavium
|
|
$(SONIC_ONE_IMAGE)_IMAGE_TYPE = onie
|
|
$(SONIC_ONE_IMAGE)_INSTALLS += $(CAVM_PLATFORM_DEB)
|
|
$(SONIC_ONE_IMAGE)_INSTALLS += $(CAVM_XPNET_DEB)
|
|
$(SONIC_ONE_IMAGE)_DOCKERS += $(SONIC_INSTALL_DOCKER_IMAGES)
|
|
SONIC_INSTALLERS += $(SONIC_ONE_IMAGE)
|