summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-07 14:08:30 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-07 14:08:30 -0300
commit1473211584c156a622b3cfd80adb6d823ea7f390 (patch)
treeb1d58d93f9532114242352e166dc1d3dd7260c07
parentdb19bad4af5a85a026a7a4f12fddd8b59eb33d3c (diff)
downloadmeta-freescale-1473211584c156a622b3cfd80adb6d823ea7f390.tar.gz
conf/layer.conf: Mark firmware dependency safe
firmware-nxp-wifi packages firmware that is also provided by linux-firmware metadata. Mark the recipe dependency as safe for the signature generator so builds do not report it as an unsafe dependency edge. Tested with: git diff --check. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
-rw-r--r--conf/layer.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index c91f4c4f8..9fcb322fe 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -24,6 +24,11 @@ FSL_MIRROR ?= "${IMX_MIRROR}"
24MIRRORS += " \ 24MIRRORS += " \
25${IMX_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \ 25${IMX_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \
26" 26"
27
28SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS:append = " \
29 linux-firmware->firmware-nxp-wifi \
30"
31
27# Needs gbm_bo_create_with_modifiers2() API which is not 32# Needs gbm_bo_create_with_modifiers2() API which is not
28# implemented in imx GL driver implementation 33# implemented in imx GL driver implementation
29COMPATIBLE_HOST:pn-xdg-desktop-portal-wlr:imxgpu = "(null)" 34COMPATIBLE_HOST:pn-xdg-desktop-portal-wlr:imxgpu = "(null)"