garmin / pyrex

Seamless container setup for developing with OpenEmbedded/Yocto Project
Apache License 2.0
36 stars 29 forks source link

Various fixes #47

Closed JoshuaWatt closed 4 years ago

JoshuaWatt commented 4 years ago

Fixes a few bugs, namely

Adds Ubuntu 20.04 images

Drops CentOS 7 images

JoshuaWatt commented 4 years ago

I'm not opposed here, but what's the use-case for supporting running tput like that?

There isn't a real use case for calling tput specifically, it's just the easiest way to reproduce the bug. Effectively, any program that uses curses will fail with the same error... apparently they check $TERM before the check that stdout is actually a TTY, and if $TERM isn't set they give up without trying at all, where as stdout not being a TTY is dealt with more gracefully.

More specifically bitbake -c testsdk core-image-minimal > log.txt will fail without this patch