summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDorinda <dorindabassey@gmail.com>2021-03-09 12:35:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-11 14:00:36 +0000
commit45d10529b2dda20d4234740464ea5ecd0859fc62 (patch)
treeb4ae8703d0be1fbad35ab749fbd80e8341bb3d4d
parent79e0b33248edba08efe8aa534702c67a41a1d5bb (diff)
downloadpoky-45d10529b2dda20d4234740464ea5ecd0859fc62.tar.gz
meta/recipes-kernel: Add HOMEPAGE / DESCRIPTION
Added missing HOMEPAGE and DESCRIPTION found using the test command `oe-selftest -r distrodata.Distrodata.test_missing_homepg` [YOCTO #13471] (From OE-Core rev: 693988ec423341b930e93d604638826cccba9e37) Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux-firmware/linux-firmware_20210208.bb1
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc1
-rw-r--r--meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb2
3 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20210208.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20210208.bb
index 0013e24580..1881a8e065 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20210208.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20210208.bb
@@ -1,4 +1,5 @@
1SUMMARY = "Firmware files for use with Linux kernel" 1SUMMARY = "Firmware files for use with Linux kernel"
2HOMEPAGE = "https://www.kernel.org/"
2DESCRIPTION = "Linux firmware is a package distributed alongside the Linux kernel \ 3DESCRIPTION = "Linux firmware is a package distributed alongside the Linux kernel \
3that contains firmware binary blobs necessary for partial or full functionality \ 4that contains firmware binary blobs necessary for partial or full functionality \
4of certain hardware devices." 5of certain hardware devices."
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
index 7ec94024c3..175b2d1819 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
@@ -1,4 +1,5 @@
1SUMMARY = "Sanitized set of kernel headers for the C library's use" 1SUMMARY = "Sanitized set of kernel headers for the C library's use"
2HOMEPAGE = "https://www.kernel.org/"
2DESCRIPTION = "Designed to maintain an Application Programming Interface (API) stable version of the Linux headers" 3DESCRIPTION = "Designed to maintain an Application Programming Interface (API) stable version of the Linux headers"
3SECTION = "devel" 4SECTION = "devel"
4LICENSE = "GPLv2" 5LICENSE = "GPLv2"
diff --git a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb
index 46820ef489..6ee0be5e3e 100644
--- a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb
@@ -1,5 +1,5 @@
1SUMMARY = "UProbes kernel module for SystemTap" 1SUMMARY = "UProbes kernel module for SystemTap"
2 2HOMEPAGE = "https://sourceware.org/systemtap/"
3require systemtap_git.inc 3require systemtap_git.inc
4 4
5DEPENDS = "systemtap virtual/kernel" 5DEPENDS = "systemtap virtual/kernel"