diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-24 18:03:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:43:49 +0100 |
commit | b3244e4695840c1c2d95698506c6f93b816ebf7f (patch) | |
tree | 8c2bc02b4954e5f8d0c41a94103a7de95e3ece1f /meta/recipes-rt | |
parent | 6bcc2eab5ddf584e6a26353ff259045a35fe4c87 (diff) | |
download | openembedded-core-contrib-b3244e4695840c1c2d95698506c6f93b816ebf7f.tar.gz |
hwlatdetect: add SUMMARY and DESCRIPTION
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-rt')
-rw-r--r-- | meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb b/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb index c3806c1f7ad..634b609bda1 100644 --- a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb +++ b/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb @@ -1,4 +1,5 @@ -pickDESCRIPTION = "Python hardware latency detector" +SUMMARY = "Hardware latency detector" +DESCRIPTION = "Python utility for controlling the kernel hardware latency detection module (hwlat_detector.ko)." HOMEPAGE = "http://git.kernel.org/?p=linux/kernel/git/clrkwllms/rt-tests.git" SECTION = "tests" LICENSE = "GPLv2" |