From: "Jörg Sommer" <joerg.sommer@navimatix.de>
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
Date: Thu, 9 Apr 2026 06:30:38 +0200 [thread overview]
Message-ID: <adcqUntpjuEXPLyw@navimatix.de> (raw)
In-Reply-To: <20260408195024.1874335-2-rs@ti.com>
[-- Attachment #1: Type: text/plain, Size: 1203 bytes --]
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)}"
> export base_libdir = "${root_prefix}/${baselib}"
> export nonarch_base_libdir = "${root_prefix}/lib"
Jörg
--
Navimatix GmbH T: 03641 - 327 99 0
Tatzendpromenade 2 F: 03641 - 526 306
07745 Jena www.navimatix.de
Geschäftsführer: Steffen Späthe, Jan Rommeley
Registergericht: Amtsgericht Jena, HRB 501480
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5000 bytes --]
next prev parent reply other threads:[~2026-04-09 4:30 UTC|newest]
Thread overview: 7+ 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 [this message]
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
2026-06-05 11:27 ` Jörg Sommer
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=adcqUntpjuEXPLyw@navimatix.de \
--to=joerg.sommer@navimatix.de \
--cc=mathieu.dubois-briand@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.org \
--cc=ross.burton@arm.com \
--cc=rs@ti.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.