From ec4fdfcc7bcbc9bb92e2f33b37cc8c99bf1b6822 Mon Sep 17 00:00:00 2001 From: Maxime Roussin-Bélanger Date: Fri, 13 Sep 2019 01:12:39 -0400 Subject: meta: add missing descriptions and homepage in bsp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime Roussin-Bélanger Signed-off-by: Ross Burton --- meta/recipes-bsp/u-boot/u-boot-common.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-bsp/u-boot') diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index ad043dbcde..a056eae8ce 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc @@ -1,4 +1,8 @@ HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" +DESCRIPTION = "U-Boot, a boot loader for Embedded boards based on PowerPC, \ +ARM, MIPS and several other processors, which can be installed in a boot \ +ROM and used to initialize and test the hardware or to download and run \ +application code." SECTION = "bootloaders" DEPENDS += "flex-native bison-native" -- cgit 1.2.3-korg