[build]: add fastentrypoints which is used for sonic-utilities build#2479
Merged
lguohan merged 1 commit intosonic-net:masterfrom Jan 24, 2019
Merged
[build]: add fastentrypoints which is used for sonic-utilities build#2479lguohan merged 1 commit intosonic-net:masterfrom
lguohan merged 1 commit intosonic-net:masterfrom
Conversation
sonic-net/sonic-utilities#438 Signed-off-by: Wataru Ishida <ishida@nel-america.com>
Collaborator
Author
|
@jipanyang PTAL |
jipanyang
approved these changes
Jan 23, 2019
Collaborator
jipanyang
left a comment
There was a problem hiding this comment.
Thanks. This fixes python-sonic-utilities_1.2-1_all.deb build issue: sonic-net/sonic-utilities#438
jleveque
approved these changes
Jan 23, 2019
stcheng
approved these changes
Jan 23, 2019
yxieca
pushed a commit
that referenced
this pull request
Feb 3, 2019
…2479) sonic-net/sonic-utilities#438 Signed-off-by: Wataru Ishida <ishida@nel-america.com>
Contributor
|
Made to 201811 branch on 2/2/2019 |
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
Nov 10, 2022
utilities: * 8cb6124 2022-11-09 | [armhf][sonic-installer] Fix the issue of sonic-installer list after set-default and cleanup (sonic-net#2479) [Marty Y. Lok] * b2d50f4 2022-11-06 | [GCU] Fix JsonPointerFilter bug (sonic-net#2477) (HEAD -> 202205, github/202205) [jingwenxie] * 927daea 2022-11-08 | Do not configure physical attributes on port channels in portconfig (sonic-net#2456) [Stephen Sun] * dbe8f2d 2022-11-02 | Fix sudo sfputil show error-status on a multiasic platform issue (sonic-net#2373) [Marty Y. Lok] * fff5f67 2022-11-04 | [show] vnet advertised-route command (sonic-net#2390) (sonic-net#2478) [siqbal1986] * 9d921a7 2022-11-04 | Fix exception in adding mirror_session when gre_type is absent (sonic-net#2476) [bingwang-ms] * 0bbe54a 2022-11-03 | [show] vnet endpoint [ip/ipv6] command (sonic-net#2342) (sonic-net#2421) (sonic-net#2474) [siqbal1986] * b1b3661 2022-11-03 | show vnet routes all. (sonic-net#2341) (sonic-net#2472) [siqbal1986] swss: * e208c87 2022-11-08 | swss: Fixing race condition for rif counters (sonic-net#2488) (HEAD -> 202205) [Suman Kumar] platform-common: * 83f77cc 2022-11-08 | Fix issue: rounding float value for txpower and rxpower (sonic-net#320) (HEAD -> 202205) [Junchao-Mellanox] * 169ee25 2022-11-04 | Fix issue: copper cable should not display DOM information (sonic-net#318) [Junchao-Mellanox] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
yxieca
added a commit
that referenced
this pull request
Nov 12, 2022
…2669) utilities: * 8cb6124 2022-11-09 | [armhf][sonic-installer] Fix the issue of sonic-installer list after set-default and cleanup (#2479) [Marty Y. Lok] * b2d50f4 2022-11-06 | [GCU] Fix JsonPointerFilter bug (#2477) (HEAD -> 202205, github/202205) [jingwenxie] * 927daea 2022-11-08 | Do not configure physical attributes on port channels in portconfig (#2456) [Stephen Sun] * dbe8f2d 2022-11-02 | Fix sudo sfputil show error-status on a multiasic platform issue (#2373) [Marty Y. Lok] * fff5f67 2022-11-04 | [show] vnet advertised-route command (#2390) (#2478) [siqbal1986] * 9d921a7 2022-11-04 | Fix exception in adding mirror_session when gre_type is absent (#2476) [bingwang-ms] * 0bbe54a 2022-11-03 | [show] vnet endpoint [ip/ipv6] command (#2342) (#2421) (#2474) [siqbal1986] * b1b3661 2022-11-03 | show vnet routes all. (#2341) (#2472) [siqbal1986] swss: * e208c87 2022-11-08 | swss: Fixing race condition for rif counters (#2488) (HEAD -> 202205) [Suman Kumar] platform-common: * 83f77cc 2022-11-08 | Fix issue: rounding float value for txpower and rxpower (#320) (HEAD -> 202205) [Junchao-Mellanox] * 169ee25 2022-11-04 | Fix issue: copper cable should not display DOM information (#318) [Junchao-Mellanox] Signed-off-by: Ying Xie <ying.xie@microsoft.com> Signed-off-by: Ying Xie <ying.xie@microsoft.com>
7 tasks
dbarashinvd
pushed a commit
to dbarashinvd/sonic-buildimage
that referenced
this pull request
May 22, 2023
…set-default and cleanup (sonic-net#2479) What I did sonic-installer list will throw a exception when install images as the following step (onie-nos-install ) Install first image A (sonic-installer) Install Image B and not reboot it (sonic-installer) set default to back to Image A sudo sonic-installer cleanup At this time, executing sonic-installer list will throw exception How I did it Modify the get_next_image() in uboot.py to check and return index 1 when the images list contains two elements. This PR should work with sonic-net#12609 This PR is needed by branch 202012 and 2022o5 Signed-off-by: mlok <marty.lok@nokia.com>
This file contains hidden or 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
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.
sonic-net/sonic-utilities#438
Signed-off-by: Wataru Ishida ishida@nel-america.com
- What I did
Add python package
fastentrypointstosonic-slave.This will be needed when we update the
sonic-utilitiessubmodule to include sonic-net/sonic-utilities#426- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)