summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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