-
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
Update readme on build targets #8
Merged
Merged
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
johnarnold
suggested changes
Sep 16, 2016
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.
For docker-base, I would say "only used in build process."
johnarnold
approved these changes
Sep 16, 2016
marian-pritsak
referenced
this pull request
in marian-pritsak/sonic-buildimage
Jan 24, 2018
marian-pritsak
referenced
this pull request
in marian-pritsak/sonic-buildimage
Jan 25, 2018
Staphylo
pushed a commit
to Staphylo/sonic-buildimage
that referenced
this pull request
Feb 15, 2018
Staphylo
pushed a commit
to Staphylo/sonic-buildimage
that referenced
this pull request
Mar 6, 2018
Staphylo
pushed a commit
to Staphylo/sonic-buildimage
that referenced
this pull request
Mar 20, 2018
mykolaf
pushed a commit
to mykolaf/sonic-buildimage
that referenced
this pull request
Apr 10, 2018
yurypm
pushed a commit
to yurypm/sonic-buildimage
that referenced
this pull request
Apr 17, 2018
yurypm
pushed a commit
to yurypm/sonic-buildimage
that referenced
this pull request
Jun 4, 2018
Staphylo
pushed a commit
to Staphylo/sonic-buildimage
that referenced
this pull request
Jul 13, 2018
lguohan
added a commit
that referenced
this pull request
Jul 23, 2018
10bef06 2018-06-21 | [sfputilbase.py] Fix bug where 'title' list always gets overwritten with empty list (#8) (HEAD -> 201803, origin/201803) [Joe LeVeque]
volodymyrsamotiy
referenced
this pull request
in volodymyrsamotiy/sonic-buildimage
Aug 9, 2018
lguohan
added a commit
that referenced
this pull request
Aug 12, 2018
qiluo-msft
added a commit
that referenced
this pull request
Jun 18, 2019
* [submodule] update sonic-linux-kernel * update linux kernel version * Fix many version strings * update mellanox components (built with new kernel) * [mlnx] add make files for SDK WJH libs * Update arista driver submodule (#8) Make the debian packaging point to a newer kernel version.
lguohan
pushed a commit
that referenced
this pull request
Jun 19, 2019
* [submodule] update sonic-linux-kernel * update linux kernel version * Fix many version strings * update mellanox components (built with new kernel) * [mlnx] add make files for SDK WJH libs * Update arista driver submodule (#8) Make the debian packaging point to a newer kernel version.
zhenggen-xu
referenced
this pull request
in zhenggen-xu/sonic-buildimage
Oct 17, 2019
* src/sonic-platform-common b553dba...ada0fae (3): > Initial add of Sensor Base package file > [sonic_eeprom] If reading from what appears to be a corrupt cache file, delete file and read directly from EEPROM (#10) > [sfputilbase.py] Fix bug where 'title' list always gets overwritten with empty list (#8)
3 tasks
lguohan
pushed a commit
that referenced
this pull request
Dec 8, 2020
This update brings in the following commits. 86c1108 Enable arm architecture to build in addition to amd64 (#37) 4acb2c3 fix bugs and enhance Transformer (#35) 49e5a22 ygot related enhancements and fixes (#34) 51224de Fix ietf yang search path for cvl schema builds (#32) 3c6cdb3 CVL Changes #8: 'must' and 'when' expression evaluation (#31) dabf231 CVL Changes #7: 'leafref' evaluation (#28) 6f9535f CVL Changes #6: Customized Xpath Engine integration (#27) 5e2466b DB-Layer fixes/enhancements (#26) 9a27302 CVL Changes #4: Implementation of new CVL APIs (#22) dbf1093 Translib support for authorization, yang versioning and Delete flag (#21) 80f369e CVL Changes #5: YParser enhancement (#23) 904ce18 CVL Changes #3: Multi-db instance support (#20) 9d24a34 CVL Changes #2: YValidator infra changes for evaluating xpath expression (#19) f3fc40f CVL Changes #1: Initial CVL code reorganization and common infra changes (#18) 4922601 Bulk and RPC API support in translib (#16) 1d730df RFC7895 yang module library implementation (#15)
SuvarnaMeenakshi
pushed a commit
to SuvarnaMeenakshi/sonic-buildimage
that referenced
this pull request
Jun 16, 2021
saiarcot895
pushed a commit
that referenced
this pull request
Nov 10, 2021
Update Barefoot platform support for Bullseye and 5.10 kernel, and add python3-venv.
This was referenced Dec 1, 2021
lguohan
pushed a commit
that referenced
this pull request
Dec 7, 2021
KostiantynYarovyiBf
pushed a commit
to KostiantynYarovyiBf/sonic-buildimage
that referenced
this pull request
Dec 11, 2021
* Signed-off-by: Vadym Yashchenko <vadymx.yashchenko@intel.com>
VadymYashchenko
referenced
this pull request
in VadymYashchenko/sonic_buildimage
Dec 20, 2021
* Signed-off-by: Vadym Yashchenko <vadymx.yashchenko@intel.com>
VadymYashchenko
referenced
this pull request
in VadymYashchenko/sonic_buildimage
Dec 24, 2021
* Signed-off-by: Vadym Yashchenko <vadymx.yashchenko@intel.com>
VadymYashchenko
referenced
this pull request
in VadymYashchenko/sonic_buildimage
Jan 13, 2022
* Signed-off-by: Vadym Yashchenko <vadymx.yashchenko@intel.com>
prgeor
pushed a commit
that referenced
this pull request
Jan 17, 2022
* [BFN] Updated platform APIs impl Signed-off-by: Andriy Kokhan <andriyx.kokhan@intel.com> * Extended BFN platform SFP APIs implementation * Update sfp.py * [BFN] Extended SFP platform plugin implementation Signed-off-by: Andriy Kokhan <andriyx.kokhan@intel.com> * [BFN] Extended Fans platform plugin implementation * [BFN] divided classes Fan and FanDrawer into 2 files * Signed-off-by: Vadym Yashchenko <vadymx.yashchenko@intel.com> What I did Add get_model() function Add get_low_critical_threshold() function Change __get(...) function. How I did it Differnece from previous implementation of __get(...) function is return real value or -9999.9 if value is not provided by thrift API * Add get_presence() function and revised __get() function Signed-off-by: Vadym Yashchenko <vadymx.yashchenko@intel.com> * [BFN] Updated PSU platform APIs impl Signed-off-by: Dmytro Lytvynenko <dmytrox.lytvynenko@intel.com> * Added BFN PSU cache (#9) Signed-off-by: Andriy Kokhan <andriyx.kokhan@intel.com> * [BFN] Fans and Fantray platform APIs update (#7) * [BFN] Updated SFP platform APIs (#10) Signed-off-by: Volodymyr Boyko <volodymyrx.boiko@intel.com> * [BFN] Updated platform API for thermal (#8) * Signed-off-by: Vadym Yashchenko <vadymx.yashchenko@intel.com> * Revert "[BFN] Fans and Fantray platform APIs update (#7)" (#11) This reverts commit c62a733. * Add support health monitor system (#15) Signed-off-by: Petro Bratash <petrox.bratash@intel.com> * Update chassis.py * [BFN] Updated FANs and FAN Tray platform API (#14) * Fix fix_alignment (#17) Signed-off-by: Petro Bratash <petrox.bratash@intel.com> * [BFN] Improvement show environment (#16) * Added PSU temperature skip into platform.json (#18) Signed-off-by: Andriy Kokhan <andriyx.kokhan@intel.com> * Do not skip psud on Newport Signed-off-by: Andriy Kokhan <andriyx.kokhan@intel.com> * [BFN] fix fan status from Not OK to Ok (#19) * [BFN] Updated SFP platform plugin (#13) Signed-off-by: Volodymyr Boyko <volodymyrx.boiko@intel.com> * [DPB] Fix typo for Ethernet0 2x200G[100G,40G] breakout mode (#21) Signed-off-by: Mykola Gerasymenko <mykolax.gerasymenko@intel.com> * [barefoot] Tmp fix vendor_rev (#22) Signed-off-by: Volodymyr Boyko <volodymyrx.boiko@intel.com> * Fixed python issues in sonic_platform/fan_drawer.py Signed-off-by: Andriy Kokhan <andriyx.kokhan@intel.com> * Updated fan_drawer.py * Fixing trailing white spaces in fan_drawer.py * [BFN] Fix thrift for SFPs API Signed-off-by: Volodymyr Boyko <volodymyrx.boiko@intel.com> * In platform.json, replaced 'false' with '0' to workaround ast.literal_eval() issue Signed-off-by: Andriy Kokhan <andriyx.kokhan@intel.com> * [Newport] Thermal manager (#23) * Signed-off-by: Vadym Yashchenko <vadymx.yashchenko@intel.com> * Revert "In platform.json, replaced 'false' with '0' to workaround ast.literal_eval() issue" This reverts commit 1e73127. * Removed 'controllable' options from platform.json to fix factory default config generation Signed-off-by: Andriy Kokhan <andriyx.kokhan@intel.com> * Update thermal_manager.py * Migrated SFP plugin to sonic_xcvr API (#30) Signed-off-by: Andriy Kokhan <andriyx.kokhan@intel.com> Co-authored-by: KostiantynYarovyiBf <kostiantynx.yarovyi@intel.com> Co-authored-by: Vadym Yashchenko <vadymx.yashchenko@intel.com> Co-authored-by: Dmytro Lytvynenko <dmytrox.lytvynenko@intel.com> Co-authored-by: Volodymyr Boiko <volodymyrx.boiko@intel.com> Co-authored-by: Petro Bratash <petrox.bratash@intel.com> Co-authored-by: Mykola Gerasymenko <mykolax.gerasymenko@intel.com>
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jan 24, 2022
sg893052
pushed a commit
to sg893052/sonic-buildimage
that referenced
this pull request
Apr 25, 2022
…pdates OC YANG compliant datamodel for Kdump
sg893052
pushed a commit
to sg893052/sonic-buildimage
that referenced
this pull request
Apr 25, 2022
Pull 3/31 from main repo master
7 tasks
7 tasks
7 tasks
maksymhedeon
pushed a commit
to maksymhedeon/sonic-buildimage
that referenced
this pull request
Feb 1, 2023
* Added INCLUDE_SSH build flag Signed-off-by: Maksym Hedeon <maksym@githedgehog.com> * INCLUDE_SSH fixed non existing path Signed-off-by: Maksym Hedeon <maksym@githedgehog.com> * Added INCLUDE_SYNCD build flag Signed-off-by: Maksym Hedeon <maksym@githedgehog.com> Signed-off-by: Maksym Hedeon <maksym@githedgehog.com> Co-authored-by: nazar-garmadiy <nazar@githedgehog.com>
maksymhedeon
pushed a commit
to maksymhedeon/sonic-buildimage
that referenced
this pull request
Feb 1, 2023
* Added INCLUDE_SSH build flag Signed-off-by: Maksym Hedeon <maksym@githedgehog.com> * INCLUDE_SSH fixed non existing path Signed-off-by: Maksym Hedeon <maksym@githedgehog.com> * Added INCLUDE_SYNCD build flag Signed-off-by: Maksym Hedeon <maksym@githedgehog.com> Signed-off-by: Maksym Hedeon <maksym@githedgehog.com> Co-authored-by: nazar-garmadiy <nazar@githedgehog.com>
Gokulnath-Raja
pushed a commit
to Gokulnath-Raja/sonic-buildimage-work
that referenced
this pull request
May 22, 2023
…ic-net#31) Adding support for evaluating 'must' and 'when' expression based on customized xpath engine.
shanshri
pushed a commit
to shanshri/sonic-buildimage-sonic-net
that referenced
this pull request
Oct 24, 2023
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.
Resolve issue #7