Update the meta-lts-mixins layer#2542
Conversation
49308ab to
fe5678b
Compare
|
|
I've posted #2551 . Please consider that one. |
|
I'm trying to find a solution to the problem. |
The mixins is already YP compatible given that it is passing the check layer with your change
Replied on the mailing list: I have merged these changes but this also breaks the Yocto Project Compatible check layer. I'll have to revert those commits, but I'm looking for a way to do this while maintaining |
b5f0f9c to
d37be17
Compare
8a54502 to
c2e7539
Compare
c2e7539 to
cf5228d
Compare
|
Update the meta-lts-mixins layer to tip and add fixes from #2606 |
cf5228d to
69035c1
Compare
69035c1 to
b36540c
Compare
Dmitry Baryshkov (lumag)
left a comment
There was a problem hiding this comment.
Please also pick up 13af9c7
|
Jose Quaresma (@quaresmajose) #2647 merged. |
…ional The linux-firmware-ath12k-qcc2072 package is only provided by the linux-firmware package from the mixins layer. Move the package to the separate list, which gets included only if the mixins layer is enabled. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
The linux-firmware-shikra-compute package is only provided by the linux-firmware package from the mixins layer. Move the dependent package to the separate list, which gets included only if the mixins layer is enabled. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
The lts-linux-firmware-mixin set the DEFAULT_PREFERENCE = "-1" disabling the version provided in the layer. To use the provided version, we have to cancel this DEFAULT_PREFERENCE. We use the 'layer-lts-linux-firmware-mixin' override to just change the recipe on that layer. Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
Relevant changes for meta-lts-mixins: - 6ad95d0 linux-firmware: upgrade 20260519 -> 20260622 - d4a9842 drop LTS_LINUX_FIRMWARE_MIXIN_DEFAULT_PREFERENCE and use just DEFAULT_PREFERENCE - 7d003ac README: add LTS_LINUX_FIRMWARE_MIXIN_DEFAULT_PREFERENCE - 2145371 linux-firmware: add LTS_LINUX_FIRMWARE_MIXIN_DEFAULT_PREFERENCE - 6b8dd8b layer.conf: add LTS_LINUX_FIRMWARE_MIXIN_DEFAULT_PREFERENCE - 11dcf7d SECURITY.md: describe security policy and pointers - 9cab569 linux-firmware: set DEFAULT_PREFERENCE to "-1" - b9d53c1 layer.conf: use the same priority as OE-Core Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
Refresh to the 20260622 dsp-binaries release to stay in lockstep with the
linux-firmware 20260622 upgrade: every machine subpackage RDEPENDs on the
matching linux-firmware-qcom-* at (= 1:${PV}), so the recipe version must
track the firmware release. Update SRCREV to the 20260622 tag and refresh the
WHENCE checksum.
The release adds Shikra-CQM-EVK and Shikra-IQS-EVK, both of which alias the
existing Shikra-CQS-EVK compute DSP through config.txt symlinks. Add the
matching -qcom-shikra-cqm-evk-cdsp and -qcom-shikra-iqs-evk-cdsp packages,
each RDEPENDing on the shikra-cqs-evk-cdsp package, mirroring the existing
purwa-iot-evk and qcm6490-idp symlink aliases.
The new Hamoa-IoT-EVK compute firmware now ships libc++/libc++abi DSP
libraries, which make rpmdeps emit unsatisfiable file dependencies (libc.so,
libgcc.so, libc++abi.so.1) that break image assembly. Set SKIP_FILEDEPS on
-qcom-hamoa-iot-evk-cdsp, matching the sibling -adsp package and the other
DSP-binary packages.
(With fixup for 17c1fbe hexagon-dsp-binaries: make shikra package optional)
Signed-off-by: Ricardo Salveti <ricardo.salveti@oss.qualcomm.com>
(cherry picked from commit 13af9c7)
Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
b36540c to
40a86cb
Compare
82b6b58
into
qualcomm-linux:wrynose
In order to make the meta-lts-mixins/wrynose/linux-firmware layer
Yocto Project Compatible, the layer no more provide linux-firmware
by default unless that is explicitly stated in the variable DEFAULT_PREFERENCE.
The default setting in mxin layer is now DEFAULT_PREFERENCE to "-1".
Relevant changes for meta-lts-mixins:
Fix #2457