diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-11 10:27:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-11 10:27:22 +0000 |
commit | 8e93b533ab6da5500b2eda7c81f35b4f8cf17e2e (patch) | |
tree | 3a2c945fb7d3b318c439ad230bbb55d5a1a1f2ce /meta | |
parent | b42ba2f95c6968789b06be2dad459e3bef723b1a (diff) | |
download | poky-8e93b533ab6da5500b2eda7c81f35b4f8cf17e2e.tar.gz |
linux-dtb.inc: Fix package name to match PACKAGES
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 0b27d18ded..eb894562b3 100644 --- a/meta/recipes-kernel/linux/linux-dtb.inc +++ b/meta/recipes-kernel/linux/linux-dtb.inc | |||
@@ -1,5 +1,5 @@ | |||
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 () { |