summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-13 08:34:16 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-13 08:34:16 -0300
commit828ef2e68a3ec323476ba2e43919cd975053771f (patch)
tree7eadce01f60b036811be029582387eaf577a977a
parent0394eed4d69c40ea445bb0895575567eed82873e (diff)
downloadmeta-freescale-828ef2e68a3ec323476ba2e43919cd975053771f.tar.gz
firmware-sof-imx: Set SUMMARY per oelint
Add the missing mandatory SUMMARY and expand DESCRIPTION so it is more descriptive than the summary. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb b/recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb
index 7c5022761..84e00a32c 100644
--- a/recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb
+++ b/recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb
@@ -1,7 +1,8 @@
1# Copyright (C) 2020-2022 NXP 1# Copyright (C) 2020-2022 NXP
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4DESCRIPTION = "Sound Open Firmware" 4SUMMARY = "Sound Open Firmware for i.MX"
5DESCRIPTION = "Sound Open Firmware (SOF) audio DSP firmware for i.MX SoCs."
5HOMEPAGE = "https://www.sofproject.org" 6HOMEPAGE = "https://www.sofproject.org"
6SECTION = "base" 7SECTION = "base"
7LICENSE = "BSD-3-Clause" 8LICENSE = "BSD-3-Clause"