Re: [PATCH v2] staging: mkspec: added aarch64 ifarch case.

From: Will Deacon
Date: Wed Mar 01 2017 - 23:14:56 EST


On Wed, Mar 01, 2017 at 09:24:14AM -0800, James Tau wrote:
> Patch attempting to fix native 'make rpm' build on ARM64 machines by adding an
> "ifarch aarch64" case. Without it, build fails because the 'cp ...' in the
> default case can't find the built image.
>
> Signed-off-by: James Tau <jtau@xxxxxxxxxxxx>
> ---
> scripts/package/mkspec | 4 ++++
> 1 file changed, 4 insertions(+)

Is this the same issue that was fixed by:

http://lkml.kernel.org/r/20161122213434.14788-1-mmarek@xxxxxxxx

?

I was assuming that Michael was going to queue those, but I could be wrong.

Will