From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 866A0FA3741 for ; Mon, 31 Oct 2022 15:59:52 +0000 (UTC) Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) by mx.groups.io with SMTP id smtpd.web08.11034.1667231986188585067 for ; Mon, 31 Oct 2022 08:59:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=RVXeMVi3; spf=pass (domain: gmail.com, ip: 209.85.166.43, mailfrom: bruce.ashfield@gmail.com) Received: by mail-io1-f43.google.com with SMTP id r81so1406491iod.2 for ; Mon, 31 Oct 2022 08:59:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=avK909HH2n2VV8Kc+Q/0oOtYObaotFoxJpHtjCHk2zY=; b=RVXeMVi3ebEEXK1UvYT96vxULnYX9PzHJhkvYLOfociNgB84YfbaY9lXYFic/+I4xG 2qTb+J+/HWTHIyKyYsz84boY6KkP5MqWb3sjC0sYOnGMQ5LY0B2fNu7icfbhp1fbIA6g 8mOHardC2oMZb9//RDbqc8scfkH3T0zrOEE3DsI8zEGk9hAeNBy2Q+E9NRYChnqlCg5x GV5X+mlr40UjB8iQ/6n4sxywUNrjpmRufP/8VgKxp+FGtyVAZKr+Ih3ZGCxlXgKpUM3i YepbEy8Hab8huRuCEgjQd+MezjC4v8QDy86iW6jvZi3kKySh9y3TwbPSlus45P9RITf9 UbbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=avK909HH2n2VV8Kc+Q/0oOtYObaotFoxJpHtjCHk2zY=; b=Gk5bE8PmvsRBjEccARVP+Wd7iciqpFBfZyDZqdm1rmVoC+05oF9FcQ63N4Rvqu2+9L WfQw1AX4JFjsN1pxM28uPal2wMlV+lCOJe7InJ9TOMo5EXzujy7yQhB0kemb6GwHIMFs 33bbOHE1fC6eFuXIvCw+ziR0bihJGyNOM3bdW7DRcshORaOeDGBqKBILaGJRYrLoGU56 Ufvw65qdL44DIuX+hsaLfXiy7eEzqqmz/if0WS8kZj60U/pXos1ci3ke+83C1wuL0B4V Dagv+Vk1zC4Pi57QgatprXWYmd9hPvZfhM/a0LeWJWvtjnDUbQAx9zkUBS9JtYEmKzbX ilKA== X-Gm-Message-State: ACrzQf3rfxbyRktujGq66FFxUg+RBkINPF6K+PxaKfHCUzdnOpKj9S0z YNqYv6sKXP+gWa5QgPjHBBf1iKdghJrgJFPfw2Y= X-Google-Smtp-Source: AMsMyM65bSxqgRHwirWo0BDipypFb17TF/xdJ5K8wgU2dhSWskYFpGzeFmLzSL4VeR95h7z6sL4qNKkEqVovlQIkkvM= X-Received: by 2002:a02:c9c1:0:b0:375:631a:92a6 with SMTP id c1-20020a02c9c1000000b00375631a92a6mr1843639jap.9.1667231985425; Mon, 31 Oct 2022 08:59:45 -0700 (PDT) MIME-Version: 1.0 References: <20221030161333.12430-1-f_l_k@t-online.de> In-Reply-To: <20221030161333.12430-1-f_l_k@t-online.de> From: Bruce Ashfield Date: Mon, 31 Oct 2022 11:59:34 -0400 Message-ID: Subject: Re: [meta-virtualization][PATCH 1/2] libvirt-glib: add recipe To: Markus Volk Cc: meta-virtualization@lists.yoctoproject.org Content-Type: multipart/alternative; boundary="0000000000003fe28505ec56b2df" List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 31 Oct 2022 15:59:52 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-virtualization/message/7668 --0000000000003fe28505ec56b2df Content-Type: text/plain; charset="UTF-8" Hi Markus, Thanks for the contribution. I have a few questions on each patch, so I'll reply separately. As part of this introduction, we need a commit message that indicates how this was tested, which architectures, etc. Is it a build dependency ? is it linked and used on target, etc. An overview of the application and the use case as well. I suspect this is driven by the 2nd patch, but we should do the documentation of this supporting package regardless. Bruce On Sun, Oct 30, 2022 at 12:13 PM Markus Volk wrote: > Signed-off-by: Markus Volk > --- > recipes-extended/libvirt/libvirt-glib_4.0.0.bb | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100644 recipes-extended/libvirt/libvirt-glib_4.0.0.bb > > diff --git a/recipes-extended/libvirt/libvirt-glib_4.0.0.bb > b/recipes-extended/libvirt/libvirt-glib_4.0.0.bb > new file mode 100644 > index 0000000..11ad84a > --- /dev/null > +++ b/recipes-extended/libvirt/libvirt-glib_4.0.0.bb > @@ -0,0 +1,14 @@ > +DESCRIPTION = "A toolkit to interact with the virtualization capabilities > of recent versions of Linux." > +HOMEPAGE = "http://libvirt.org" > +LICENSE = "LGPL-2.1-only" > +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" > + > +DEPENDS = "glib-2.0 libvirt libxml2" > + > +SRC_URI = "git:// > gitlab.com/libvirt/libvirt-glib;protocol=https;branch=master" > + > +SRCREV = "940bd9ccbfe419573ddec4383e3def4aac1f0e1f" > +S = "${WORKDIR}/git" > + > +inherit meson pkgconfig gobject-introspection vala > +GIR_MESON_OPTION = '' > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#7667): > https://lists.yoctoproject.org/g/meta-virtualization/message/7667 > Mute This Topic: https://lists.yoctoproject.org/mt/94667264/1050810 > Group Owner: meta-virtualization+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [ > bruce.ashfield@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II --0000000000003fe28505ec56b2df Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Markus,

