Re: [yocto] local.conf confusion

2019-02-20 Thread Greg Wilson-Lindberg
Well, I'm feeling bad, the Yocto system that I'm using is from Qt for their Boot2Qt builds. It seems that the include is pointing their private dir tree. Sorry for bothering the list with this noise. Regards, Greg Wilson-Lindberg  > -Original Message- > From: Greg Wilson-Lindberg >

Re: [yocto] local.conf confusion

2019-02-20 Thread Rudolf J Streif
Greg, I am not entirely sure why you are including a machine configuration include file into your conf/local.conf file. However, the "include" directive is optional include and hence if the file is not found Bitbake will not raise an error and terminate. If you need that behavior use "require"

[yocto] local.conf confusion

2019-02-20 Thread Greg Wilson-Lindberg
Hello list, I've run into a confusion that should be simple. I've got a build based on sumo, at the bottom of my local.conf file is the line: include conf/distro/include/${MACHINE}.pre.inc This should be straight forward, just find the conf/distro/include directory and all of the *.pre.inc