Patrick Williams | 2390b1b | 2022-11-03 13:47:49 -0500 | [diff] [blame] | 1 | SUMMARY = "Perfetto - System profiling, app tracing and trace analysis." |
| 2 | HOMEPAGE = "https://github.com/google/perfetto" |
| 3 | |
| 4 | SRC_URI = "git://github.com/google/perfetto.git;protocol=https;name=perfetto;nobranch=1" |
| 5 | |
Patrick Williams | 864cc43 | 2023-02-09 14:54:44 -0600 | [diff] [blame] | 6 | SRCREV_perfetto = "b8da07095979310818f0efde2ef3c69ea70d62c5" |
Andrew Geissler | 5082cc7 | 2023-09-11 08:41:39 -0400 | [diff] [blame] | 7 | SRCREV_FORMAT = "perfetto" |
Patrick Williams | 864cc43 | 2023-02-09 14:54:44 -0600 | [diff] [blame] | 8 | PV = "31.0" |
Patrick Williams | 2390b1b | 2022-11-03 13:47:49 -0500 | [diff] [blame] | 9 | |
| 10 | S = "${WORKDIR}/git" |