Re: [RFC] include DTB in linux-image files on armel

2012-04-23 Thread Ian Campbell
On Mon, 2012-04-23 at 11:53 +0200, Arnaud Patard wrote: Ian Campbell i...@hellion.org.uk writes: On Fri, 2012-04-20 at 14:25 +0100, Ian Campbell wrote: On Fri, 2012-04-20 at 13:35 +0200, Bastian Blank wrote: On Fri, Apr 20, 2012 at 11:11:27AM +0100, Ian Campbell wrote:

Re: [RFC] include DTB in linux-image files on armel

2012-04-23 Thread Rtp
Ian Campbell i...@hellion.org.uk writes: On Fri, 2012-04-20 at 14:25 +0100, Ian Campbell wrote: On Fri, 2012-04-20 at 13:35 +0200, Bastian Blank wrote: On Fri, Apr 20, 2012 at 11:11:27AM +0100, Ian Campbell wrote: -install-image_armel_$(FEATURESET)_$(FLAVOUR)_plain_image \ +ifneq

Re: [RFC] include DTB in linux-image files on armel

2012-04-22 Thread Ian Campbell
On Fri, 2012-04-20 at 14:25 +0100, Ian Campbell wrote: On Fri, 2012-04-20 at 13:35 +0200, Bastian Blank wrote: On Fri, Apr 20, 2012 at 11:11:27AM +0100, Ian Campbell wrote: -install-image_armel_$(FEATURESET)_$(FLAVOUR)_plain_image \ +ifneq ($(filter armel,$(ARCH)),)

[RFC] include DTB in linux-image files on armel

2012-04-20 Thread Ian Campbell
I don't know if we also need this for e.g. armhf or other platforms? I suspect yes. PPC puts these files in /usr/lib/linux-image-$(REAL_VERSION). I guess some tool combines them with the kernel and installs into /boot as necessary. So I suppose ARM ought to do the same and flash-kernel should

Re: [RFC] include DTB in linux-image files on armel

2012-04-20 Thread Bastian Blank
On Fri, Apr 20, 2012 at 11:11:27AM +0100, Ian Campbell wrote: -install-image_armel_$(FEATURESET)_$(FLAVOUR)_plain_image \ +ifneq ($(filter armel,$(ARCH)),) +install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_image: What is this supposed to do? Bastian -- Youth doesn't excuse everything.

Re: [RFC] include DTB in linux-image files on armel

2012-04-20 Thread Ian Campbell
On Fri, 2012-04-20 at 13:35 +0200, Bastian Blank wrote: On Fri, Apr 20, 2012 at 11:11:27AM +0100, Ian Campbell wrote: -install-image_armel_$(FEATURESET)_$(FLAVOUR)_plain_image \ +ifneq ($(filter armel,$(ARCH)),) +install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_image: What is this