Date
1 - 3 of 3
ERROR: Nothing RPROVIDES 'python-compiler'
Murali Krishna <mkn20679@...>
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. 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 |
|
Alexander Kanavin
python-compiler is an obsolete module from python 2.x era and isn't
toggle quoted message
Show quoted text
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:
|
|
Murali Krishna <mkn20679@...>
Hi Alexander Kanavin, Thanks, I'll check it out. On Tue, Feb 21, 2023 at 3:31 PM Alexander Kanavin <alex.kanavin@...> wrote: python-compiler is an obsolete module from python 2.x era and isn't |
|