gmacario / easy-build

Collection of Dockerfiles for building embedded software distributions
Mozilla Public License 2.0
154 stars 83 forks source link

build-yocto: Dockerfile: add missing dependencies #264

Closed e-yes closed 6 years ago

e-yes commented 7 years ago

In order to run "bitbake -f -c menuconfig virtual/kernel" one need to have one of {xterm, screen, whatever...} installed. Add screen and libncurses5-dev to be able to enjoy kernel menuconfig.

References: https://stackoverflow.com/questions/42231866/running-yocto-in-docker-make-menuconfig-fails https://lists.yoctoproject.org/pipermail/yocto/2014-November/022189.html

e-yes commented 6 years ago

Hi, @gmacario Is there any problem with this PR?

zzeroo commented 6 years ago

@e-yes I think this is related to that topic https://github.com/gmacario/easy-build/pull/261

easy-build should contain only the minimal dependencies, period.

e-yes commented 6 years ago

@zzeroo thanks for the explanation I really missed it out.