-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some config options to make gbsyncd optional (#16840)
Why I did it In an effort to allow people to build a slim version of SONiC to fit on devices to small storage, there is a need to disable some unneeded features. The docker-gbsyncd are only applicable to devices with external gearboxes and might not apply to devices that need a small image. It is therefore desirable to have a knob to not include these gbsyncd containers. Work item tracking Microsoft ADO (number only): How I did it Add a new config INCLUDE_GBSYNCD which is enabled by default to retain the previous behavior. Setting it to n will not include the platform/components/docker-gbsyncd-*.mk. How to verify it Set INCLUDE_GBSYNCD = n and witness that docker-gbsyncd images are not present in the final image.
- Loading branch information
1 parent
d48c272
commit 7982c3a
Showing
4 changed files
with
9 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
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