[action] [PR:21600] [platform/broadcom]: Makefile changes for arista-fwutil#582
Merged
mssonicbld merged 1 commit intoAzure:202405from Feb 4, 2025
Merged
Conversation
#### Description for the changelog
Add facilities to include arista fwutil into image if deb is in repo. Arista fwutil is proprietary and will be included in private repos
<!--
Please make sure you've read and understood our contributing guidelines:
https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md
** Make sure all your commits include a signature generated with `git commit -s` **
If this is a bug fix, make sure your description includes "fixes #xxxx", or
"closes #xxxx" or "resolves #xxxx"
Please provide the following information:
-->
#### Why I did it
This utility is required for updating optics firmware on eos->sonic conversion for chassis
##### Work item tracking
- Microsoft ADO **(number only)**:
#### How I did it
Add makefile entries to copy and install the deb if it exists
#### How to verify it
Build image with the deb in platform/broadcom/extra-debs and see if it is in the image
<!--
If PR needs to be backported, then the PR must be tested against the base branch and the earliest backport release branch and provide tested image version on these two branches. For example, if the PR is requested for master, 202211 and 202012, then the requester needs to provide test results on master and 202012.
-->
#### Which release branch to backport (provide reason below if selected)
<!--
- Note we only backport fixes to a release branch, *not* features!
- Please also provide a reason for the backporting below.
- e.g.
- [x] 202006
-->
- [ x] 202405
#### Tested branch (Please provide the tested image version)
<!--
- Please provide tested image version
- e.g.
- [x] 20201231.100
-->
Collaborator
Author
|
Original PR: sonic-net/sonic-buildimage#21600 |
Collaborator
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mssonicbld
added a commit
that referenced
this pull request
Mar 14, 2025
…D automatically (#876) #### Why I did it src/sonic-platform-daemons ``` * 382de3d - (HEAD -> 202412, origin/202412) Merge pull request #8 from Azure/vdm_read_through_xcvrd_202412 (24 hours ago) [Prince George] * ca12214 - (origin/vdm_read_through_xcvrd_202412) [202412][xcvrd] Enable periodic polling of VDM relevant data (#582) (25 hours ago) [mihirpat1] ``` #### How I did it #### How to verify it #### Description for the changelog
prabhataravind
pushed a commit
that referenced
this pull request
Jul 7, 2025
…D automatically (#21954) #### Why I did it src/sonic-platform-daemons ``` * ba47670 - (HEAD -> master, origin/master, origin/HEAD) [xcvrd] Skip VDM threshold DB update for flat memory transceivers (#595) (3 days ago) [mihirpat1] * ccb4030 - Add pipeline check for missing __init__.py in sonic-xcvrd whl package (#593) (3 days ago) [Prince George] * ee4fb9e - Fix for bug-21459: Set the initial DPU admin state (#588) (10 days ago) [rameshraghupathy] * 05d2068 - [xcvrd] Enable periodic polling of VDM relevant data (#582) (2 weeks ago) [mihirpat1] ``` #### How I did it #### How to verify it #### Description for the changelog
prabhataravind
pushed a commit
that referenced
this pull request
Jul 7, 2025
… automatically (#23088) #### Why I did it src/sonic-platform-common ``` * 21ce361 - (HEAD -> 202505, origin/202505) [cmis] Add delay during CDB firmware download to remove I2C errors (#583) (3 hours ago) [mssonicbld] * 165d005 - [build] Update Azure pipeline to use Ubuntu 24.04 image (#582) (3 days ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
Description for the changelog
Add facilities to include arista fwutil into image if deb is in repo. Arista fwutil is proprietary and will be included in private repos
Why I did it
This utility is required for updating optics firmware on eos->sonic conversion for chassis
Work item tracking
How I did it
Add makefile entries to copy and install the deb if it exists
How to verify it
Build image with the deb in platform/broadcom/extra-debs and see if it is in the image
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)