From: Anders Roxell Date: Wed, 20 Feb 2013 14:56:32 +0000 (+0100) Subject: linux-dtc: Make KERNEL_DEVICETREE_FLAGS configurable X-Git-Tag: 2015-4~7464 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f46c5714bc23a50a207c03cc20c3a6aebe8c5df0;p=openembedded-core.git linux-dtc: Make KERNEL_DEVICETREE_FLAGS configurable Signed-off-by: Anders Roxell Signed-off-by: Saul Wold --- diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index d39f49d1a3..ec6c375335 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 ''