All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Amarnath Valluri <amarnath.valluri@intel.com>
Cc: "meta-virtualization@yoctoproject.org"
	<meta-virtualization@yoctoproject.org>
Subject: Re: [PATCH 1/4] containerd: Replace /lib/systemd/system with ${systemd_system_unitdir}
Date: Thu, 9 Feb 2017 09:16:34 -0500	[thread overview]
Message-ID: <CADkTA4MWW-B0qcu2n_atNAO+jHLZ7E_Pmak5GebbVUL6dGZ-rA@mail.gmail.com> (raw)
In-Reply-To: <1486561594-24053-1-git-send-email-amarnath.valluri@intel.com>

[-- Attachment #1: Type: text/plain, Size: 1185 bytes --]

All 4 patches in this series are now merged.

Bruce

On Wed, Feb 8, 2017 at 8:46 AM, Amarnath Valluri <amarnath.valluri@intel.com
> wrote:

> Make use of bitbake variable where appropriate, this makes the recipe
> portable.
>
> Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
> ---
>  recipes-containers/containerd/containerd_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-containers/containerd/containerd_git.bb
> b/recipes-containers/containerd/containerd_git.bb
> index ca99e55..77c3e93 100644
> --- a/recipes-containers/containerd/containerd_git.bb
> +++ b/recipes-containers/containerd/containerd_git.bb
> @@ -83,6 +83,6 @@ do_install() {
>         fi
>  }
>
> -FILES_${PN} += "/lib/systemd/system/*"
> +FILES_${PN} += "${systemd_system_unitdir}/*"
>
>  INHIBIT_PACKAGE_STRIP = "1"
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 2361 bytes --]

      parent reply	other threads:[~2017-02-09 14:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-08 13:46 [PATCH 1/4] containerd: Replace /lib/systemd/system with ${systemd_system_unitdir} Amarnath Valluri
2017-02-08 13:46 ` [PATCH 2/4] docker: Replace /usr/share with ${datadir} Amarnath Valluri
2017-02-08 13:46 ` [PATCH 3/4] lxc: Make use of bitbake variables where appropriate Amarnath Valluri
2017-02-08 13:46 ` [PATCH 4/4] libvirt: Replace systemd units location to match with bitbake environment Amarnath Valluri
2017-02-08 14:15   ` Mark Asselstine
2017-02-08 14:37     ` avalluri
2017-02-08 14:38       ` Mark Asselstine
2017-02-09 14:16 ` Bruce Ashfield [this message]

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=CADkTA4MWW-B0qcu2n_atNAO+jHLZ7E_Pmak5GebbVUL6dGZ-rA@mail.gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=amarnath.valluri@intel.com \
    --cc=meta-virtualization@yoctoproject.org \
    /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.