-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[buildsystem] install 3rd party debian packages in base OS during build #8151
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
Conversation
Signed-off-by: Stepan Blyschak <[email protected]>
Signed-off-by: Stepan Blyschak <[email protected]>
Signed-off-by: Stepan Blyschak <[email protected]>
Signed-off-by: Stepan Blyschak <[email protected]>
Signed-off-by: Stepan Blyschak <[email protected]>
Signed-off-by: Stepan Blyschak <[email protected]>
@@ -262,6 +262,7 @@ $(info "TELEMETRY_WRITABLE" : "$(TELEMETRY_WRITABLE)") | |||
$(info "PDDF_SUPPORT" : "$(PDDF_SUPPORT)") | |||
$(info "MULTIARCH_QEMU_ENVIRON" : "$(MULTIARCH_QEMU_ENVIRON)") | |||
$(info "SONIC_VERSION_CONTROL_COMPONENTS": "$(SONIC_VERSION_CONTROL_COMPONENTS)") | |||
$(info "INSTALL_THIRD_PARTY_DEBS" : "$(INSTALL_THIRD_PARTY_DEBS)") |
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.
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.
Could you please explain? If so, is there an alternative to what we are trying to achive?
/azpw run |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
@prsunny kindly reminder. can you also review? |
Signed-off-by: Stepan Blyschak [email protected]
Why I did it
To allow installing some 3rd party debian packages during build time.
How I did it
Added a build time parameter INSTALL_THIRD_PARTY_DEBS.
How to verify it
Which release branch to backport (provide reason below if selected)
Description for the changelog
A picture of a cute animal (not mandatory but encouraged)