firmware-qcom: make split packages installable#2557
Conversation
ccbd3bb to
39f4e4b
Compare
Test Results 99 files 586 suites 5h 4m 13s ⏱️ Results for commit 3f3815c. ♻️ This comment has been updated with latest results. |
|
Is the license now part of the individual packages? |
Koen Kooi (koenkooi)
left a comment
There was a problem hiding this comment.
Nit: fond → found
No, but we have a plenty of packages for which there is no binding license. For example, for the RBn devices Thundercomm doesn't define any licence for the files downloaded via the SDK manager. |
So the license will basically stay as CLOSED, right? Which is not really valid, but not sure we can do much here if we want to keep these recipes around. |
39f4e4b to
1430c09
Compare
Yes. I have a solution for some of the recipes, but I'll submit it separately. Let's fix the bug first. |
Since the commit 77e6f45 ("firmware-qcom-nhlos: make sure that meta firmware package is empty") the main package in the split firmware doesn't have any files and thus is skipped by OE. All split firmware packages depend on PN, which can't be found. Drop the manual dependency, making all split packages installable again. Closes qualcomm-linux#2504 Fixes: 77e6f45 ("firmware-qcom-nhlos: make sure that meta firmware package is empty") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
1430c09 to
3f3815c
Compare
e04c92e
into
qualcomm-linux:master
|
Successfully created backport PR for |
) # Description Backport of #2557 to `wrynose`.
Since the commit 77e6f45 ("firmware-qcom-nhlos: make sure that meta firmware package is empty") the main package in the split firmware doesn't have any files and thus is skipped by OE. All split firmware packages depend on PN, which can't be fond. Drop the manual dependency, making all split packages installable again.
Closes #2504