forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dev base img 202111 add extended build flags 2 (sonic-net#4)
* Add disable option for docker-lldp add compilation flag INCLUDE_LLDP Signed-off-by: ivanekovtune-at-githedgehog <ivan@githedgehog.com> * Add disable option for docker-snmp; add build flag INCLUDE_SNMP Signed-off-by: ivanekovtune-at-githedgehog <ivan@githedgehog.com> * Add disable option for docker-teamd; add build flag INCLUDE_TEAMD Signed-off-by: ivanekovtune-at-githedgehog <ivan@githedgehog.com> * Add disable option for docker-router-advertiser; add build flag INCLUDE_ROUTER_ADVERTISER Signed-off-by: ivanekovtune-at-githedgehog <ivan@githedgehog.com> * Add disable option for BGP; add build flag INCLUDE_BGP Signed-off-by: ivanekovtune-at-githedgehog <ivan@githedgehog.com> * Add disable option for swss; add build flag INCLUDE_SWSS Signed-off-by: ivanekovtune-at-githedgehog <ivan@githedgehog.com> * Add disable option for docker-platform-monitor; add build flag INCLUDE_PMON Signed-off-by: ivanekovtune-at-githedgehog <ivan@githedgehog.com> * Add disable option for database; add build flag INCLUDE_DATABASE Signed-off-by: ivanekovtune-at-githedgehog <ivan@githedgehog.com> Signed-off-by: ivanekovtune-at-githedgehog <ivan@githedgehog.com>
- Loading branch information
1 parent
eb0476a
commit a90b420
Showing
10 changed files
with
63 additions
and
0 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
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,8 +1,10 @@ | ||
# Docker-fpm rule-file is simply a wrapper containing routing-stack selection logic. | ||
|
||
ifeq ($(INCLUDE_BGP), y) | ||
ifeq ($(SONIC_ROUTING_STACK), frr) | ||
SONIC_INSTALL_DOCKER_IMAGES += $(DOCKER_FPM_FRR) | ||
SONIC_INSTALL_DOCKER_DBG_IMAGES += $(DOCKER_FPM_FRR_DBG) | ||
else | ||
SONIC_INSTALL_DOCKER_IMAGES += $(DOCKER_FPM_GOBGP) | ||
endif | ||
endif |
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
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