mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
babeltrace2: added first version, 2.0.1
Babeltrace 1 vs. Babeltrace 2 The Babeltrace project exists since 2010. In 2020, Babeltrace 2 was released. Babeltrace 2 is a complete rewrite of the library, Python bindings, and CLI. It is plugin based and offers much more features and potential than Babeltrace 1. Because Babeltrace 2 is still a young released project, some distributions still provide packages for the Babeltrace 1 project. Both projects can coexist on the same system as there are no common installed files. (From OE-Core rev: be52889ba5e5a2cf02f50b3f3acee8ca72ec494d) Signed-off-by: Anders Wallin <wallinux@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d21783d68a
commit
12eac40aa6
@@ -46,6 +46,7 @@ LTTNGMODULES = "lttng-modules"
|
||||
LTTNGMODULES_arc = ""
|
||||
|
||||
BABELTRACE = "babeltrace"
|
||||
BABELTRACE2 = "babeltrace2"
|
||||
|
||||
# valgrind does not work on the following configurations/architectures
|
||||
|
||||
@@ -69,6 +70,7 @@ RDEPENDS_${PN} = "\
|
||||
${LTTNGTOOLS} \
|
||||
${LTTNGMODULES} \
|
||||
${BABELTRACE} \
|
||||
${BABELTRACE2} \
|
||||
${SYSTEMTAP} \
|
||||
${VALGRIND} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user