diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2019-09-13 01:12:39 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-16 23:02:45 +0100 |
commit | 680af4cb94dcd785685598c86ae3824e82cb674e (patch) | |
tree | 606c3640bd386b64d70e54f746c4b712e68ad0d9 /meta/recipes-bsp/u-boot | |
parent | 8202a9ac6a8e2ce2a70d2eef6e1b407298b889d5 (diff) | |
download | poky-680af4cb94dcd785685598c86ae3824e82cb674e.tar.gz |
meta: add missing descriptions and homepage in bsp
(From OE-Core rev: ec4fdfcc7bcbc9bb92e2f33b37cc8c99bf1b6822)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common.inc | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
1 | HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" | 1 | HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" |
2 | DESCRIPTION = "U-Boot, a boot loader for Embedded boards based on PowerPC, \ | ||
3 | ARM, MIPS and several other processors, which can be installed in a boot \ | ||
4 | ROM and used to initialize and test the hardware or to download and run \ | ||
5 | application code." | ||
2 | SECTION = "bootloaders" | 6 | SECTION = "bootloaders" |
3 | DEPENDS += "flex-native bison-native" | 7 | DEPENDS += "flex-native bison-native" |
4 | 8 | ||