You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are the distributions that are validated to build this?
I am trying on Ubuntu 22.04 and getting this warning
WARNING: Host distribution "ubuntu-22.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Would it be possible to have a list of supported build systems?
Specifically, my build is failing with ERROR: Error running gcc --version: ccache: error: Could not find compiler "gcc" in PATH
I do have both gcc and ccache installed and in the host system's path for what it's worth it.
Thank you,
The text was updated successfully, but these errors were encountered:
WARNING: Host distribution "ubuntu-22.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
This list is provided by Yocto/OE in poky configuration file (poky/meta-poky/conf/distro/poky.conf), this is from nanbield release.
What are the distributions that are validated to build this?
I am trying on Ubuntu 22.04 and getting this warning
WARNING: Host distribution "ubuntu-22.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Would it be possible to have a list of supported build systems?
Specifically, my build is failing with
ERROR: Error running gcc --version: ccache: error: Could not find compiler "gcc" in PATH
I do have both gcc and ccache installed and in the host system's path for what it's worth it.
Thank you,
The text was updated successfully, but these errors were encountered: