On 2/23/26 22:58, Mathieu Dubois-Briand wrote:
On Mon Feb 23, 2026 at 1:27 PM CET, Alexander Kanavin via
lists.openembedded.org wrote:
On Sat, 21 Feb 2026 at 13:15, Mathieu Dubois-Briand via
lists.openembedded.org
<[email protected]> wrote:
I'm sorry about that, but I can't reproduce the error, here are my settings:
PACKAGE_CLASSES = "package_rpm"
MACHINE = "genericx86"
DISTRO = "poky"
$ bitbake core-image-sato -cpopulate_sdk
I checked
tmp/deploy/sdk/poky-glibc-x86_64-core-image-sato-core2-32-genericx86-toolchain-5.3.99+snapshot.target.manifest,
All the required packages are installed correctly:
flac-dev core2_32 1.5.0
libcomps-dev core2_32 0.1.23
libreadline-dev core2_32 8.3
libogg-dev core2_32 1.3.6
libxml2-dev core2_32 2.15.1
ncurses-dev core2_32 6.5
I also tested with IMAGE_CLASSES += "testimage", it also works well.
Do you have more info on how I can reproduce the issue, please?
I tried to reproduce it locally yesterday, and I had the same issue: the
failure did not reproduce. Yet I tried again to apply your patches and
got a similar error on the autobuilder.
https://autobuilder.yoctoproject.org/valkyrie/#/builders/19/builds/3218
I will try to investigate this next week.
Note that the autobuilder enables the
'core/yocto-autobuilder/autobuilder' fragment, which contains
significant SDK tweaks:
SDK_EXT_TYPE = 'minimal'
SDK_INCLUDE_TOOLCHAIN = '1'
ESDK_LOCALCONF_REMOVE:append = 'BB_HASHSERVE'
SDK_TOOLCHAIN_LANGS += 'go rust'
I suspect the above may be enough to trigger the issue (or maybe if
you enable the whole fragment).
Alex
Of course! It was definitely the missing config, thanks!
So it was reproduced locally, with basically the template local.conf
and the following added lines:
PACKAGE_CLASSES = "package_rpm"
OE_FRAGMENTS += 'machine/qemux86 distro/poky'
OE_FRAGMENTS += 'core/yocto-autobuilder/autobuilder'
Sorry, but I still can't reproduce it, would you please help to try:
$ git fetch https://github.com/robertlinux/yocto rbt/rpm
$ git merge FETCH_HEAD
$ . oe-init-build-env ../../build
Add the following lines to conf/local.conf:
PACKAGE_CLASSES = "package_rpm"
OE_FRAGMENTS += 'machine/qemux86 distro/poky'
OE_FRAGMENTS += 'core/yocto-autobuilder/autobuilder'
$ bitbake core-image-sato -cpopulate_sdk
I checked the manifest file, the error packages were installed correctly.
Would you please help to send me the error build's conf/local.conf and
conf/bblayers.conf?
// Robert
Thanks,
Mathieu
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#232037):
https://lists.openembedded.org/g/openembedded-core/message/232037
Mute This Topic: https://lists.openembedded.org/mt/117873427/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-