From: Anders Roxell Date: Wed, 20 Feb 2013 14:56:32 +0000 (+0100) Subject: linux-dtc: Make KERNEL_DEVICETREE_FLAGS configurable X-Git-Tag: yocto-4.0~33845 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f46c5714bc23a50a207c03cc20c3a6aebe8c5df0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 d39f49d1a35..ec6c3753355 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 ''