diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-09-02 16:02:14 -0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-09-02 19:59:36 +0000 |
| commit | 0823d12ae548a0ed6d22b9ce2465e2953b515b75 (patch) | |
| tree | 1873d9ce75d330a2bd0f57c58d6ddadda5423f2b | |
| parent | bd55a6c00d8525a54be2497fa5649d9496c1a3c9 (diff) | |
| download | meta-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.inc | 2 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2025.04.bb | 1 |
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 @@ | |||
| 1 | DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards." | 1 | DESCRIPTION = "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 | ||
| 3 | LICENSE = "GPL-2.0-or-later" | 3 | LICENSE = "GPL-2.0-or-later" |
| 4 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_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 | ||
| 5 | require recipes-bsp/u-boot/u-boot.inc | 5 | require recipes-bsp/u-boot/u-boot.inc |
| 6 | require u-boot-imx-common_${PV}.inc | 6 | require u-boot-imx-common_${PV}.inc |
| 7 | SUMMARY = "U-Boot bootloader for the NXP i.MX reference boards" | ||
| 7 | HOMEPAGE = "https://github.com/nxp-imx/uboot-imx" | 8 | HOMEPAGE = "https://github.com/nxp-imx/uboot-imx" |
| 8 | SECTION = "bootloaders" | 9 | SECTION = "bootloaders" |
| 9 | 10 | ||
