Re: ERROR: Nothing RPROVIDES 'python-compiler'


Alexander Kanavin
 

python-compiler is an obsolete module from python 2.x era and isn't
available with 3.x. You can probably remove it from the image
altogether:
https://python.readthedocs.io/en/v2.7.2/library/compiler.html

Alex

On Tue, 21 Feb 2023 at 10:52, Murali Krishna <mkn20679@...> wrote:

Hi Team Yocto,

Greetings Of the Day.


i would like to build YOCTO Image for My Target Machine i.e.,Kontron Smarc-Samx6i. The following link will provide complete information about my Target Machine.
https://www.kontron.com/en/products/smarc-samx6i/p89810.

So here I have,
--> BSP for My Target Machine
(successfully built yocto image in ubuntu14 and yocto-release is yocto-pyro).

Now I want to migrate this BSP into the Dunfell Version.
1.Created layer using bitbake
2.copied recipes from pyro layer
3. start with bitbake build Engine as bitbake-layers show-layers.(my bsp layer added)
4.started to build yocto Image as bitbake kontron-eval-image then an error arose.
...........................................................................................................................................................................
murali@ubuntu:~/test/track_build$ bitbake kontron-eval-image
Loading cache: 100% |#######################################################################################################################################################################| Time: 0:00:00
Loaded 3775 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'python-compiler' (but /home/murali/test/sources/meta-boundary/recipes-sato/images/kontron-eval-image.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python-compiler' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python-compiler']
ERROR: Required build target 'kontron-eval-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['kontron-eval-image', 'python-compiler']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
.................................................................................................................................................................................................................................................................................................
i attached image recipe.

How to solve the above error?

Thanks and Regards
Murali




Join yocto@lists.yoctoproject.org to automatically receive all group messages.