3mdeb / yocto-docker

This repository is not currently used. For yocto projects we use https://github.com/siemens/kas container
7 stars 2 forks source link

Dockerfile: add python2.7 and python2/3 devel packages #10

Closed miczyg1 closed 6 years ago

miczyg1 commented 6 years ago

Recipe for u-boot in RTE Yocto image fails because of lack of Python C headers. Installing python3-dev package is not sufficient. After installing python devel packages, u-boot recipe finishes with success. It did the trick for me.

Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com

pietrushnic commented 6 years ago

@miczyg1 please solve conflicts

miczyg1 commented 6 years ago

@pietrushnic @macpijan I have resolved conflicts. After installing these packages I had no issues with u-boot recipe.