From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: "Yu, Mingli" <mingli.yu@windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization] [PATCH] lxc: upgrade to 4.0.5
Date: Sun, 7 Feb 2021 08:48:16 -0500 [thread overview]
Message-ID: <20210207134816.GB48372@gmail.com> (raw)
In-Reply-To: <20210125033403.46162-1-mingli.yu@windriver.com>
My apologies, I was doing a set of queued uprevs this weekend, and moved
lxc to 4.0.6, so I jumped right over this version before I checked my
pending queue.
Thanks for the version bump though, it is appreciated.
Bruce
In message: [meta-virtualization] [PATCH] lxc: upgrade to 4.0.5
on 25/01/2021 Yu, Mingli wrote:
> From: Mingli Yu <mingli.yu@windriver.com>
>
> Remove 2 backported patches.
>
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
> ...setting-regarding-the-Standard-Outpu.patch | 35 -------------------
> ...ed-options-in-lxc.service-fixes-3527.patch | 31 ----------------
> .../lxc/{lxc_4.0.4.bb => lxc_4.0.5.bb} | 5 +--
> 3 files changed, 1 insertion(+), 70 deletions(-)
> delete mode 100644 recipes-containers/lxc/files/0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch
> delete mode 100644 recipes-containers/lxc/files/0001-remove-deprecated-options-in-lxc.service-fixes-3527.patch
> rename recipes-containers/lxc/{lxc_4.0.4.bb => lxc_4.0.5.bb} (95%)
>
> diff --git a/recipes-containers/lxc/files/0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch b/recipes-containers/lxc/files/0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch
> deleted file mode 100644
> index ab97422..0000000
> --- a/recipes-containers/lxc/files/0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch
> +++ /dev/null
> @@ -1,35 +0,0 @@
> -From a7a92a06a47322dee45664db5c7bfa68b2b95edb Mon Sep 17 00:00:00 2001
> -From: Mingli Yu <mingli.yu@windriver.com>
> -Date: Wed, 23 Sep 2020 07:03:02 +0000
> -Subject: [PATCH] Remove obsolete setting regarding the Standard Output
> -
> -The Standard output type "syslog" is obsolete, causing a warning since systemd
> -version 246 [1].
> -
> -Please consider using "journal" or "journal+console"
> -
> -[1] https://github.com/systemd/systemd/blob/master/NEWS#L202
> -
> -Upstream-Status: Submitted [https://github.com/lxc/lxc/pull/3541]
> -
> -Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ----
> - config/init/systemd/lxc@.service.in | 2 --
> - 1 files changed, 2 deletions(-)
> -
> -diff --git a/config/init/systemd/lxc@.service.in b/config/init/systemd/lxc@.service.in
> -index a2aa2211f..21ce64aef 100644
> ---- a/config/init/systemd/lxc@.service.in
> -+++ b/config/init/systemd/lxc@.service.in
> -@@ -14,8 +14,6 @@ ExecStop=@BINDIR@/lxc-stop -n %i
> - # Environment=BOOTUP=serial
> - # Environment=CONSOLETYPE=serial
> - Delegate=yes
> --StandardOutput=syslog
> --StandardError=syslog
> -
> - [Install]
> - WantedBy=multi-user.target
> ---
> -2.26.2
> -
> diff --git a/recipes-containers/lxc/files/0001-remove-deprecated-options-in-lxc.service-fixes-3527.patch b/recipes-containers/lxc/files/0001-remove-deprecated-options-in-lxc.service-fixes-3527.patch
> deleted file mode 100644
> index 2957680..0000000
> --- a/recipes-containers/lxc/files/0001-remove-deprecated-options-in-lxc.service-fixes-3527.patch
> +++ /dev/null
> @@ -1,31 +0,0 @@
> -From 0c4cd88d4a19d27ba9b5d2c8fa4d482d78211c35 Mon Sep 17 00:00:00 2001
> -From: graysky <graysky@archlinux.us>
> -Date: Fri, 21 Aug 2020 06:33:49 -0400
> -Subject: [PATCH] remove deprecated options in lxc.service fixes #3527
> -
> -Remove deprecated options in lxc.service fixes #3527
> -
> -Upstream-Status: Backport
> -
> -Signed-off-by: graysky <graysky@archlinux.us>
> -Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ----
> - config/init/systemd/lxc.service.in | 2 --
> - 1 file changed, 2 deletions(-)
> -
> -diff --git a/config/init/systemd/lxc.service.in b/config/init/systemd/lxc.service.in
> -index e3745dc2d..397a6c4d0 100644
> ---- a/config/init/systemd/lxc.service.in
> -+++ b/config/init/systemd/lxc.service.in
> -@@ -14,8 +14,6 @@ ExecReload=@LIBEXECDIR@/lxc/lxc-apparmor-load
> - # Environment=BOOTUP=serial
> - # Environment=CONSOLETYPE=serial
> - Delegate=yes
> --StandardOutput=syslog
> --StandardError=syslog
> -
> - [Install]
> - WantedBy=multi-user.target
> ---
> -2.26.2
> -
> diff --git a/recipes-containers/lxc/lxc_4.0.4.bb b/recipes-containers/lxc/lxc_4.0.5.bb
> similarity index 95%
> rename from recipes-containers/lxc/lxc_4.0.4.bb
> rename to recipes-containers/lxc/lxc_4.0.5.bb
> index 19b40f6..384736b 100644
> --- a/recipes-containers/lxc/lxc_4.0.4.bb
> +++ b/recipes-containers/lxc/lxc_4.0.5.bb
> @@ -47,14 +47,11 @@ SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
> file://templates-use-curl-instead-of-wget.patch \
> file://tests-our-init-is-not-busybox.patch \
> file://tests-add-no-validate-when-using-download-template.patch \
> - file://0001-remove-deprecated-options-in-lxc.service-fixes-3527.patch \
> - file://0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch \
> file://dnsmasq.conf \
> file://lxc-net \
> "
>
> -SRC_URI[md5sum] = "6197096cf11da286b9f9ee02dee9dc50"
> -SRC_URI[sha256sum] = "3c65a8ba20ed2b66c2075dc914aa632f76d0137af707b851b62b5555fed7d995"
> +SRC_URI[sha256sum] = "af2cd616d5ab689e5d2305361c6571b5e632afd7eaab1754cca1670446a2e6a4"
>
>
>
> --
> 2.17.1
>
>
>
>
prev parent reply other threads:[~2021-02-07 13:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-25 3:34 [PATCH] lxc: upgrade to 4.0.5 Yu, Mingli
2021-02-07 13:48 ` 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=20210207134816.GB48372@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=mingli.yu@windriver.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.