mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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>
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
SUMMARY = "Firmware files for use with Linux kernel"
|
SUMMARY = "Firmware files for use with Linux kernel"
|
||||||
|
HOMEPAGE = "https://www.kernel.org/"
|
||||||
DESCRIPTION = "Linux firmware is a package distributed alongside the Linux kernel \
|
DESCRIPTION = "Linux firmware is a package distributed alongside the Linux kernel \
|
||||||
that contains firmware binary blobs necessary for partial or full functionality \
|
that contains firmware binary blobs necessary for partial or full functionality \
|
||||||
of certain hardware devices."
|
of certain hardware devices."
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
SUMMARY = "Sanitized set of kernel headers for the C library's use"
|
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"
|
DESCRIPTION = "Designed to maintain an Application Programming Interface (API) stable version of the Linux headers"
|
||||||
SECTION = "devel"
|
SECTION = "devel"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
SUMMARY = "UProbes kernel module for SystemTap"
|
SUMMARY = "UProbes kernel module for SystemTap"
|
||||||
|
HOMEPAGE = "https://sourceware.org/systemtap/"
|
||||||
require systemtap_git.inc
|
require systemtap_git.inc
|
||||||
|
|
||||||
DEPENDS = "systemtap virtual/kernel"
|
DEPENDS = "systemtap virtual/kernel"
|
||||||
|
|||||||
Reference in New Issue
Block a user