]> code.ossystems Code Review - openembedded-core.git/commitdiff
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:14 +0000 (06:09 -0800)
Signed-off-by: Anders Roxell <anders.roxell@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-kernel/linux/linux-dtb.inc

index d39f49d1a35be3eee014a7c2131ac2d8852a9c01..ec6c375335519a2a8966ed541a81fd632045e7b9 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 ''