public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Randolph Sapp <rs@ti.com>
To: <rs@ti.com>, Peter Kjellerstedt <peter.kjellerstedt@axis.com>,
	"joerg.sommer@navimatix.de" <joerg.sommer@navimatix.de>
Cc: "richard.purdie@linuxfoundation.org"
	<richard.purdie@linuxfoundation.org>,
	"ross.burton@arm.com" <ross.burton@arm.com>,
	"mathieu.dubois-briand@bootlin.com"
	<mathieu.dubois-briand@bootlin.com>,
	"openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Re: [oe-core][PATCH] systemd: fix unmerged-bin tainted message
Date: Thu, 9 Apr 2026 13:43:50 -0500	[thread overview]
Message-ID: <DHOUGRY2C4M8.TNYH9AOQ1UCA@ti.com> (raw)
In-Reply-To: <18A4C3228BFBCFA6.777565@lists.openembedded.org>

On Thu Apr 9, 2026 at 1:18 PM CDT, Randolph Sapp via lists.openembedded.org wrote:
> On Thu Apr 9, 2026 at 2:49 AM CDT, Peter Kjellerstedt wrote:
>>> -----Original Message-----
>>> From: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org> On Behalf Of Jörg Sommer via lists.openembedded.org
>>> Sent: den 9 april 2026 06:31
>>> To: rs@ti.com
>>> Cc: richard.purdie@linuxfoundation.org; ross.burton@arm.com; mathieu.dubois-briand@bootlin.com; openembedded-core@lists.openembedded.org
>>> Subject: Re: [oe-core][PATCH] systemd: fix unmerged-bin tainted message
>>> 
>>> Randolph Sapp via lists.openembedded.org schrieb am Mi 08. Apr, 14:50 (-0500):
>>> > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
>>> > index 84450386d9..29301534d2 100644
>>> > --- a/meta/conf/bitbake.conf
>>> > +++ b/meta/conf/bitbake.conf
>>> > @@ -22,7 +22,7 @@ root_prefix = "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '${exec_prefi
>>> >
>>> >  # Base paths
>>> >  export base_bindir = "${root_prefix}/bin"
>>> > -export base_sbindir = "${root_prefix}/sbin"
>>> > +export base_sbindir = "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '${root_prefix}/bin', '${root_prefix}/sbin', d)}"
>>> 
>>> Maybe:
>>> 
>>> export base_sbindir = "${root_prefix}/${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', 'bin', 'sbin', d)}"
>>> 
>>> or
>>> 
>>> export base_sbindir = "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '${base_bindir}', '${root_prefix}/sbin', d)}"
>>
>> This one. For the unlikely case that someone modifies base_bindir.
>>
>
> Fair enough. Any other comments about Richards proposal to remove the usrmerge
> distro feature and merge that into the systemd distro feature?
>
> I personally think that a non-systemd environment could still benefit from
> mimicking a filesystem structure most distros currently ship, but that's just
> me.

Also suppose I should apply this to all sbin related variables in this file to
keep everything consistent between the SDKs and the actual rootfs images.


      parent reply	other threads:[~2026-04-09 18:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-08 19:50 [oe-core][PATCH] systemd: fix unmerged-bin tainted message rs
2026-04-08 21:58 ` Richard Purdie
2026-04-09  4:30 ` Jörg Sommer
2026-04-09  7:49   ` Peter Kjellerstedt
2026-04-09 18:18     ` Randolph Sapp
     [not found]     ` <18A4C3228BFBCFA6.777565@lists.openembedded.org>
2026-04-09 18:43       ` Randolph Sapp [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=DHOUGRY2C4M8.TNYH9AOQ1UCA@ti.com \
    --to=rs@ti.com \
    --cc=joerg.sommer@navimatix.de \
    --cc=mathieu.dubois-briand@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=peter.kjellerstedt@axis.com \
    --cc=richard.purdie@linuxfoundation.org \
    --cc=ross.burton@arm.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