Openembedded Core Discussions
 help / color / mirror / Atom feed
* Yocto Python package upgradation from 3.10 to 3.11.5 version
@ 2024-07-10 10:02 jahnavijha14
  2024-07-10 10:06 ` [OE-core] " Alexander Kanavin
  0 siblings, 1 reply; 2+ messages in thread
From: jahnavijha14 @ 2024-07-10 10:02 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]

Hi,

I want to upgrade the Python package version (3.10) present in yocto Kirkstone build to Python-3.11.5 version.
For this I created my own layer and inside that have added Python recipe file for 3.11.5 version and its related files.

When I bitbake the recipe for python. (bitbake python3). I encounter one error related to do_configure which says:

checking for --with-build-python... configure: error: "nativepython3" has incompatible version 3.10 (expected: 3.11).

How do I link my Python 3.11.5  with nativepython3?

//////////////////////////////////////////////////////////////////

| checking whether -lc should be explicitly linked in... no
| checking dynamic linker characteristics... GNU/Linux ld.so
| checking how to hardcode library paths into programs... immediate
| checking whether stripping libraries is possible... yes
| checking if libtool supports shared libraries... yes
| checking whether to build shared libraries... yes
| checking whether to build static libraries... yes
| checking for --with-build-python... configure: error: "nativepython3" has incompatible version 3.10 (expected: 3.11)
| NOTE: The following config.log files may provide further information.

////////////////////////////////////////////////////////////////////////

[-- Attachment #2: Type: text/html, Size: 1385 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-10 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-10 10:02 Yocto Python package upgradation from 3.10 to 3.11.5 version jahnavijha14
2024-07-10 10:06 ` [OE-core] " Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox