Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] linux-dtc: Make KERNEL_DEVICETREE_FLAGS configurable
@ 2013-02-20 14:56 anders.roxell
  0 siblings, 0 replies; only message in thread
From: anders.roxell @ 2013-02-20 14:56 UTC (permalink / raw)
  To: openembedded-core; +Cc: Anders Roxell

From: Anders Roxell <anders.roxell@enea.com>


Signed-off-by: Anders Roxell <anders.roxell@enea.com>
---
 meta/recipes-kernel/linux/linux-dtb.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc
index d39f49d..ec6c375 100644
--- a/meta/recipes-kernel/linux/linux-dtb.inc
+++ b/meta/recipes-kernel/linux/linux-dtb.inc
@@ -1,6 +1,6 @@
 # Support for device tree generation
 FILES_kernel-devicetree = "/boot/devicetree*"
-KERNEL_DEVICETREE_FLAGS = "-R 8 -p 0x3000"
+KERNEL_DEVICETREE_FLAGS ?= "-R 8 -p 0x3000"
 
 python __anonymous () {
     devicetree = d.getVar("KERNEL_DEVICETREE", True) or ''
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-20 15:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-20 14:56 [PATCH] linux-dtc: Make KERNEL_DEVICETREE_FLAGS configurable anders.roxell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox