On 2/11/20 1:49 PM, Denys Dmytriyenko wrote: > On Tue, Feb 11, 2020 at 09:31:49PM +0000, Richard Purdie wrote: >> On Tue, 2020-02-11 at 14:31 -0500, Jon Mason wrote: >>> I'm seeing multiple "Command not found" errors when I run the >>> testimage command on zeus with GCC added. I'm sure others are >>> testing >>> this and not seeing an issue. So, please let me know what I'm doing >>> wrong. >>> >>> My only configuration was to add to local.conf (aside from SSTATE_DIR >>> and DL_DIR) is: >>> INHERIT += "testimage" >>> IMAGE_INSTALL_append = " autoconf make gcc " >> If you put gcc-symlinks and maybe binutils-symlinks in there, does it >> work better? Suggests we may have some gremlins in the packages used to >> enable the tests if so... > Maybe try IMAGE_INSTALL_append = " packagegroup-core-buildessential" Just curious. Do you see this on Master? - armin > > >