firmware-qcom-nhlos: make sure that meta firmware package is empty#2037
Open
lumag wants to merge 3 commits intoqualcomm-linux:masterfrom
Open
firmware-qcom-nhlos: make sure that meta firmware package is empty#2037lumag wants to merge 3 commits intoqualcomm-linux:masterfrom
lumag wants to merge 3 commits intoqualcomm-linux:masterfrom
Conversation
Due to the missing glob symbol compressed GMU firmware was not packaged into linux-firmware-qcom-adreno-gmu-a621 package but it was included into the firmware-qcom-qar2130p package. Add missing glob, making sure that GMU firmware is a part of the expected package. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
If neither NHLOS_URI nor PROPRIETARY_URI are specified, there is no firmware in the binary dir. Don't try installing it (and also don't create the firmware which will be empty in this case). Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Follow the logic of linux-firmware recipe and set FILES list for PN to an empty value, ensuring that all firmware files are correctly handled and pushed to the individual packages. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
ricardosalveti
approved these changes
Apr 24, 2026
anujm1
approved these changes
Apr 24, 2026
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.
Follow the logic of linux-firmware recipe and set FILES list for PN to an empty value, ensuring that all firmware files are correctly handled and pushed to the individual packages.