Re: [PATCH V6] kbuild: dtbs_install: new make target

2015-03-29 Thread Olof Johansson
On Sat, Mar 28, 2015 at 8:58 AM, Jason Cooper ja...@lakedaemon.net wrote: Russell, On Sat, Mar 28, 2015 at 01:23:20PM +, Russell King - ARM Linux wrote: Okay, I'm digging up an old version of this patch - v7 was merged but I find *nowhere* where that version was posted to people involved

Re: [PATCH V6] kbuild: dtbs_install: new make target

2015-03-29 Thread Russell King - ARM Linux
On Sun, Mar 29, 2015 at 01:34:41PM -0700, Olof Johansson wrote: On Sat, Mar 28, 2015 at 8:58 AM, Jason Cooper ja...@lakedaemon.net wrote: Russell, On Sat, Mar 28, 2015 at 01:23:20PM +, Russell King - ARM Linux wrote: Okay, I'm digging up an old version of this patch - v7 was merged

Re: [PATCH V6] kbuild: dtbs_install: new make target

2015-03-28 Thread Russell King - ARM Linux
Okay, I'm digging up an old version of this patch - v7 was merged but I find *nowhere* where that version was posted to people involved in this discussion. The reason is that I would've commented on v7, because of this stupid thing (which is now in scripts/Makefile.dtbsinst): + $(Q)if [ -d

Re: [PATCH V6] kbuild: dtbs_install: new make target

2015-03-28 Thread Jason Cooper
Russell, On Sat, Mar 28, 2015 at 01:23:20PM +, Russell King - ARM Linux wrote: Okay, I'm digging up an old version of this patch - v7 was merged but I find *nowhere* where that version was posted to people involved in this discussion. fwiw, I just went through my archive of patch

Re: [PATCH V6] kbuild: dtbs_install: new make target

2014-02-04 Thread Grant Likely
On Fri, 10 Jan 2014 13:29:23 -0500, Jason Cooper ja...@lakedaemon.net wrote: Grant, On Sun, Dec 01, 2013 at 11:56:28PM +, Jason Cooper wrote: Unlike other build products in the Linux kernel, there is no 'make *install' mechanism to put devicetree blobs in a standard place. This

Re: [PATCH V6] kbuild: dtbs_install: new make target

2014-01-10 Thread Jason Cooper
Grant, On Sun, Dec 01, 2013 at 11:56:28PM +, Jason Cooper wrote: Unlike other build products in the Linux kernel, there is no 'make *install' mechanism to put devicetree blobs in a standard place. This patch is an attempt to fix this problem. Akin to 'make install', this creates a new

Re: [PATCH V6] kbuild: dtbs_install: new make target

2013-12-03 Thread Stephen Warren
On 12/01/2013 04:56 PM, Jason Cooper wrote: Unlike other build products in the Linux kernel, there is no 'make *install' mechanism to put devicetree blobs in a standard place. This patch is an attempt to fix this problem. Akin to 'make install', this creates a new make target, dtbs_install.

Re: [PATCH V6] kbuild: dtbs_install: new make target

2013-12-03 Thread Russell King - ARM Linux
On Tue, Dec 03, 2013 at 10:37:28AM -0700, Stephen Warren wrote: On 12/01/2013 04:56 PM, Jason Cooper wrote: Unlike other build products in the Linux kernel, there is no 'make *install' mechanism to put devicetree blobs in a standard place. This patch is an attempt to fix this problem.

[PATCH V6] kbuild: dtbs_install: new make target

2013-12-01 Thread Jason Cooper
Unlike other build products in the Linux kernel, there is no 'make *install' mechanism to put devicetree blobs in a standard place. This patch is an attempt to fix this problem. Akin to 'make install', this creates a new make target, dtbs_install. The script that gets called defers to a