diff options
| author | Dorinda <dorindabassey@gmail.com> | 2021-03-09 12:35:49 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-18 21:20:24 +0000 |
| commit | e8cb7c9ab42c12bbecaa8231693cc921879b5497 (patch) | |
| tree | ea576b89840570a0ac5492d0ace92dfd5ce43b8c | |
| parent | f1abbcd34a5615e27512a8b256d992e25410c5bd (diff) | |
| download | poky-e8cb7c9ab42c12bbecaa8231693cc921879b5497.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: 2f2fb08e0d312d82749bea147306897c00df650e)
Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 693988ec423341b930e93d604638826cccba9e37)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@ | |||
| 1 | SUMMARY = "Firmware files for use with Linux kernel" | 1 | SUMMARY = "Firmware files for use with Linux kernel" |
| 2 | HOMEPAGE = "https://www.kernel.org/" | ||
| 2 | DESCRIPTION = "Linux firmware is a package distributed alongside the Linux kernel \ | 3 | DESCRIPTION = "Linux firmware is a package distributed alongside the Linux kernel \ |
| 3 | that contains firmware binary blobs necessary for partial or full functionality \ | 4 | that contains firmware binary blobs necessary for partial or full functionality \ |
| 4 | of certain hardware devices." | 5 | of 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 b59f57b139..2d4429b6b4 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 @@ | |||
| 1 | SUMMARY = "Sanitized set of kernel headers for the C library's use" | 1 | SUMMARY = "Sanitized set of kernel headers for the C library's use" |
| 2 | HOMEPAGE = "https://www.kernel.org/" | ||
| 2 | DESCRIPTION = "Designed to maintain an Application Programming Interface (API) stable version of the Linux headers" | 3 | DESCRIPTION = "Designed to maintain an Application Programming Interface (API) stable version of the Linux headers" |
| 3 | SECTION = "devel" | 4 | SECTION = "devel" |
| 4 | LICENSE = "GPLv2" | 5 | LICENSE = "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 @@ | |||
| 1 | SUMMARY = "UProbes kernel module for SystemTap" | 1 | SUMMARY = "UProbes kernel module for SystemTap" |
| 2 | 2 | HOMEPAGE = "https://sourceware.org/systemtap/" | |
| 3 | require systemtap_git.inc | 3 | require systemtap_git.inc |
| 4 | 4 | ||
| 5 | DEPENDS = "systemtap virtual/kernel" | 5 | DEPENDS = "systemtap virtual/kernel" |
