summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-dtb.inc
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@enea.com>2013-02-20 15:56:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-22 06:09:23 -0800
commitf841c83c8f6df112593403db51bc15f8b50125fd (patch)
treee067a126e2dde50f78a3b0b976b8c1517ef1cb30 /meta/recipes-kernel/linux/linux-dtb.inc
parentf1f054ef74b399c8263d278f0e023201149637a2 (diff)
downloadpoky-f841c83c8f6df112593403db51bc15f8b50125fd.tar.gz
linux-dtc: Make KERNEL_DEVICETREE_FLAGS configurable
(From OE-Core rev: f46c5714bc23a50a207c03cc20c3a6aebe8c5df0) Signed-off-by: Anders Roxell <anders.roxell@enea.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-dtb.inc')
-rw-r--r--meta/recipes-kernel/linux/linux-dtb.inc2
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 d39f49d1a3..ec6c375335 100644
--- a/meta/recipes-kernel/linux/linux-dtb.inc
+++ b/meta/recipes-kernel/linux/linux-dtb.inc
@@ -1,6 +1,6 @@
1# Support for device tree generation 1# Support for device tree generation
2FILES_kernel-devicetree = "/boot/devicetree*" 2FILES_kernel-devicetree = "/boot/devicetree*"
3KERNEL_DEVICETREE_FLAGS = "-R 8 -p 0x3000" 3KERNEL_DEVICETREE_FLAGS ?= "-R 8 -p 0x3000"
4 4
5python __anonymous () { 5python __anonymous () {
6 devicetree = d.getVar("KERNEL_DEVICETREE", True) or '' 6 devicetree = d.getVar("KERNEL_DEVICETREE", True) or ''