mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00:00
Replace one-line DESCRIPTION with SUMMARY
A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. (From OE-Core rev: b8feee3cf21f70ba4ec3b822d2f596d4fc02a292) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
63819fba7c
commit
cec8b230cf
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "blktrace - generate traces of the I/O traffic on block devices"
|
||||
SUMMARY = "Generates traces of I/O traffic on block devices"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Scripts and utilities for managing Yocto branched kernels."
|
||||
SUMMARY = "Tools for managing Yocto Project style branched kernels"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=d8d1d729a70cd5f52972f8884b80743d"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Depmod wrapper script"
|
||||
SUMMARY = "Wrapper script for the Linux kernel module dependency indexer"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "LatencyTOP, a Linux tool measuring and fixing latency"
|
||||
SUMMARY = "Linux tool for measuring and fixing latency"
|
||||
HOMEPAGE = "http://www.latencytop.org/"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Firmware files for use with Linux kernel"
|
||||
SUMMARY = "Firmware files for use with Linux kernel"
|
||||
SECTION = "kernel"
|
||||
# Notes:
|
||||
# This is kind of a mess. Each bit of firmware has their own license. Some free
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Sanitized set of kernel headers for the C library's use."
|
||||
SUMMARY = "Sanitized set of kernel headers for the C library's use"
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SECTION = "kernel"
|
||||
DESCRIPTION = "Dummy Linux kernel"
|
||||
SUMMARY = "Dummy Linux kernel"
|
||||
LICENSE = "GPL"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Initscript for auto-loading kernel modules on boot"
|
||||
SECTION = "base"
|
||||
DESCRIPTION = "modutils configuration files"
|
||||
LICENSE = "PD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=7bf87fc37976e93ec66ad84fac58c098"
|
||||
SRC_URI = "file://modutils.sh \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "sysprof - System-wide Performance Profiler for Linux"
|
||||
SUMMARY = "System-wide Performance Profiler for Linux"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "UProbes kernel module for SystemTap"
|
||||
SUMMARY = "UProbes kernel module for SystemTap"
|
||||
|
||||
require systemtap_git.inc
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "SystemTap - script-directed dynamic tracing and performance analysis tool for Linux"
|
||||
SUMMARY = "Script-directed dynamic tracing and performance analysis tool for Linux"
|
||||
|
||||
require systemtap_git.inc
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Graphical trace viewer for Ftrace"
|
||||
SUMMARY = "Graphical trace viewer for Ftrace"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
||||
file://kernel-shark.c;beginline=6;endline=8;md5=2c22c965a649ddd7973d7913c5634a5e"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "User interface to Ftrace"
|
||||
SUMMARY = "User interface to Ftrace"
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
||||
file://trace-cmd.c;beginline=6;endline=8;md5=2c22c965a649ddd7973d7913c5634a5e \
|
||||
|
||||
Reference in New Issue
Block a user