-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build sonic-broadcom.bin using debug dockers for all stretch based dockers #2833
Merged
Merged
Changes from 22 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
941eb7d
Updated Makefile infrastructure to build debug images.
renukamanavalan 042d51e
Dropped the regular binary using DBG_PACKAGES and a small name change…
renukamanavalan 24f38f2
Tweaked the changes to retain the existing behavior w.r.t INSTALL_DEB…
renukamanavalan 4443c70
1) slave.mk - Dropped unused Docker build args
renukamanavalan 7b84e64
Reverted some changes, per review comments.
renukamanavalan c717e50
Merge remote-tracking branch 'upstream/master'
renukamanavalan 60a001c
Get in sync with the new update that filters out dockers to be built …
renukamanavalan cefc4b8
Merge remote-tracking branch 'upstream/master'
renukamanavalan f659917
Mkae a template for each target that can be shared by all platforms.
renukamanavalan 9d7aedb
A small change, that can fit better with other targets too.
renukamanavalan 279084f
Extended debug to all stretch based docker images
renukamanavalan 99783dd
Merge remote-tracking branch 'upstream/master'
renukamanavalan a2297a3
1) Combined all orchagent makefiles into one platform independent mak…
renukamanavalan b4b30fd
Changes per review comments:
renukamanavalan 575e43d
Merge remote-tracking branch 'upstream/master'
renukamanavalan e504eb7
1) Corrected a copy/paste mistake
renukamanavalan 0db6c0f
Fixed a copy/paste bug
renukamanavalan 755dcee
Merge remote-tracking branch 'upstream/master'
renukamanavalan 6f1c92b
The base syncd dockers follow a template, which defines the base dock…
renukamanavalan 3d74bcc
Fixed spelling mistake
renukamanavalan e537676
Merge remote-tracking branch 'upstream/master'
renukamanavalan 31fa832
Enable build of dbg-sonic-broadcom.bin, which uses dbg-dockers in pla…
renukamanavalan b9ced6f
Sync with master
renukamanavalan fbaabca
Merge remote-tracking branch 'upstream/master'
renukamanavalan af4d3da
Per review comments:
renukamanavalan fc019bb
Merge remote-tracking branch 'upstream/master'
renukamanavalan 1ccee7d
Updated per comments.
renukamanavalan fe438f8
Removed changes that are no more warranted.
renukamanavalan 3fcfc18
Merge branch 'master' into master
lguohan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is better to put dbg as a suffix instead of prefix. sonic-broadom-dbg.bin.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done