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
9 lines
300 B
Makefile
9 lines
300 B
Makefile
# sonic aboot installer
|
|
|
|
SONIC_GENERIC_ABOOT_IMAGE = sonic-aboot-generic.swi
|
|
$(SONIC_GENERIC_ABOOT_IMAGE)_MACHINE = generic
|
|
$(SONIC_GENERIC_ABOOT_IMAGE)_IMAGE_TYPE = aboot
|
|
$(SONIC_GENERIC_ABOOT_IMAGE)_INSTALLS =
|
|
$(SONIC_GENERIC_ABOOT_IMAGE)_DOCKERS =
|
|
SONIC_INSTALLERS += $(SONIC_GENERIC_ABOOT_IMAGE)
|