diff options
author | Anders Wallin <wallinux@gmail.com> | 2020-03-05 13:06:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-06 08:19:18 +0000 |
commit | 12eac40aa67d7a85d96c2dbb5d0c91747f47acec (patch) | |
tree | b2a66c4b7673f59c9d039f7de9a02e12ab55b6fb /meta/recipes-core/packagegroups | |
parent | d21783d68a4e8af31525cab5d8817751c932022a (diff) | |
download | poky-12eac40aa67d7a85d96c2dbb5d0c91747f47acec.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index 984c2fac92..ac180b542a 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | |||
@@ -46,6 +46,7 @@ LTTNGMODULES = "lttng-modules" | |||
46 | LTTNGMODULES_arc = "" | 46 | LTTNGMODULES_arc = "" |
47 | 47 | ||
48 | BABELTRACE = "babeltrace" | 48 | BABELTRACE = "babeltrace" |
49 | BABELTRACE2 = "babeltrace2" | ||
49 | 50 | ||
50 | # valgrind does not work on the following configurations/architectures | 51 | # valgrind does not work on the following configurations/architectures |
51 | 52 | ||
@@ -69,6 +70,7 @@ RDEPENDS_${PN} = "\ | |||
69 | ${LTTNGTOOLS} \ | 70 | ${LTTNGTOOLS} \ |
70 | ${LTTNGMODULES} \ | 71 | ${LTTNGMODULES} \ |
71 | ${BABELTRACE} \ | 72 | ${BABELTRACE} \ |
73 | ${BABELTRACE2} \ | ||
72 | ${SYSTEMTAP} \ | 74 | ${SYSTEMTAP} \ |
73 | ${VALGRIND} \ | 75 | ${VALGRIND} \ |
74 | " | 76 | " |