aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFan Xin <fan.xin@jp.fujitsu.com>2017-09-04 12:00:18 +0900
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-05 14:58:36 +0100
commitc46e49c06e16e46422f925662cd2c8c698dc04ee (patch)
tree1d2da26a52bb7a8c9e9a6d5a71fee3e8fe7d8b75
parentb4fb21c5d21dc1b0e3a4560aa51f43b0915e6de0 (diff)
downloadopenembedded-core-contrib-c46e49c06e16e46422f925662cd2c8c698dc04ee.tar.gz
perf: Add HOMEPAGE info into recipe file.
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/perf/perf.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index b88220429c..b79b973947 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -5,6 +5,7 @@ performance analysis. It covers hardware level \
(CPU/PMU, Performance Monitoring Unit) features \
and software features (software counters, tracepoints) \
as well."
+HOMEPAGE = "https://perf.wiki.kernel.org/index.php/Main_Page"
LICENSE = "GPLv2"