From: Anders Roxell Date: Wed, 20 Feb 2013 14:56:32 +0000 (+0100) Subject: linux-dtc: Make KERNEL_DEVICETREE_FLAGS configurable X-Git-Tag: rev_ivi_2015_02_04~13604 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cbbb774ac8ce96f24d6193f7c27eccdaa4766ed;p=scm%2Fbb%2Ftizen-distro.git linux-dtc: Make KERNEL_DEVICETREE_FLAGS configurable (From OE-Core rev: f46c5714bc23a50a207c03cc20c3a6aebe8c5df0) Signed-off-by: Anders Roxell Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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 ''