blob: ea12e054d3ab5ff060e97c05f34b9234a6f2d5dc [file] [log] [blame]
Brad Bishop15ae2502019-06-18 21:44:24 -04001SUMMARY = "Timing analysis tools for suspend/resume/boot"
2DESCRIPTION = "This tool suite is designed to assist kernel and OS developers \
3in optimizing their linux stack's suspend/resume & boot time."
4HOMEPAGE = "https://01.org/pm-graph"
5LICENSE = "GPL-2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
7
8SRCREV = "5be9a16547234cef5aca8bfaccd920490ea1cfa7"
Brad Bishopc8f47122019-06-24 09:36:18 -04009SRC_URI = "git://github.com/intel/pm-graph.git \
10 file://0001-Makefile-fix-multilib-build-failure.patch"
Brad Bishop15ae2502019-06-18 21:44:24 -040011S = "${WORKDIR}/git"
12
13COMPATIBLE_HOST='(i.86|x86_64).*'
Brad Bishopc8f47122019-06-24 09:36:18 -040014EXTRA_OEMAKE = "PREFIX=${prefix} DESTDIR=${D} BASELIB=${baselib}"
Brad Bishop15ae2502019-06-18 21:44:24 -040015
16do_install() {
17 oe_runmake install
18}
19
20RDEPENDS_${PN} += "python-core python-threading python-datetime python-subprocess python-compression"