f20665008c
* [build]: put stretch debian packages under target/debs/stretch/ * in stretch build phase, all debian packages built in that stage are placed under target/debs/stretch directory. * for python-based debian packages, since they are really the same for jessie and stretch, they are placed under target/python-debs directory. Signed-off-by: Guohan Lu <gulv@microsoft.com>
8 lines
285 B
Makefile
8 lines
285 B
Makefile
CAVM_SAI_URL = https://github.com/XPliant/OpenXPS/raw/c26aea6a7098936ab3692e148238d73fa8962585/SAI
|
|
|
|
CAVM_XPNET_DEB = xp80-Pcie-Endpoint.deb
|
|
$(CAVM_XPNET_DEB)_URL = $(CAVM_SAI_URL)/netdev/$(CAVM_XPNET_DEB)
|
|
|
|
SONIC_ONLINE_DEBS += $(CAVM_XPNET_DEB)
|
|
SONIC_STRETCH_DEBS += $(CAVM_XPNET_DEB)
|