File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SONIC_ALL += $(SONIC_ONE_IMAGE) \
12
12
$(DOCKER_SYNCD_MRVL_RPC )
13
13
14
14
# Inject mrvl sai into sairedis
15
- $(LIBSAIREDIS)_DEPENDS += $(MRVL_FPA ) $(MRVL_SAI ) # $(LIBSAITHRIFT_DEV_MRVL)
15
+ $(LIBSAIREDIS)_DEPENDS += $(MRVL_FPA ) $(MRVL_SAI ) $(LIBSAITHRIFT_DEV_MRVL )
16
16
17
17
# Runtime dependency on mrvl sai is set only for syncd
18
18
$(SYNCD)_RDEPENDS += $(MRVL_SAI )
Original file line number Diff line number Diff line change 1
1
# Marvell SAI
2
2
3
- export MRVL_SAI_VERSION = 1.0 .1
4
- export MRVL_SAI_TAG = SONiC.201712
3
+ export MRVL_SAI_VERSION = 1.2 .1
4
+ export MRVL_SAI_TAG = SONiC.201803
5
5
export MRVL_SAI = mrvllibsai_$(MRVL_SAI_VERSION ) .deb
6
6
7
7
$(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH ) /sai
Original file line number Diff line number Diff line change 1
1
# Marvell FPA
2
2
3
- export MRVL_FPA_VERSION = 1.0 .1
4
- export MRVL_FPA_TAG = SONiC.201712
3
+ export MRVL_FPA_VERSION = 1.2 .1
4
+ export MRVL_FPA_TAG = SONiC.201803
5
5
export MRVL_FPA = mrvllibfpa_$(MRVL_FPA_VERSION ) .deb
6
6
7
7
$(MRVL_FPA)_SRC_PATH = $(PLATFORM_PATH ) /sdk
You can’t perform that action at this time.
0 commit comments