firmware-qcom: make split packages installable#2557
Conversation
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 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>
Test Results 105 files ± 0 634 suites ±0 5h 43m 17s ⏱️ - 1h 46m 47s For more details on these failures, see this check. Results for commit 39f4e4b. ± Comparison against base commit f584593. This pull request removes 5 and adds 3 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
|
Is the license now part of the individual packages? |
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. |
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