mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
recipes-kernel: Add missing HOMEPAGE and DESCRIPTION for recipes.
Fixes: [YOCTO #13471] (From OE-Core rev: 16409694f19e4d3b7bdc10a7f71c67938ce5f3ff) Signed-off-by: Ida Delphine <idadelm@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1f0b83c5eb
commit
3ca5157080
@@ -1,4 +1,9 @@
|
||||
SUMMARY = "Generates traces of I/O traffic on block devices"
|
||||
DESCRIPTION = "blktrace is a block layer IO tracing mechanism which provides \
|
||||
detailed information about request queue operations up to user space. There \
|
||||
are three major components: a kernel component, a utility to record the i/o \
|
||||
trace information for the kernel to user space, and utilities to analyse and \
|
||||
view the trace information."
|
||||
HOMEPAGE = "http://brick.kernel.dk/snaps/"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
Reference in New Issue
Block a user