Re: [yocto-patches] [meta-lts-mixins][wrynose/linux-firmware][PATCH 3/3] README: add LTS_LINUX_FIRMWARE_MIXIN_DEFAULT_PREFERENCE
Jose Quaresma <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <CADWMC-ZH54PRvLvs9LcYprEa4xWBKn44Oj_zmbzPfHU9eZFm1g@mail.gmail.com> |
On Thu, Jun 18, 2026 at 5:00 PM Jose Quaresma via lists.yoctoproject.org <[email protected]> wrote: > In order to make this layer Yocto Project Compatible, the layer should not > provide > new versions of packages by default. Because of this, the recipe provided > in this > layer will not be used unless the > LTS_LINUX_FIRMWARE_MIXIN_DEFAULT_PREFERENCE > variable is modified. > > Signed-off-by: Jose Quaresma <[email protected]> > --- > README.md | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/README.md b/README.md > index 16c0d8c..deeca33 100644 > --- a/README.md > +++ b/README.md > @@ -8,6 +8,16 @@ and officially Wrynose supports only that. This thin > special-purpose mixin layer > is meant to provide a current Linux firmware for Wrynose by backporting > the > linux-firmware recipe from the master branch of openembedded-core. > > +In order to make this layer Yocto Project Compatible, the layer should > not provide > +new versions of packages by default. Because of this, the recipe provided > in this > +layer will not be used unless the > LTS_LINUX_FIRMWARE_MIXIN_DEFAULT_PREFERENCE > +variable is modified. The default value is: > + > +``` > +# DEFAULT_PREFERENCE for linux-firmware provided by the layer > +LTS_LINUX_FIRMWARE_MIXIN_DEFAULT_PREFERENCE ?= "-1" > +``` > + > I have merged these changes but this also breaks the Yocto Project Compatible check layer. In reality, I think the concept of the mixin layer will always break the Yocto Project Compatible, because the desire of the mixin layer is to introduce a more recent version of the one provided by OE-core. I'll have to revert those commits, but I'm looking for a way to do this while maintaining the layer Yocto Project Compatible. If anyone has any suggestions, I would appreciate it. Jose > Dependencies > ------------ > > -- > 2.54.0 > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#4249): > https://lists.yoctoproject.org/g/yocto-patches/message/4249 > Mute This Topic: https://lists.yoctoproject.org/mt/119869596/10043485 > Group Owner: [email protected] > Unsubscribe: > https://lists.yoctoproject.org/g/yocto-patches/leave/15218491/10043485/371561030/xyzzy > [[email protected]] > -=-=-=-=-=-=-=-=-=-=-=- > > >