diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-dtb.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 0e720934bb..0174c80d85 100644 --- a/meta/recipes-kernel/linux/linux-dtb.inc +++ b/meta/recipes-kernel/linux/linux-dtb.inc | |||
@@ -1,6 +1,8 @@ | |||
1 | # Support for device tree generation | 1 | # Support for device tree generation |
2 | FILES_kernel-devicetree = "/${KERNEL_IMAGEDEST}/devicetree*" | 2 | FILES_kernel-devicetree = "/${KERNEL_IMAGEDEST}/devicetree*" |
3 | 3 | ||
4 | PACKAGE_WRITE_DEPS += "virtual/update-alternatives-native" | ||
5 | |||
4 | python __anonymous () { | 6 | python __anonymous () { |
5 | d.appendVar("PACKAGES", " kernel-devicetree") | 7 | d.appendVar("PACKAGES", " kernel-devicetree") |
6 | } | 8 | } |