Update the meta-lts-mixins layer#2542
Conversation
Relevant changes for meta-lts-mixins: - 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>
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 LTS_LINUX_FIRMWARE_MIXIN_DEFAULT_PREFERENCE. Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
49308ab to
fe5678b
Compare
|
| LAYERSERIES_COMPAT_qcom = "wrynose" | ||
|
|
||
| # Use the linux-firmware provided by the lts-mixins layer | ||
| LTS_LINUX_FIRMWARE_MIXIN_DEFAULT_PREFERENCE = "1" |
There was a problem hiding this comment.
This should be set via setting the DEFAULT_PREFERENCE in the bbappend
|
I've posted #2551 . Please consider that one. |
|
I'm trying to find a solution to the problem. |
Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
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 |
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
LTS_LINUX_FIRMWARE_MIXIN_DEFAULT_PREFERENCE.
Relevant changes for meta-lts-mixins:
Fix #2457