summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-02-18 11:22:31 -0800
committerKhem Raj <raj.khem@gmail.com>2020-02-18 20:52:00 -0800
commit696408ce3661b663a7895f75a01613e6cfeb8186 (patch)
treeba8fc3f702b630274e586ba8ad2fe3fc0591ae65 /meta-oe/recipes-benchmark
parentc90be40eb9f4028368ab5030e7f9a78d05707572 (diff)
downloadmeta-openembedded-696408ce3661b663a7895f75a01613e6cfeb8186.tar.gz
pm-graph: Provide analyze-suspend as well
Remove stale analyze-suspend recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r--meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_5.5.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_5.5.bb b/meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_5.5.bb
deleted file mode 100644
index bb0aad341..000000000
--- a/meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_5.5.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1SUMMARY = "Analyze Suspend"
2DESCRIPTION = "analyze-suspend is a tool for system developers to visualize \
3the activity between suspend and resume, allowing them to identify \
4inefficiencies and bottlenecks."
5HOMEPAGE = "https://01.org/suspendresume"
6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
8
9# Apart from the listed RDEPENDS, analyze-suspend depends on some features
10# provided by the kernel. These options are:
11# - CONFIG_PM_DEBUG=y
12# - CONFIG_PM_SLEEP_DEBUG=y
13# - CONFIG_FTRACE=y
14# - CONFIG_FUNCTION_TRACER=y
15# - CONFIG_FUNCTION_GRAPH_TRACER=y
16
17RDEPENDS_${PN} += "python-core python-datetime python-stringold"
18
19SRC_URI = "git://github.com/01org/suspendresume.git;protocol=https"
20SRCREV = "cf59527dc24fdd2f314ae4dcaeb3d68a117988f6"
21
22S = "${WORKDIR}/git"
23
24do_install() {
25 install -Dm 0755 analyze_suspend.py ${D}${bindir}/analyze_suspend.py
26 install -Dm 0644 README ${D}${docdir}/analyze-suspend/README
27}
28
29BBCLASSEXTEND = "native"