mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00
meta-skeleton: Add HOMEPAGE / DESCRIPTION
Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage [YOCTO #13471] (From OE-Core rev: 89d8f20353bacb089bc18833d3ff032b525613ee) Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
e711fe63dc
commit
85289a3107
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user