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:14 -0800 |
commit | f46c5714bc23a50a207c03cc20c3a6aebe8c5df0 (patch) | |
tree | 5984a6ce476964e66d002685334fd5379fba11bc | |
parent | c0ff6185e623a40a7378a01d45b2c641ca3fa79d (diff) | |
download | openembedded-core-f46c5714bc23a50a207c03cc20c3a6aebe8c5df0.tar.gz openembedded-core-f46c5714bc23a50a207c03cc20c3a6aebe8c5df0.tar.bz2 openembedded-core-f46c5714bc23a50a207c03cc20c3a6aebe8c5df0.zip |
linux-dtc: Make KERNEL_DEVICETREE_FLAGS configurable
Signed-off-by: Anders Roxell <anders.roxell@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 @@ # 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 '' |