[OE-core] [PATCH] linux-dtc: Make KERNEL_DEVICETREE_FLAGS configurable

anders.roxell at gmail.com anders.roxell at gmail.com
Wed Feb 20 14:56:32 UTC 2013


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


Signed-off-by: Anders Roxell <anders.roxell at 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





More information about the Openembedded-core mailing list