linux-dtc: Make KERNEL_DEVICETREE_FLAGS configurable
authorAnders Roxell <anders.roxell@enea.com>
Wed, 20 Feb 2013 14:56:32 +0000 (15:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Feb 2013 14:09:23 +0000 (06:09 -0800)
(From OE-Core rev: f46c5714bc23a50a207c03cc20c3a6aebe8c5df0)

Signed-off-by: Anders Roxell <anders.roxell@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-dtb.inc

index d39f49d..ec6c375 100644 (file)
@@ -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 ''