Re: [PATCH 1/6] arm64: Use full path in KBUILD_IMAGE definition

2017-03-20 Thread Masahiro Yamada
2017-03-20 21:13 GMT+09:00 Will Deacon : > On Sat, Mar 18, 2017 at 10:14:41PM +0900, Masahiro Yamada wrote: >> 2017-03-11 6:20 GMT+09:00 Michal Marek : >> > Dne 10.3.2017 v 18:58 Will Deacon napsal(a): >> >> On Tue, Nov 22, 2016 at 10:34:29PM +0100, Michal Marek wrote: >> >>> The KBUILD_IMAGE varia

Re: [PATCH 1/6] arm64: Use full path in KBUILD_IMAGE definition

2017-03-20 Thread Will Deacon
On Sat, Mar 18, 2017 at 10:14:41PM +0900, Masahiro Yamada wrote: > 2017-03-11 6:20 GMT+09:00 Michal Marek : > > Dne 10.3.2017 v 18:58 Will Deacon napsal(a): > >> On Tue, Nov 22, 2016 at 10:34:29PM +0100, Michal Marek wrote: > >>> The KBUILD_IMAGE variable is used by the rpm and deb-pkg targets, whi

Re: [PATCH 1/6] arm64: Use full path in KBUILD_IMAGE definition

2017-03-18 Thread Masahiro Yamada
Hi Will, Michal, 2017-03-11 6:20 GMT+09:00 Michal Marek : > Dne 10.3.2017 v 18:58 Will Deacon napsal(a): >> Hi Michael, >> >> On Tue, Nov 22, 2016 at 10:34:29PM +0100, Michal Marek wrote: >>> The KBUILD_IMAGE variable is used by the rpm and deb-pkg targets, which >>> expect it to point to the imag

Re: [PATCH 1/6] arm64: Use full path in KBUILD_IMAGE definition

2017-03-10 Thread Michal Marek
Dne 10.3.2017 v 18:58 Will Deacon napsal(a): > Hi Michael, > > On Tue, Nov 22, 2016 at 10:34:29PM +0100, Michal Marek wrote: >> The KBUILD_IMAGE variable is used by the rpm and deb-pkg targets, which >> expect it to point to the image file in the build directory. The >> builddeb script has a worka

Re: [PATCH 1/6] arm64: Use full path in KBUILD_IMAGE definition

2017-03-10 Thread Will Deacon
Hi Michael, On Tue, Nov 22, 2016 at 10:34:29PM +0100, Michal Marek wrote: > The KBUILD_IMAGE variable is used by the rpm and deb-pkg targets, which > expect it to point to the image file in the build directory. The > builddeb script has a workaround for architectures which only provide > the basen

[PATCH 1/6] arm64: Use full path in KBUILD_IMAGE definition

2016-11-22 Thread Michal Marek
The KBUILD_IMAGE variable is used by the rpm and deb-pkg targets, which expect it to point to the image file in the build directory. The builddeb script has a workaround for architectures which only provide the basename, but let's provide a clean interface for packaging tools. Cc: Catalin Marinas