diff options
| author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-01-19 09:57:22 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-20 11:53:50 +0000 |
| commit | 31943a7ecff47a58e111200ad524ae319b2d4603 (patch) | |
| tree | a42f9ed1805f4c96af1648388538dd3735502d3c /meta | |
| parent | 8259bf1ecbf812fd0008bd3d1b4d4f2b06ff7357 (diff) | |
| download | poky-31943a7ecff47a58e111200ad524ae319b2d4603.tar.gz | |
linux-dtb: Add PACKAGE_WRITE_DEP for postinstall
update-alternatives is used in postinstall.
(From OE-Core rev: ca2626a78f44a253adf4e93a1eae0ea323a0196f)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
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, 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 | } |
