summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
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 15:01:01 +0100
commitdeb30e659c18b348c5a497953ff6865911495ea0 (patch)
tree9f04a125dac84312ec2a3c8ab815bc23bb351b59 /meta/recipes-kernel
parente84e6ddfcb8c3b361a92fca4a0f5a3e33d8f5c84 (diff)
downloadpoky-deb30e659c18b348c5a497953ff6865911495ea0.tar.gz
perf: Add HOMEPAGE info into recipe file.
(From OE-Core rev: c46e49c06e16e46422f925662cd2c8c698dc04ee) Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-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 \
5(CPU/PMU, Performance Monitoring Unit) features \ 5(CPU/PMU, Performance Monitoring Unit) features \
6and software features (software counters, tracepoints) \ 6and software features (software counters, tracepoints) \
7as well." 7as well."
8HOMEPAGE = "https://perf.wiki.kernel.org/index.php/Main_Page"
8 9
9LICENSE = "GPLv2" 10LICENSE = "GPLv2"
10 11