cros-kernel2 get_build_arch() is broken for amd64 builds |
||
Issue descriptionWhen trying to build an image with the upstream kernel, I noticed that images for Intel boards always ended up using x86_defconfig instead of x86_64_defconfig. The reason turns out to be the value of the ARCH variable, which is "amd64". This is not explicitly handled in get_build_arch(); it defaults to the output of tc-arch-kernel. This function returns "x86", not the expected "x86_64".
,
Apr 24 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 24 2018