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 09:54:21 +0100 |
commit | ec4fdfcc7bcbc9bb92e2f33b37cc8c99bf1b6822 (patch) | |
tree | 8d28b5a884aaa681453764abd17626f77508007b /meta/recipes-bsp/formfactor | |
parent | d1955596080f8261efe3b21c5df005648ce207c9 (diff) | |
download | openembedded-core-contrib-ec4fdfcc7bcbc9bb92e2f33b37cc8c99bf1b6822.tar.gz |
meta: add missing descriptions and homepage in bsp
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-bsp/formfactor')
-rw-r--r-- | meta/recipes-bsp/formfactor/formfactor_0.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-bsp/formfactor/formfactor_0.0.bb b/meta/recipes-bsp/formfactor/formfactor_0.0.bb index 53cf1cf774f..ea1fa4c754b 100644 --- a/meta/recipes-bsp/formfactor/formfactor_0.0.bb +++ b/meta/recipes-bsp/formfactor/formfactor_0.0.bb @@ -1,4 +1,7 @@ SUMMARY = "Device formfactor information" +DESCRIPTION = "A formfactor configuration file provides information about the \ +target hardware for which the image is being built and information that the \ +build system cannot obtain from other sources such as the kernel." SECTION = "base" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |