All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: tim.orling@konsulko.com
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH] libvirt: ensure sysusers.d path for libvirt-qemu
Date: Mon, 30 Sep 2024 20:16:37 +0000	[thread overview]
Message-ID: <ZvsHJZqFe38Cpq6T@gmail.com> (raw)
In-Reply-To: <20240929035828.26171-2-tim.orling@konsulko.com>

merged.

Bruce

In message: [meta-virtualization][PATCH] libvirt: ensure sysusers.d path for libvirt-qemu
on 28/09/2024 Tim Orling via lists.yoctoproject.org wrote:

> From: Tim Orling <tim.orling@konsulko.com>
> 
> In 8138d9cc7e0c31171230110db0cfa881c46a821b the path to
> /lib/sysusers.d might not exist, use install -d to ensure
> it does.
> 
> Fixes:
> install: cannot create regular file
> '.../libvirt/v10.5.0+git/image/lib/sysusers.d/libvirt-qemu.conf':
> No such file or directory
> 
> Signed-off-by: Tim Orling <tim.orling@konsulko.com>
> ---
>  recipes-extended/libvirt/libvirt_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-extended/libvirt/libvirt_git.bb b/recipes-extended/libvirt/libvirt_git.bb
> index 1175e737..bef98b69 100644
> --- a/recipes-extended/libvirt/libvirt_git.bb
> +++ b/recipes-extended/libvirt/libvirt_git.bb
> @@ -208,7 +208,7 @@ do_install:append() {
>  
>  	install -m 0755 ${UNPACKDIR}/libvirtd.sh ${D}/etc/init.d/libvirtd
>  	install -m 0644 ${UNPACKDIR}/libvirtd.conf ${D}/etc/libvirt/libvirtd.conf
> -	install -m 0644 ${UNPACKDIR}/libvirt-qemu.conf ${D}${nonarch_base_libdir}/sysusers.d/libvirt-qemu.conf
> +	install -d -m 0644 ${UNPACKDIR}/libvirt-qemu.conf ${D}${nonarch_base_libdir}/sysusers.d/libvirt-qemu.conf
>  
>  	if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','true','false',d)}; then
>  	    # This will wind up in the libvirtd package, but will NOT be invoked by default.
> -- 
> 2.46.2
> 

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



  reply	other threads:[~2024-09-30 20:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-29  3:58 [meta-virtualization][PATCH] libvirt: ensure sysusers.d path for libvirt-qemu tim.orling
2024-09-30 20:16 ` Bruce Ashfield [this message]
2024-10-02  8:50   ` [PATCH] " Matthis Hauschild
2024-10-02 13:15     ` [meta-virtualization] " Bruce Ashfield
2024-10-02 17:16       ` Tim Orling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZvsHJZqFe38Cpq6T@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=tim.orling@konsulko.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.