-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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-ztp package #3299
Merged
Merged
Build sonic-ztp package #3299
Conversation
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 changes in make rules to conditionally include sonic-ztp package Signed-off-by: Rajendra Dendukuri <rajendra.dendukuri@broadcom.com>
skg-net
approved these changes
Oct 24, 2019
lguohan
approved these changes
Dec 3, 2019
abdosi
pushed a commit
that referenced
this pull request
Feb 24, 2020
* Build sonic-ztp package - Add changes in make rules to conditionally include sonic-ztp package Signed-off-by: Rajendra Dendukuri <rajendra.dendukuri@broadcom.com>
pphuchar
pushed a commit
to SONIC-DEV/sonic-buildimage
that referenced
this pull request
Mar 9, 2020
* Build sonic-ztp package - Add changes in make rules to conditionally include sonic-ztp package Signed-off-by: Rajendra Dendukuri <rajendra.dendukuri@broadcom.com>
tiantianlv
pushed a commit
to SONIC-DEV/sonic-buildimage
that referenced
this pull request
Apr 24, 2020
* Build sonic-ztp package - Add changes in make rules to conditionally include sonic-ztp package Signed-off-by: Rajendra Dendukuri <rajendra.dendukuri@broadcom.com>
arun1355492
pushed a commit
to arun1355492/sonic-buildimage
that referenced
this pull request
Jul 26, 2024
…atically (sonic-net#19321) #### Why I did it src/sonic-utilities ``` * d0856afa - (HEAD -> master, origin/master, origin/HEAD) Add Checkpoint and Rollback for Multi ASIC. (sonic-net#3299) (19 hours ago) [Xincun Li] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Aug 3, 2024
…atically (#19806) #### Why I did it src/sonic-utilities ``` * cee3e8e0 - (HEAD -> 202405, origin/202405) Enable show ip bgp on sup and -n all for show ip bgp network (#3417) (4 hours ago) [Changrong Wu] * 26f5d757 - Add the definition of `log` in `script decode-syseeprom` (#3383) (4 hours ago) [Yutong Zhang] * af18c89c - Improve load_mingraph to wait eth0 restart before exit (#3365) (4 hours ago) [Hua Liu] * 73e12564 - [chassis][mutli-asic][lldp] "show lldp table/neighbors" displays error message in output on multi-asis linecard. (#3358) (4 hours ago) [Marty Y. Lok] * 69dab7ac - [pbh]: Fix show PBH counters when cache is partial (#3356) (4 hours ago) [Nazarii Hnydyn] * ae20defd - [fast-reboot] Backup database after syncd/swss stopped (#3342) (4 hours ago) [Stepan Blyshchak] * a9876ee6 - Add Checkpoint and Rollback for Multi ASIC. (#3299) (4 hours ago) [Xincun Li] * 7643ac3c - [DPB]Fixing return code of breakout command on failure (#3357) (4 hours ago) [Sudharsan Dhamal Gopalarathnam] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Oct 24, 2024
…lly (#20583) #### Why I did it src/sonic-swss ``` * bd945f67 - (HEAD -> master, origin/master, origin/HEAD) Add mgmt VRF support. (#3299) (2 hours ago) [Hua Liu] * e71eb2dc - Fix p4orch tests after SAI update (#3337) (29 hours ago) [Saikrishna Arcot] ``` #### How I did it #### How to verify it #### Description for the changelog
rkavitha-hcl
pushed a commit
to rkavitha-hcl/sonic-buildimage
that referenced
this pull request
Nov 15, 2024
…lly (sonic-net#20583) #### Why I did it src/sonic-swss ``` * bd945f67 - (HEAD -> master, origin/master, origin/HEAD) Add mgmt VRF support. (sonic-net#3299) (2 hours ago) [Hua Liu] * e71eb2dc - Fix p4orch tests after SAI update (sonic-net#3337) (29 hours ago) [Saikrishna Arcot] ``` #### How I did it #### How to verify it #### Description for the changelog
aidan-gallagher
pushed a commit
to aidan-gallagher/sonic-buildimage
that referenced
this pull request
Nov 16, 2024
…lly (sonic-net#20583) #### Why I did it src/sonic-swss ``` * bd945f67 - (HEAD -> master, origin/master, origin/HEAD) Add mgmt VRF support. (sonic-net#3299) (2 hours ago) [Hua Liu] * e71eb2dc - Fix p4orch tests after SAI update (sonic-net#3337) (29 hours ago) [Saikrishna Arcot] ``` #### How I did it #### How to verify it #### Description for the changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Signed-off-by: Rajendra Dendukuri rajendra.dendukuri@broadcom.com
- What I did
Added changes in makefiles to conditionally include sonic-ztp package. By default it is disabled.
- How I did it
- How to verify it
Modify rules/config and set ENABLE_ZTP=y and then build sonic installer bin. Notice that sonic-ztp deb file is created in target/debs/stretch/sonic-ztp-xxxx.deb
- Description for the changelog
Include make recipes for sonic-ztp package
- A picture of a cute animal (not mandatory but encouraged)