9de7e6860b
Signed-off-by: Stepan Blyschak stepanb@mellanox.com Why I did it To support building DHCP relay as extension and installing it during build time. How I did it Created infrastructure. Users need to define their packages in rules/sonic-packages.mk How to verify it Together with #6531
10 lines
231 B
Makefile
10 lines
231 B
Makefile
# rules to define remote packages that need to be installed
|
|
# during SONiC image build
|
|
|
|
## Example:
|
|
## PACKAGE = my-package
|
|
## $(PACKAGE)_REPOSITORY = myrepo/mypackage
|
|
## $(PACKAGE)_VERSION = 1.0.0
|
|
## SONIC_PACKAGES += $(PACKAGE)
|
|
|