diff options
author | Fan Xin <fan.xin@jp.fujitsu.com> | 2017-09-04 12:00:18 +0900 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-05 15:01:01 +0100 |
commit | deb30e659c18b348c5a497953ff6865911495ea0 (patch) | |
tree | 9f04a125dac84312ec2a3c8ab815bc23bb351b59 | |
parent | e84e6ddfcb8c3b361a92fca4a0f5a3e33d8f5c84 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 1 |
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 \ |
6 | and software features (software counters, tracepoints) \ | 6 | and software features (software counters, tracepoints) \ |
7 | as well." | 7 | as well." |
8 | HOMEPAGE = "https://perf.wiki.kernel.org/index.php/Main_Page" | ||
8 | 9 | ||
9 | LICENSE = "GPLv2" | 10 | LICENSE = "GPLv2" |
10 | 11 | ||