Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach via buildroot <buildroot@buildroot.org>
To: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
Cc: "Norbert Lange" <nolange79@gmail.com>,
	"Jérémy ROSEN" <jeremy.rosen@smile.fr>,
	"James Hilliard" <james.hilliard1@gmail.com>,
	"Adam Duskett" <aduskett@gmail.com>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/systemd: add checklist of upgrade caveats
Date: Mon, 10 Jan 2022 18:35:55 +0200	[thread overview]
Message-ID: <871r1fy2ca.fsf@tarshish> (raw)
In-Reply-To: <20220110131624.3639727-1-arnout@mind.be>

Hi Arnout,

On Mon, Jan 10 2022, Arnout Vandecappelle (Essensium/Mind) wrote:
> Bumping the version of systemd is a little more complicated than the
> usual package, and it's easy to forget some of the things that need to
> be done - and this has happened several times in the past.
>
> Add a checklist of things to worry about when updating systemd.
>
> Note that there are many other complicated packages that also need a lot
> of attention when upgrading. However, systemd is a really critical
> package so it's more important that we get that one right than, say,
> valgrind.
>
> Cc: Norbert Lange <nolange79@gmail.com>
> Cc: Jérémy ROSEN <jeremy.rosen@smile.fr>
> Cc: Adam Duskett <aduskett@gmail.com>
> Cc: James Hilliard <james.hilliard1@gmail.com>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
>  package/systemd/systemd.mk | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>
> diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
> index 3811dbae42..4d82d2ab81 100644
> --- a/package/systemd/systemd.mk
> +++ b/package/systemd/systemd.mk
> @@ -4,6 +4,18 @@
>  #
>  ################################################################################
>  
> +# When updating systemd, take care of the following:
> +# - Check if the requirements have changed (see README), in particular
> +#   arch and headers
> +# - If yes, propagate the dependencies to BR2_INIT_SYSTEMD
> +# - If the required kernel options have changed, update the Config.in
> +#   help text and the list of KCONFIG_ENABLE_OPT.
> +# - Check if there are new meson_options. Make sure all options are set
> +#   explicitly (usually to default value).
> +# - If there are new services:
> +#   - create new options for them (if they really are optional);
> +#   - create a new _USER if necessary;
> +#   - create new directionry (with _PERMISSIONS) if necessary.

s/directionry/directory/

baruch

>  SYSTEMD_VERSION = 250.1
>  SYSTEMD_SITE = $(call github,systemd,systemd-stable,v$(SYSTEMD_VERSION))
>  SYSTEMD_LICENSE = \


-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2022-01-10 16:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-10 13:16 [Buildroot] [PATCH] package/systemd: add checklist of upgrade caveats Arnout Vandecappelle (Essensium/Mind)
2022-01-10 16:35 ` Baruch Siach via buildroot [this message]
2022-01-10 17:25 ` Norbert Lange
2022-01-12 13:02   ` Arnout Vandecappelle
2022-01-13 20:40 ` Thomas Petazzoni

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=871r1fy2ca.fsf@tarshish \
    --to=buildroot@buildroot.org \
    --cc=aduskett@gmail.com \
    --cc=arnout@mind.be \
    --cc=baruch@tkos.co.il \
    --cc=james.hilliard1@gmail.com \
    --cc=jeremy.rosen@smile.fr \
    --cc=nolange79@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox