2210c82ef8
* [PTF-SAIv2]Add ptf dockre for sai-ptf (saiv2) Base on current ptf docker create a new docker for sai-ptf(saiv2) upgrade related package use the latest ptf and install it test done: NOJESSIE=1 NOSTRETCH=1 NOBULLSEYE=1 ENABLE_SYNCD_RPC=y make target/docker-ptf-sai.gz BLDENV=buster make -f Makefile.work target/docker-ptf-sai.gz * upgrade the thrift to 014
13 lines
461 B
Plaintext
13 lines
461 B
Plaintext
include $(PLATFORM_PATH)/syncd-vs.dep
|
|
include $(PLATFORM_PATH)/sonic-version.dep
|
|
include $(PLATFORM_PATH)/docker-sonic-vs.dep
|
|
include $(PLATFORM_PATH)/docker-syncd-vs.dep
|
|
include $(PLATFORM_PATH)/docker-gbsyncd-vs.dep
|
|
include $(PLATFORM_PATH)/docker-ptf.dep
|
|
include $(PLATFORM_PATH)/docker-ptf-sai.dep
|
|
include $(PLATFORM_PATH)/libsaithrift-dev.dep
|
|
include $(PLATFORM_PATH)/one-image.dep
|
|
include $(PLATFORM_PATH)/onie.dep
|
|
include $(PLATFORM_PATH)/kvm-image.dep
|
|
|