crops / yocto-dockerfiles

This repository is for -base and -builder containers for building derivative containers (such as poky-container) for containerized Yocto Project builds.
GNU General Public License v2.0
146 stars 57 forks source link

dockerfiles: add missing host tools to base #15

Closed bavery22 closed 7 years ago

bavery22 commented 7 years ago

bitbake now checks to see if we have a certain set of host tools available for before it will launch a build. This check caught several missing tools that are mostly used for testimage. This commit adds the missing tools.

What was missing: opensuse- - hostname , ip ubuntu-16- - ping

Signed-off-by: brian avery brian.avery@intel.com