diff options
author | Anders Roxell <anders.roxell@enea.com> | 2013-02-20 15:56:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-22 06:09:23 -0800 |
commit | f841c83c8f6df112593403db51bc15f8b50125fd (patch) | |
tree | e067a126e2dde50f78a3b0b976b8c1517ef1cb30 /meta/recipes-kernel | |
parent | f1f054ef74b399c8263d278f0e023201149637a2 (diff) | |
download | poky-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')
-rw-r--r-- | 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 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 |
2 | FILES_kernel-devicetree = "/boot/devicetree*" | 2 | FILES_kernel-devicetree = "/boot/devicetree*" |
3 | KERNEL_DEVICETREE_FLAGS = "-R 8 -p 0x3000" | 3 | KERNEL_DEVICETREE_FLAGS ?= "-R 8 -p 0x3000" |
4 | 4 | ||
5 | python __anonymous () { | 5 | python __anonymous () { |
6 | devicetree = d.getVar("KERNEL_DEVICETREE", True) or '' | 6 | devicetree = d.getVar("KERNEL_DEVICETREE", True) or '' |