setup-build-env, build-linux, build-sample, build-selftests are made to handle this input and set the ARCH variable when calling make to what is expected by Linux build system.
If the inputs.arch is different than the host arch, CROSS_COMPILE variable will be set to the right toolchain.
setup-build-env is also modified to install the corresponding target libraries.
This adds handling of a required
arch
parameter.setup-build-env, build-linux, build-sample, build-selftests are made to handle this input and set the
ARCH
variable when callingmake
to what is expected by Linux build system.If the
inputs.arch
is different than the host arch,CROSS_COMPILE
variable will be set to the right toolchain.setup-build-env
is also modified to install the corresponding target libraries.