diff mbox series

[meta-lts-mixins,wrynose/linux-firmware,3/3] README: add LTS_LINUX_FIRMWARE_MIXIN_DEFAULT_PREFERENCE

Message ID 20260618155353.3633997-3-jose.quaresma@oss.qualcomm.com
State New
Headers show
Series [meta-lts-mixins,wrynose/linux-firmware,1/3] layer.conf: add LTS_LINUX_FIRMWARE_MIXIN_DEFAULT_PREFERENCE | expand

Commit Message

Jose Quaresma June 18, 2026, 3:53 p.m. UTC
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 <jose.quaresma@oss.qualcomm.com>
---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff mbox series

Patch

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"
+```
+
 Dependencies
 ------------