forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[201811][platform/nephos]fix the compile error about syncd (sonic-ne…
…t#3373) Fixed errors in the following files to resolve build failures - docker-ptf-nephos.mk\docker-syncd-nephos.mk\libsaithrift-dev.mk\rules.mk - Upgrade sai.mk for support sai_1.4.1 and upgrade sdk version to 3.0.0
- Loading branch information
1 parent
60b2e54
commit f78fcb1
Showing
6 changed files
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# docker image for nephos syncd | ||
|
||
DOCKER_SYNCD_PLATFORM_CODE = bfn | ||
DOCKER_SYNCD_PLATFORM_CODE = nephos | ||
include $(PLATFORM_PATH)/../template/docker-syncd-base.mk | ||
|
||
$(DOCKER_SYNCD_BASE)_DEPENDS += $(SYNCD) | ||
$(DOCKER_SYNCD_BASE)_FILES += $(DSSERVE) $(NPX_DIAG) | ||
|
||
$(DOCKER_SYNCD_BASE)_DBG_DEPENDS += $(SYNCD_DBG) \ | ||
$(LIBSWSSCOMMON_DBG) \ | ||
$(LIBSAIMETADATA_DBG) \ | ||
$(LIBSAIREDIS_DBG) | ||
|
||
$(DOCKER_SYNCD_BASE)_FILES += $(DSSERVE) $(NPX_DIAG) | ||
$(LIBSWSSCOMMON_DBG) \ | ||
$(LIBSAIMETADATA_DBG) \ | ||
$(LIBSAIREDIS_DBG) | ||
|
||
$(DOCKER_SYNCD_BASE)_RUN_OPT += -v /var/run/docker-syncd:/var/run/sswsyncd | ||
$(DOCKER_SYNCD_BASE)_RUN_OPT += -v /host/warmboot:/var/warmboot | ||
|
||
$(DOCKER_SYNCD_BASE)_BASE_IMAGE_FILES += npx_diag:/usr/bin/npx_diag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters