From c86b878b7ea8ebe1d384d0549cdd14e7a2834705 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 3 Jun 2020 11:51:34 +0200 Subject: u-boot-toradex_2018.03: add missing variables - Add HOMEPAGE, SECTION variables which are currently missing. - Move SUMMARY after including recipes-bsp/u-boot/u-boot.inc, or else it will be overridden in that file. Signed-off-by: Ming Liu --- recipes-bsp/u-boot/u-boot-toradex-common_2018.03.inc | 3 +++ recipes-bsp/u-boot/u-boot-toradex_2018.03.bb | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-toradex-common_2018.03.inc b/recipes-bsp/u-boot/u-boot-toradex-common_2018.03.inc index 4f95cd5..9b8655d 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-common_2018.03.inc +++ b/recipes-bsp/u-boot/u-boot-toradex-common_2018.03.inc @@ -1,3 +1,6 @@ +HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" +SECTION = "bootloaders" + LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" diff --git a/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb b/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb index 6e59b50..520d7fd 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb @@ -1,8 +1,9 @@ -SUMMARY = "U-Boot bootloader with support for Toradex i.MX8 SoM" require recipes-bsp/u-boot/u-boot.inc require recipes-bsp/u-boot/u-boot-toradex-initial-env.inc require u-boot-toradex-common_${PV}.inc +SUMMARY = "U-Boot bootloader with support for Toradex i.MX 8 series SoMs" + PROVIDES += "u-boot" DEPENDS_append = " dtc-native" -- cgit v1.2.3