forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Non Upstream Patches] Added ENV vars for non-upstream patches #36
Closed
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
Signed-off-by: Vivek Reddy <vkarri@nvidia.com>
vivekrnv
changed the title
[Non Upstream Kernel Patches] Added ENV vars for non-upstream patches
[Non Upstream Patches] Added ENV vars for non-upstream patches
Oct 11, 2022
platform/mellanox/rules.mk
Outdated
INCLUDE_MLNX_PATCHES = n | ||
MLNX_PATCH_LOC = $(PLATFORM_PATH)/non-upstream-patches/patches.tar.gz | ||
|
||
export MLNX_PATCH_LOC SONIC_BUFFER_MODEL=dynamic |
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.
I suggest to split into two export statements to not change existing export SONIC_BUFFER_MODEL=dynamic
line. Same comment applies for linux-kernel.mk file changes.
Signed-off-by: Vivek Reddy <vkarri@nvidia.com>
stepanblyschak
approved these changes
Oct 17, 2022
Signed-off-by: Vivek Reddy <vkarri@nvidia.com>
dgsudharsan
approved these changes
Oct 17, 2022
vivekrnv
pushed a commit
that referenced
this pull request
Apr 17, 2024
…tomatically (sonic-net#18665) #### Why I did it src/sonic-platform-pde ``` * 8b44c3c - (HEAD -> master, origin/master, origin/HEAD) Merge pull request #36 from sg893052/PL_PDE_BOOKWORM_MIGRATION (27 hours ago) [賓少鈺] * 9f7ac0f - PDE Migration to bookworm (2 weeks ago) [sg893052] ``` #### 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: Vivek Reddy vkarri@nvidia.com
Why I did it
Provide a way to include non-upstream kernel patches in the kernel build process
How I did it
Introduce two new environment variables:
Use SONIC_OVERRIDE_BUILD_VARS to fuse in these env variables:
Structure of the patch tar archive
How to verify it
Which release branch to backport (provide reason below if selected)
Description for the changelog
Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU.
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)