mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
- Mesa has support for perfetto, but the libperfetto library is needed - Only v27 seems to be supported for now. Update perfetto accordingly - Make sure perfetto and libperfetto share the same codebase - Patch meson.build to allow shared build - Add a version number to avoid having a non symlink so file packaged into dev package - Create a PC file for libperfetto to allow mesa to find it using pkgconfig - Install needed header file - Add -latomic to LDFLAGS for some arch where the compiler doesn't provide it Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
10 lines
307 B
PHP
10 lines
307 B
PHP
SUMMARY = "Perfetto - System profiling, app tracing and trace analysis."
|
|
HOMEPAGE = "https://github.com/google/perfetto"
|
|
|
|
SRC_URI = "git://github.com/google/perfetto.git;protocol=https;name=perfetto;nobranch=1"
|
|
|
|
SRCREV_perfetto = "1c52b5e132312aeb007ed180d4ba1d8d66227923"
|
|
PV = "27.1"
|
|
|
|
S = "${WORKDIR}/git"
|