diff mbox series

[meta-lts-mixins,wrynose/linux-firmware,2/3] linux-firmware: set DEFAULT_PREFERENCE to "-1"

Message ID 20260617-fix-check-layers-v1-2-d1b60c899440@oss.qualcomm.com
State New
Headers show
Series layer: make it Yocto Project compliant | expand

Commit Message

Dmitry Baryshkov June 17, 2026, 7:21 p.m. UTC
In order to make this layer Yocto Project Compatible, the layer should
not provide new versions of packages by default. The easiest way to
achieve it is to set DEFAULT_PREFERENCE to "-1" for the new versions of
the recipes.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 recipes-kernel/linux-firmware/linux-firmware_20260519.bb | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/recipes-kernel/linux-firmware/linux-firmware_20260519.bb b/recipes-kernel/linux-firmware/linux-firmware_20260519.bb
index 7eb9bf35fbe3..f2cd8737f253 100644
--- a/recipes-kernel/linux-firmware/linux-firmware_20260519.bb
+++ b/recipes-kernel/linux-firmware/linux-firmware_20260519.bb
@@ -3692,3 +3692,6 @@  INSANE_SKIP:${PN} = "already-stripped"
 
 # No need to put firmware into the sysroot
 SYSROOT_DIRS_IGNORE += "${firmwaredir}"
+
+# Don't prefer it by default
+DEFAULT_PREFERENCE = "-1"