All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: "Jan-Simon Möller" <jsmoeller@linuxfoundation.org>
Cc: <Qi.Chen@windriver.com>, <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core][PATCH] systemd: upgrade from 258.1 to 259.1
Date: Wed, 11 Feb 2026 12:55:32 +0100	[thread overview]
Message-ID: <DGC433PUWA1C.2BFX9T2ECNBRH@bootlin.com> (raw)
In-Reply-To: <20260209080214.1738300-1-Qi.Chen@windriver.com>

On Mon Feb 9, 2026 at 9:02 AM CET, Chen Qi via lists.openembedded.org wrote:
> From: Chen Qi <Qi.Chen@windriver.com>
>
> Changes with v259:
> https://github.com/systemd/systemd/releases/tag/v259
>
> The 'iptc' PACKAGECONFIG is dropped, because:
> """
> systemd-networkd and systemd-nspawn no longer support creating NAT
> rules via iptables/libiptc APIs; only nftables is now supported.
> """
>
> Add 'empower' group for systemd. See commit below:
> https://github.com/systemd/systemd/commit/3150c342705f4ac27f2b3299ac0961e7a70e4451
>
> This new version has big change on musl support.
> """
> Incomplete support for musl libc is now available by setting the
> "libc" meson option to "musl".
> ...
> This support for musl is provided without a promise of continued
> support in future releases.
> """
> See https://github.com/systemd/systemd/blob/main/NEWS#L562 for more details.
>
> Here are some examples:
> - The musl specific '-D_LARGEFILE64_SOURCE' could be dropped because:
>   https://github.com/systemd/systemd/commit/fb33d20c072f2e7c3d500f00f8c04c99271f34c1
> - The 0017-Always-include-netinet-if_ether.h-first.patch and '-D__UAPI_DEF_ETHHDR=0
>   could be dropped because:
>   https://github.com/systemd/systemd/commit/8324ef421373c84b5034bf47b84fe42d84b1032f
> - The 0015-Avoid-sequence-point-error.patch could be dropped because:
>   https://github.com/systemd/systemd/commit/ebbc0ea7fd764c870bb8689111138b4f73854d42
>
> With the above musl support, here are the changes for this 259.1 recipe:
> - Add '-Dlibc=${TCLIBC}' configure option.
> - The musl warning, do_warn_musl, is removed.
> - *ALL* musl specific patches are dropped.
>   Any further fix for musl should be sent to systemd upstream.
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---

Hi Jan-Simon,

Please note this commit will break meta-agl, as iptc PACKAGECONFIG is
being dropped:

ERROR: systemd-1_259.1-r0 do_recipe_qa: QA Issue: systemd: invalid PACKAGECONFIG(s): iptc [invalid-packageconfig]

https://autobuilder.yoctoproject.org/valkyrie/#/builders/55/builds/2997

Thanks,
Mathieu

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



  reply	other threads:[~2026-02-11 11:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-09  8:02 [OE-core][PATCH] systemd: upgrade from 258.1 to 259.1 Qi.Chen
2026-02-11 11:55 ` Mathieu Dubois-Briand [this message]
2026-02-11 12:15   ` Jan-Simon Moeller
2026-03-11  8:56     ` Mathieu Dubois-Briand

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=DGC433PUWA1C.2BFX9T2ECNBRH@bootlin.com \
    --to=mathieu.dubois-briand@bootlin.com \
    --cc=Qi.Chen@windriver.com \
    --cc=jsmoeller@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.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.