]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta/recipes-kernel: Add HOMEPAGE / DESCRIPTION
authorDorinda <dorindabassey@gmail.com>
Tue, 9 Mar 2021 11:35:49 +0000 (12:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Mar 2021 13:59:35 +0000 (13:59 +0000)
Added missing HOMEPAGE and DESCRIPTION found using the test command
`oe-selftest -r distrodata.Distrodata.test_missing_homepg`

[YOCTO #13471]

Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux-firmware/linux-firmware_20210208.bb
meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb

index 0013e2458035bfa638abf2e071ae6f987730dd13..1881a8e065d61c6c45b286035071fceafeeddb6d 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "Firmware files for use with Linux kernel"
+HOMEPAGE = "https://www.kernel.org/"
 DESCRIPTION = "Linux firmware is a package distributed alongside the Linux kernel \
 that contains firmware binary blobs necessary for partial or full functionality \
 of certain hardware devices."
index 7ec94024c3c1eab066d510173b605f5db6681316..175b2d18194b815b320e8c4f06dc278cbae18338 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "Sanitized set of kernel headers for the C library's use"
+HOMEPAGE = "https://www.kernel.org/"
 DESCRIPTION = "Designed to maintain an Application Programming Interface (API) stable version of the Linux headers"
 SECTION = "devel"
 LICENSE = "GPLv2"
index 46820ef4891e2ad14526acbd1d049fb95a25398a..6ee0be5e3e1a0c38b285eb25118f1cd52d20830c 100644 (file)
@@ -1,5 +1,5 @@
 SUMMARY = "UProbes kernel module for SystemTap"
-
+HOMEPAGE = "https://sourceware.org/systemtap/"
 require systemtap_git.inc
 
 DEPENDS = "systemtap virtual/kernel"