diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 08:34:16 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 08:34:16 -0300 |
| commit | 828ef2e68a3ec323476ba2e43919cd975053771f (patch) | |
| tree | 7eadce01f60b036811be029582387eaf577a977a | |
| parent | 0394eed4d69c40ea445bb0895575567eed82873e (diff) | |
| download | meta-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.bb | 3 |
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 | ||
| 4 | DESCRIPTION = "Sound Open Firmware" | 4 | SUMMARY = "Sound Open Firmware for i.MX" |
| 5 | DESCRIPTION = "Sound Open Firmware (SOF) audio DSP firmware for i.MX SoCs." | ||
| 5 | HOMEPAGE = "https://www.sofproject.org" | 6 | HOMEPAGE = "https://www.sofproject.org" |
| 6 | SECTION = "base" | 7 | SECTION = "base" |
| 7 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
