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 <[email protected]> > --- > scripts/package/mkspec | 4 ++++ > 1 file changed, 4 insertions(+)
Is this the same issue that was fixed by: http://lkml.kernel.org/r/[email protected] ? I was assuming that Michael was going to queue those, but I could be wrong. Will

