28eb62fcff
* merged new p4 platform from 1.0.3 * reverted SAI-P4-BM to SAI1.0 * changed port_config.ini from alias to name. changed tenjin makefile to https * updated SAI-P4-BM commit
10 lines
313 B
Makefile
10 lines
313 B
Makefile
# p4 bmv package
|
|
|
|
P4_HLIR_V1_1 = python-p4-hlir-v1-1_1.1.7-1_all.deb
|
|
$(P4_HLIR_V1_1)_SRC_PATH = $(PLATFORM_PATH)/p4-hlir/p4-hlir-v1.1
|
|
SONIC_PYTHON_STDEB_DEBS += $(P4_HLIR_V1_1)
|
|
|
|
P4_HLIR = python-p4-hlir_0.9.36-1_all.deb
|
|
$(P4_HLIR)_SRC_PATH = $(PLATFORM_PATH)/p4-hlir/p4-hlir
|
|
SONIC_PYTHON_STDEB_DEBS += $(P4_HLIR)
|