[PATCH] arm64: set path to Image.gz in the mkspec to avoid rpm build issue
From: Vadim Lomovtsev <hidden>
Date: 2016-09-29 08:09:04
From: Vadim Lomovtsev <hidden>
Date: 2016-09-29 08:09:04
On Thu, Sep 29, 2016 at 09:23:51AM +0200, Michal Marek wrote:
On 2016-09-28 11:49, Will Deacon wrote:quoted
[Adding Michal Marek] On Tue, Sep 27, 2016 at 08:53:47AM -0700, Vadim Lomovtsev wrote:quoted
In addition to http://www.spinics.net/lists/arm-kernel/msg527466.html While building rpm-pkg target it fails to copy kernel image from default location to rpm buildroot directory. Since we have arch variable set to aarch64 while Image.gz is located at arch/arm64/boot it's necessary to specify correct path to cp command as it implemeted for ppc64 build.The variable should point to the actual file. ppc64 should be fixed as well. Michal
Understood. Thanks for feed-back. Vadim