Re: [OE-core] [PATCH] scons: Pass MAXLINELENGTH to scons invocation

2023-02-02 Thread Martin Jansa
Can we pass this through some variable (maybe even as default EXTRA_OESCONS)? Some recipes seem to use older scons which don't support this and fail with: Unknown variables: MAXLINELENGTH ERROR: scons build execution failed. I've seen this with arm-compute-library-22.08 On Mon, Jan 30, 2023 at

[OE-core] [PATCH] scons: Pass MAXLINELENGTH to scons invocation

2023-01-29 Thread Khem Raj
This helps in overcoming a problem when using scons with ccache enabled. When commands get longer, then it resorts to using response files to do the operations e.g. @/tmp/tmp96j6icra.lnk when this response file is inboked by compiler it works ok, however, this does not when ccache is used to