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
147
stars
56
forks
source link
test_runbitbake.py: Update to work with python3 #37
In python3 stdout for Popen() is a byte stream, so it must be decoded to strings. This change is necessary because travis switched to python3.
Signed-off-by: Randy Witt randy.e.witt@intel.com