Re: [yocto] Displaying buildcfg

2017-11-18 Thread Chris Simmonds
Hi, On 18/11/17 14:41, cddatemp wrote: > At 2017-11-18 20:45:11, "Chris Simmonds" wrote: >>Hi, >> >>At the start of a bitbake run it displays the current build >>configuration before it starts to build anything: >> >>Build Configuration: >>BB_VERSION= "1.28.0"

Re: [yocto] Displaying buildcfg

2017-11-18 Thread cddatemp
At 2017-11-18 20:45:11, "Chris Simmonds" wrote: >Hi, > >At the start of a bitbake run it displays the current build >configuration before it starts to build anything: > >Build Configuration: >BB_VERSION= "1.28.0" >BUILD_SYS = "x86_64-linux" >[...] > >This

[yocto] Displaying buildcfg

2017-11-18 Thread Chris Simmonds
Hi, At the start of a bitbake run it displays the current build configuration before it starts to build anything: Build Configuration: BB_VERSION= "1.28.0" BUILD_SYS = "x86_64-linux" [...] This information is useful, especially when you are swapping between multiple projects