* [PATCH] babeltrace: update to 1.5.8
@ 2020-02-17 10:59 Anders Wallin
2020-02-17 11:03 ` Jacob Kroon
0 siblings, 1 reply; 6+ messages in thread
From: Anders Wallin @ 2020-02-17 10:59 UTC (permalink / raw)
To: openembedded-core
updated HOMEPAGE to http://babeltrace.org/
updated LICENSE to include LGPLv2.1
Signed-off-by: Anders Wallin <wallinux@gmail.com>
---
meta/recipes-kernel/lttng/babeltrace_1.5.8.bb | 20 +++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb b/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
new file mode 100644
index 0000000000..b6b7653037
--- /dev/null
+++ b/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Babeltrace - Trace Format Babel Tower"
+DESCRIPTION = "Babeltrace provides trace read and write libraries in host side, as well as a trace converter, which used to convert LTTng 2.0 traces into human-readable log."
+HOMEPAGE = "http://babeltrace.org/"
+BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace"
+LICENSE = "MIT & GPLv2 & LGPLv2.1"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
+
+DEPENDS = "glib-2.0 util-linux popt bison-native flex-native"
+
+SRC_URI = "git://git.linuxfoundation.org/diamon/babeltrace.git;branch=stable-1.5"
+SRCREV = "054a54ae10b01a271afc4f19496c041b10fb414c"
+UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)$"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-debug-info"
+
+ASNEEDED = ""
--
2.25.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] babeltrace: update to 1.5.8
2020-02-17 10:59 [PATCH] babeltrace: update to 1.5.8 Anders Wallin
@ 2020-02-17 11:03 ` Jacob Kroon
2020-02-17 11:43 ` Alexander Kanavin
0 siblings, 1 reply; 6+ messages in thread
From: Jacob Kroon @ 2020-02-17 11:03 UTC (permalink / raw)
To: openembedded-core
On 2/17/20 11:59 AM, Anders Wallin wrote:
> updated HOMEPAGE to http://babeltrace.org/
> updated LICENSE to include LGPLv2.1
>
> Signed-off-by: Anders Wallin <wallinux@gmail.com>
> ---
> meta/recipes-kernel/lttng/babeltrace_1.5.8.bb | 20 +++++++++++++++++++
> 1 file changed, 20 insertions(+)
> create mode 100644 meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
>
> diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb b/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
> new file mode 100644
> index 0000000000..b6b7653037
> --- /dev/null
> +++ b/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
> @@ -0,0 +1,20 @@
> +SUMMARY = "Babeltrace - Trace Format Babel Tower"
> +DESCRIPTION = "Babeltrace provides trace read and write libraries in host side, as well as a trace converter, which used to convert LTTng 2.0 traces into human-readable log."
> +HOMEPAGE = "http://babeltrace.org/"
> +BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace"
> +LICENSE = "MIT & GPLv2 & LGPLv2.1"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
> +
> +DEPENDS = "glib-2.0 util-linux popt bison-native flex-native"
> +
> +SRC_URI = "git://git.linuxfoundation.org/diamon/babeltrace.git;branch=stable-1.5"
> +SRCREV = "054a54ae10b01a271afc4f19496c041b10fb414c"
> +UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)$"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit autotools pkgconfig
> +
> +EXTRA_OECONF = "--disable-debug-info"
> +
> +ASNEEDED = ""
>
Looks like this patch adds a new recipe for 1.5.8, and keeps the 1.5.7
recipe. Was that intentional ?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] babeltrace: update to 1.5.8
2020-02-17 11:03 ` Jacob Kroon
@ 2020-02-17 11:43 ` Alexander Kanavin
2020-02-17 16:48 ` Jonathan Rajotte-Julien
0 siblings, 1 reply; 6+ messages in thread
From: Alexander Kanavin @ 2020-02-17 11:43 UTC (permalink / raw)
To: Jacob Kroon; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 2068 bytes --]
Also, there’s now a babeltrace 2, so we should update to that rather ?
Alex
On Mon 17. Feb 2020 at 12.03, Jacob Kroon <jacob.kroon@gmail.com> wrote:
> On 2/17/20 11:59 AM, Anders Wallin wrote:
> > updated HOMEPAGE to http://babeltrace.org/
> > updated LICENSE to include LGPLv2.1
> >
> > Signed-off-by: Anders Wallin <wallinux@gmail.com>
> > ---
> > meta/recipes-kernel/lttng/babeltrace_1.5.8.bb | 20 +++++++++++++++++++
> > 1 file changed, 20 insertions(+)
> > create mode 100644 meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
> >
> > diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
> b/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
> > new file mode 100644
> > index 0000000000..b6b7653037
> > --- /dev/null
> > +++ b/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
> > @@ -0,0 +1,20 @@
> > +SUMMARY = "Babeltrace - Trace Format Babel Tower"
> > +DESCRIPTION = "Babeltrace provides trace read and write libraries in
> host side, as well as a trace converter, which used to convert LTTng 2.0
> traces into human-readable log."
> > +HOMEPAGE = "http://babeltrace.org/"
> > +BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace"
> > +LICENSE = "MIT & GPLv2 & LGPLv2.1"
> > +LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
> > +
> > +DEPENDS = "glib-2.0 util-linux popt bison-native flex-native"
> > +
> > +SRC_URI = "git://
> git.linuxfoundation.org/diamon/babeltrace.git;branch=stable-1.5"
> > +SRCREV = "054a54ae10b01a271afc4f19496c041b10fb414c"
> > +UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)$"
> > +
> > +S = "${WORKDIR}/git"
> > +
> > +inherit autotools pkgconfig
> > +
> > +EXTRA_OECONF = "--disable-debug-info"
> > +
> > +ASNEEDED = ""
> >
>
> Looks like this patch adds a new recipe for 1.5.8, and keeps the 1.5.7
> recipe. Was that intentional ?
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
[-- Attachment #2: Type: text/html, Size: 3701 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] babeltrace: update to 1.5.8
@ 2020-02-17 13:32 Anders Wallin
2020-02-17 15:38 ` Alexander Kanavin
0 siblings, 1 reply; 6+ messages in thread
From: Anders Wallin @ 2020-02-17 13:32 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 239 bytes --]
1. I will create a new version with 1.5.7 removed
2. Babeltrace and Babeltrace2 are different and can coexist. I have a
recipe for babeltrace 2.0.1 ready to be submitted, but I wanted to make one
more test.
Regards
Anders Wallin
[-- Attachment #2: Type: text/html, Size: 405 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] babeltrace: update to 1.5.8
2020-02-17 13:32 Anders Wallin
@ 2020-02-17 15:38 ` Alexander Kanavin
0 siblings, 0 replies; 6+ messages in thread
From: Alexander Kanavin @ 2020-02-17 15:38 UTC (permalink / raw)
To: Anders Wallin; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 606 bytes --]
Thanks, please send the babeltrace2 recipe when it is ready.
Alex
On Mon, 17 Feb 2020 at 14:32, Anders Wallin <wallinux@gmail.com> wrote:
> 1. I will create a new version with 1.5.7 removed
>
> 2. Babeltrace and Babeltrace2 are different and can coexist. I have a
> recipe for babeltrace 2.0.1 ready to be submitted, but I wanted to make one
> more test.
>
> Regards
> Anders Wallin
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
[-- Attachment #2: Type: text/html, Size: 1237 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] babeltrace: update to 1.5.8
2020-02-17 11:43 ` Alexander Kanavin
@ 2020-02-17 16:48 ` Jonathan Rajotte-Julien
0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Rajotte-Julien @ 2020-02-17 16:48 UTC (permalink / raw)
To: Alexander Kanavin; +Cc: openembedded-core
Hi,
On Mon, Feb 17, 2020 at 12:43:43PM +0100, Alexander Kanavin wrote:
> Also, there’s now a babeltrace 2, so we should update to that rather ?
Babeltrace 1.5.x and Babeltrace 2 are "setup" to be co-installed.
Currently lttng-tools depends on babeltrace 1.5 for testing (the "babeltrace"
excutable). We plan to make the switch officialy in the upcoming months.
We recommend (upstream) that if a Babeltrace2 recipe is to be exposed that it is
done so in parallel to a Babeltrace 1.5.x recipe and that the default be
Babeltrace 1.5.x for now. AFAIK all tests from lttng-tools do pass when using
Babeltrace2 and babeltrace2 is full compatible (CLI) with babeltrace 1.5.x.
Still, we recommended that for now 1.5.x be the default.
Cheers
>
> Alex
>
> On Mon 17. Feb 2020 at 12.03, Jacob Kroon <jacob.kroon@gmail.com> wrote:
>
> > On 2/17/20 11:59 AM, Anders Wallin wrote:
> > > updated HOMEPAGE to http://babeltrace.org/
> > > updated LICENSE to include LGPLv2.1
> > >
> > > Signed-off-by: Anders Wallin <wallinux@gmail.com>
> > > ---
> > > meta/recipes-kernel/lttng/babeltrace_1.5.8.bb | 20 +++++++++++++++++++
> > > 1 file changed, 20 insertions(+)
> > > create mode 100644 meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
> > >
> > > diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
> > b/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
> > > new file mode 100644
> > > index 0000000000..b6b7653037
> > > --- /dev/null
> > > +++ b/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
> > > @@ -0,0 +1,20 @@
> > > +SUMMARY = "Babeltrace - Trace Format Babel Tower"
> > > +DESCRIPTION = "Babeltrace provides trace read and write libraries in
> > host side, as well as a trace converter, which used to convert LTTng 2.0
> > traces into human-readable log."
> > > +HOMEPAGE = "http://babeltrace.org/"
> > > +BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace"
> > > +LICENSE = "MIT & GPLv2 & LGPLv2.1"
> > > +LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
> > > +
> > > +DEPENDS = "glib-2.0 util-linux popt bison-native flex-native"
> > > +
> > > +SRC_URI = "git://
> > git.linuxfoundation.org/diamon/babeltrace.git;branch=stable-1.5"
> > > +SRCREV = "054a54ae10b01a271afc4f19496c041b10fb414c"
> > > +UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)$"
> > > +
> > > +S = "${WORKDIR}/git"
> > > +
> > > +inherit autotools pkgconfig
> > > +
> > > +EXTRA_OECONF = "--disable-debug-info"
> > > +
> > > +ASNEEDED = ""
> > >
> >
> > Looks like this patch adds a new recipe for 1.5.8, and keeps the 1.5.7
> > recipe. Was that intentional ?
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> >
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Jonathan Rajotte-Julien
EfficiOS
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-02-17 16:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-17 10:59 [PATCH] babeltrace: update to 1.5.8 Anders Wallin
2020-02-17 11:03 ` Jacob Kroon
2020-02-17 11:43 ` Alexander Kanavin
2020-02-17 16:48 ` Jonathan Rajotte-Julien
-- strict thread matches above, loose matches on Subject: below --
2020-02-17 13:32 Anders Wallin
2020-02-17 15:38 ` Alexander Kanavin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.