linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Build dtb files in all target
@ 2012-08-29  5:35 Andrew Lunn
  2012-08-29  7:20 ` Stephen Boyd
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Lunn @ 2012-08-29  5:35 UTC (permalink / raw)
  To: linux-arm-kernel

Tools like kisskb are good at finding build regressions in the kernel
sources. However, regressions in the DT desscriptions are not found,
because generally these build systems don't build the DT binary blobs.

Extend the ARM all target to build all enabled DTB files.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
 arch/arm/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 30eae87..aee2b1e 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -268,7 +268,7 @@ else
 KBUILD_IMAGE := zImage
 endif
 
-all:	$(KBUILD_IMAGE)
+all:	$(KBUILD_IMAGE) dtbs
 
 boot := arch/arm/boot
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] ARM: Build dtb files in all target
  2012-08-29  5:35 [PATCH] ARM: Build dtb files in all target Andrew Lunn
@ 2012-08-29  7:20 ` Stephen Boyd
  2012-08-30  5:11   ` Andrew Lunn
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Boyd @ 2012-08-29  7:20 UTC (permalink / raw)
  To: linux-arm-kernel

On 8/28/2012 10:35 PM, Andrew Lunn wrote:
> Tools like kisskb are good at finding build regressions in the kernel
> sources. However, regressions in the DT desscriptions are not found,
> because generally these build systems don't build the DT binary blobs.
>
> Extend the ARM all target to build all enabled DTB files.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>

You should probably put a star (*) next to the dtbs info in the help
text too.

Have you tried this in a clean tree? Also, should this only be default
true if USE_OF is true?

-- 
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: Build dtb files in all target
  2012-08-29  7:20 ` Stephen Boyd
@ 2012-08-30  5:11   ` Andrew Lunn
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2012-08-30  5:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Aug 29, 2012 at 12:20:55AM -0700, Stephen Boyd wrote:
> On 8/28/2012 10:35 PM, Andrew Lunn wrote:
> > Tools like kisskb are good at finding build regressions in the kernel
> > sources. However, regressions in the DT desscriptions are not found,
> > because generally these build systems don't build the DT binary blobs.
> >
> > Extend the ARM all target to build all enabled DTB files.
> >
> > Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> 
> You should probably put a star (*) next to the dtbs info in the help
> text too.

Will do. Version 2 to be posted soon.

> 
> Have you tried this in a clean tree?

I tested with
make distclean
make kirkwood_defconfig
make

Any other permutations you would like me to test?

> Also, should this only be default true if USE_OF is true?

Also in v2.

     Thanks
          Andrew

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-30  5:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-29  5:35 [PATCH] ARM: Build dtb files in all target Andrew Lunn
2012-08-29  7:20 ` Stephen Boyd
2012-08-30  5:11   ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).