Re: [PATCH v2 1/4] binman: Support cross-compiling test files to x86

2020-09-26 Thread Simon Glass
On Sun, 6 Sep 2020 at 05:46, Alper Nebi Yasak wrote: > > These test files are currently "intended for use on x86 hosts", but most > of the tests using them can still pass when cross-compiled to x86 on an > arm64 host. > > This patch enables non-x86 hosts to run the tests by specifying a > cross-co

Re: [PATCH v2 1/4] binman: Support cross-compiling test files to x86

2020-09-06 Thread Simon Glass
On Sun, 6 Sep 2020 at 05:46, Alper Nebi Yasak wrote: > > These test files are currently "intended for use on x86 hosts", but most > of the tests using them can still pass when cross-compiled to x86 on an > arm64 host. > > This patch enables non-x86 hosts to run the tests by specifying a > cross-co

[PATCH v2 1/4] binman: Support cross-compiling test files to x86

2020-09-06 Thread Alper Nebi Yasak
These test files are currently "intended for use on x86 hosts", but most of the tests using them can still pass when cross-compiled to x86 on an arm64 host. This patch enables non-x86 hosts to run the tests by specifying a cross-compiler via CROSS_COMPILE. The list of variables it sets is taken fr