= Thanks for the contribution. I have a few questions on each patch, so I'= ;ll reply separately.

As = part of this introduction, we need a commit message that indicates how this= was tested, which architectures, etc.=C2=A0 Is it a build dependency ? is = it linked and used on target, etc.

An overview of the application and the use case as well. I suspe= ct=C2=A0this is driven by the 2nd patch, but we should do the documentation= of this supporting package=C2=A0regardless.

Bruce

On Sun, Oct 30, 2022 at 12:13 PM Markus Vol= k <f_l_k@t-online.de> wrote:=
Signed-off-by: = Markus Volk <f_l_= k@t-online.de>
---
=C2=A0recipes-extended/libvirt/libvirt-glib_4.0.0.bb | 14 ++++++++++= ++++
=C2=A01 file changed, 14 insertions(+)
=C2=A0create mode 100644 recipes-extended/libvirt/libvirt-glib_4.0.0.bb<= /a>

diff --git a/recipes-extended/libvirt/
libvirt-glib_4.0.0.bb b/recipe= s-extended/libvirt/libvirt-glib_4.0.0.bb
new file mode 100644
index 0000000..11ad84a
--- /dev/null
+++ b/recipes-extended/libvirt/libvirt-glib_4.0.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION =3D "A toolkit to interact with the virtualization capabi= lities of recent versions of Linux."
+HOMEPAGE =3D "http://libvirt.org"
+LICENSE =3D "LGPL-2.1-only"
+LIC_FILES_CHKSUM =3D "file://COPYING;md5=3D4fbd65380cdd255951079008b3= 64516c"
+
+DEPENDS =3D "glib-2.0 libvirt libxml2"
+
+SRC_URI =3D "git://gitl= ab.com/libvirt/libvirt-glib;protocol=3Dhttps;branch=3Dmaster"
+
+SRCREV =3D "940bd9ccbfe419573ddec4383e3def4aac1f0e1f"
+S =3D "${WORKDIR}/git"
+
+inherit meson pkgconfig gobject-introspection vala
+GIR_MESON_OPTION =3D ''
--
2.34.1


-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-
Links: You receive all messages sent to this group.
View/Reply Online (#7667): https://= lists.yoctoproject.org/g/meta-virtualization/message/7667
Mute This Topic: https://lists.yoctoproject.org/mt= /94667264/1050810
Group Owner: meta-virtualization+owner@lists.yoctoproject.org<= /a>
Unsubscribe:
https://lists.yoctoproject.or= g/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-



--
- Thou shalt not follow the NULL pointer, for ch= aos and madness await thee at its end
- "Use the force Harry" = - Gandalf, Star Trek II

--0000000000003fe28505ec56b2df--