]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-skeleton: Add HOMEPAGE / DESCRIPTION
authorDorinda <dorindabassey@gmail.com>
Wed, 3 Mar 2021 02:01:51 +0000 (03:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 6 Mar 2021 22:36:35 +0000 (22:36 +0000)
Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage

[YOCTO #13471]

Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb
meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb
meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
meta-skeleton/recipes-skeleton/service/service_0.1.bb

index 946a12d0a569f5447d1084499fa463a0c0e45d27..ee945c1ff032e4024be87df30bfe30fbe9499258 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Baremetal examples to work with the several QEMU architectures supported on OpenEmbedded"
 HOMEPAGE = "https://github.com/aehs29/baremetal-helloqemu"
+DESCRIPTION = "These are introductory examples to showcase the use of QEMU to run baremetal applications."
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=39346640a23c701e4f459e05f56f4449"
 
index 3d33446500c4b35e90a4562d2cd8964ed9ba1cf1..bc9acccd5f45d580708b57806225170c566bf271 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "Example of how to build an external Linux kernel module"
+DESCRIPTION = "${SUMMARY}"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
 
index 6194d4f8da498f0ab0d4bedbd5477985693b5d08..d53f9c7a4023c60d6c4a75d409689fda57430783 100644 (file)
@@ -1,6 +1,6 @@
+SUMMARY = "An example kernel recipe that uses the linux-yocto and oe-core"
 # linux-yocto-custom.bb:
 #
-#   An example kernel recipe that uses the linux-yocto and oe-core
 #   kernel classes to apply a subset of yocto kernel management to git
 #   managed kernel repositories.
 #
index f13186f933a131aaba4609af96823a9479b6734c..e7d50aefda614cfb9e3b057d946d782595c7138d 100644 (file)
@@ -1,5 +1,4 @@
-#
-# An example of a multilib image
+SUMMARY = "An example of a multilib image"
 #
 # This example includes a lib32 version of bash into an otherwise standard
 # sato image. It assumes a "lib32" multilib has been enabled in the user's
index 6416618dcbd1a0e4da006b858afd375313212ff1..669d173ad1ae1de5020ae056ca19384d2c00f05f 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "The canonical example of init scripts"
 SECTION = "base"
+DESCRIPTION = "This recipe is a canonical example of init scripts"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYRIGHT;md5=349c872e0066155e1818b786938876a4"