Hi Oleksii,
On 09/02/2024 19:00, Oleksii Kurochko wrote:
>
>
> Kconfig tool expects each configuration to be on a new line.
>
> The current version of the build script puts all of ${EXTRA_FIXED_RANDCONFIG}
> in a single line and configs are seperated by spaces.
>
> As a result, only the first configuration in ${EXTRA_FIXED_RANDCONFIG} will
> be used.
There is no need for this patch. If you want the variables to be separated by
new lines,
just use a '|' symbol after EXTRA_FIXED_RANDCONFIG (see all definitions of
EXTRA_XEN_CONFIG).
~Michal