summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-09-02 16:02:14 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-09-02 19:59:36 +0000
commit0823d12ae548a0ed6d22b9ce2465e2953b515b75 (patch)
tree1873d9ce75d330a2bd0f57c58d6ddadda5423f2b
parentbd55a6c00d8525a54be2497fa5649d9496c1a3c9 (diff)
downloadmeta-freescale-backport-2662-to-wrynose.tar.gz
u-boot-imx: Add a SUMMARY and extend the DESCRIPTIONbackport-2662-to-wrynose
The recipe inherited SUMMARY from OE-core's u-boot.inc, so it shipped "Universal Boot Loader for embedded devices" -- the same text as u-boot-fslc and u-boot-qoriq, which made the three bootloader packages indistinguishable in a feed. Name the i.MX variant instead. Naming it left DESCRIPTION shorter than SUMMARY, so extend the shared include: the old line said little and misspelled "supporting". Validated on imx6qdlsabresd with do_package forced; buildhistory is unchanged apart from metadata-revs. That board is used because the i.MX8 defconfigs enable CONFIG_EFI_CAPSULE_AUTHENTICATE, which needs cert-to-efi-sig-list from efitools -- no layer here provides it, so u-boot-imx does not currently build for those machines. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br> (cherry picked from commit e948abbee4c1fbed8869d7d00544e1f9d061ec1d)
-rw-r--r--recipes-bsp/u-boot/u-boot-imx-common_2025.04.inc2
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2025.04.bb1
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx-common_2025.04.inc b/recipes-bsp/u-boot/u-boot-imx-common_2025.04.inc
index 512ded09a..f4d829e34 100644
--- a/recipes-bsp/u-boot/u-boot-imx-common_2025.04.inc
+++ b/recipes-bsp/u-boot/u-boot-imx-common_2025.04.inc
@@ -1,4 +1,4 @@
1DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards." 1DESCRIPTION = "The U-Boot bootloader that NXP maintains for the i.MX reference boards. It carries the SoC and board support that the mainline U-Boot tree does not yet provide."
2 2
3LICENSE = "GPL-2.0-or-later" 3LICENSE = "GPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
diff --git a/recipes-bsp/u-boot/u-boot-imx_2025.04.bb b/recipes-bsp/u-boot/u-boot-imx_2025.04.bb
index 53853ada6..f49deb5b4 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2025.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2025.04.bb
@@ -4,6 +4,7 @@
4 4
5require recipes-bsp/u-boot/u-boot.inc 5require recipes-bsp/u-boot/u-boot.inc
6require u-boot-imx-common_${PV}.inc 6require u-boot-imx-common_${PV}.inc
7SUMMARY = "U-Boot bootloader for the NXP i.MX reference boards"
7HOMEPAGE = "https://github.com/nxp-imx/uboot-imx" 8HOMEPAGE = "https://github.com/nxp-imx/uboot-imx"
8SECTION = "bootloaders" 9SECTION = "bootloaders"
9 10