From patchwork Wed Feb 20 14:56:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: linux-dtc: Make KERNEL_DEVICETREE_FLAGS configurable Date: Wed, 20 Feb 2013 14:56:32 -0000 From: anders.roxell@gmail.com X-Patchwork-Id: 44933 Message-Id: <1361372192-12170-1-git-send-email-anders.roxell@gmail.com> To: Cc: Anders Roxell From: Anders Roxell Signed-off-by: Anders Roxell --- meta/recipes-kernel/linux/linux-dtb.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 ''