summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-01-19 09:57:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-20 11:53:50 +0000
commit31943a7ecff47a58e111200ad524ae319b2d4603 (patch)
treea42f9ed1805f4c96af1648388538dd3735502d3c
parent8259bf1ecbf812fd0008bd3d1b4d4f2b06ff7357 (diff)
downloadpoky-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>
-rw-r--r--meta/recipes-kernel/linux/linux-dtb.inc2
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
2FILES_kernel-devicetree = "/${KERNEL_IMAGEDEST}/devicetree*" 2FILES_kernel-devicetree = "/${KERNEL_IMAGEDEST}/devicetree*"
3 3
4PACKAGE_WRITE_DEPS += "virtual/update-alternatives-native"
5
4python __anonymous () { 6python __anonymous () {
5 d.appendVar("PACKAGES", " kernel-devicetree") 7 d.appendVar("PACKAGES", " kernel-devicetree")
6} 8}