public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Böszörményi Zoltán" <zboszor@gmail.com>
To: "Marko, Peter" <Peter.Marko@siemens.com>,
	"openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH 1/4] bash: Add INSANE_SKIP=build-deps to ptest subpackage
Date: Sat, 14 Mar 2026 10:24:05 +0100	[thread overview]
Message-ID: <ba5d8ae0-f057-4b48-b523-0bf17bf25705@gmail.com> (raw)
In-Reply-To: <189BD2EF133E31A4.2476321@lists.openembedded.org>

2026. 03. 11. 16:26 keltezéssel, Zoltan Boszormenyi via lists.openembedded.org írta:
> 2026. 03. 11. 15:02 keltezéssel, Marko, Peter írta:
>>
>>> -----Original Message-----
>>> From: Böszörményi Zoltán <zboszor@gmail.com>
>>> Sent: Wednesday, March 11, 2026 14:43
>>> To: Marko, Peter (FT D EU SK BFS1) <Peter.Marko@siemens.com>;
>>> openembedded-core@lists.openembedded.org
>>> Subject: Re: [OE-core] [PATCH 1/4] bash: Add INSANE_SKIP=build-deps to ptest
>>> subpackage
>>>
>>> 2026. 03. 11. 14:40 keltezéssel, Marko, Peter írta:
>>>>> -----Original Message-----
>>>>> From: Böszörményi Zoltán <zboszor@gmail.com>
>>>>> Sent: Wednesday, March 11, 2026 14:12
>>>>> To: Marko, Peter (FT D EU SK BFS1) <Peter.Marko@siemens.com>;
>>>>> openembedded-core@lists.openembedded.org
>>>>> Subject: Re: [OE-core] [PATCH 1/4] bash: Add INSANE_SKIP=build-deps to
>>> ptest
>>>>> subpackage
>>>>>
>>>>> 2026. 03. 11. 13:44 keltezéssel, Marko, Peter írta:
>>>>>> These INSANE_SKIP assignments are wrong.
>>>>>> Use GLIBC_GENERATE_LOCALES = "all" (or select just those you need) in
>>> your
>>>>> distro.
>>>>>
>>>>> It doesn't help.
>>>> I'm not sure why it down't work for you, since it works for me and for Yocto AB.
>>>> Did you added it to your distro settings and not just to a recipe?
>>>> The explanation about this is at: https://git.yoctoproject.org/meta-
>>> yocto/tree/meta-poky/conf/templates/default/local.conf.sample.extended#n61
>>>
>>> I added it to my distro include file.
>> Have you verified the final value via bitbake-getvar?
>> You are overriding the default (otherwise you would not see the warnings),
>> So possibly you added it to a place where it anyway overwritten later.
>
> Yes, I just checked it. It's not set from anywhere else,
> only from my distro include file. It's set to "all".
>
> As I said, setting it does not help with all the build-deps QA errors.
> Previously it wasn't set at all, and I have not seen a similar QA error under Yocto 5.3.
>
> Isn't it possible that the ptest subpackages for bash, gawk, m4 and others
> have just gained extra locale-base-* dependencies that previously weren't there?
> And now they are not being covered by DYNAMIC_PACKAGES in glibc-locales for some reason?

Setting GLIBC_GENERATE_LOCALES = "all" is not needed, it seems to be the default.

The issue was that I also had this in my local configuration:

LOCALE_UTF8_ONLY = "1"

This was not a problem up to Yocto 5.3.

bitbake world and ptest packages should also be tested against UTF-8-only configuration.

>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#232894): https://lists.openembedded.org/g/openembedded-core/message/232894
> Mute This Topic: https://lists.openembedded.org/mt/118259058/3617728
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [zboszor@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>



  parent reply	other threads:[~2026-03-14  9:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-11 12:29 [PATCH 1/4] bash: Add INSANE_SKIP=build-deps to ptest subpackage Zoltán Böszörményi
2026-03-11 12:29 ` [PATCH 2/4] gawk: " Zoltán Böszörményi
2026-03-11 12:29 ` [PATCH 3/4] glib-2.0: " Zoltán Böszörményi
2026-03-11 12:29 ` [PATCH 4/4] gtk4: Fix a build error in examples/application8 Zoltán Böszörményi
2026-03-11 12:44 ` [OE-core] [PATCH 1/4] bash: Add INSANE_SKIP=build-deps to ptest subpackage Marko, Peter
2026-03-11 13:12   ` Böszörményi Zoltán
2026-03-11 13:40     ` Marko, Peter
2026-03-11 13:42       ` Böszörményi Zoltán
2026-03-11 14:02         ` Marko, Peter
2026-03-11 15:26           ` Böszörményi Zoltán
     [not found]           ` <189BD2EF133E31A4.2476321@lists.openembedded.org>
2026-03-14  9:24             ` Böszörményi Zoltán [this message]
     [not found]   ` <189BCB9A4C18D9A2.1328210@lists.openembedded.org>
2026-03-11 13:38     ` Böszörményi Zoltán

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=ba5d8ae0-f057-4b48-b523-0bf17bf25705@gmail.com \
    --to=zboszor@gmail.com \
    --cc=Peter.Marko@siemens.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox