summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2017-07-05 18:13:34 +0300
committerLeon Anavi <leon.anavi@konsulko.com>2017-07-07 15:49:56 +0300
commit92204be09dab697cfe308c89c8cba9556be5fd76 (patch)
tree0d022f341842d49bcfafb37d417c889e354b8155
parent00dc1fef0667ab640ad6bd688e4737309b000358 (diff)
downloadmeta-updater-92204be09dab697cfe308c89c8cba9556be5fd76.tar.gz
image_types_ostree.bbclass: Fix path to unzip
The creation of images, such as rpi-basic-image failed on branch Pyro due to missing/wrong path to unzip. This patch adds unzip-native as a dependency and ensures that the image will be created successfully. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-rw-r--r--classes/image_types_ostree.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass
index 72d7df5..a62ec84 100644
--- a/classes/image_types_ostree.bbclass
+++ b/classes/image_types_ostree.bbclass
@@ -5,7 +5,8 @@ inherit image
5IMAGE_DEPENDS_ostree = "ostree-native:do_populate_sysroot \ 5IMAGE_DEPENDS_ostree = "ostree-native:do_populate_sysroot \
6 openssl-native:do_populate_sysroot \ 6 openssl-native:do_populate_sysroot \
7 virtual/kernel:do_deploy \ 7 virtual/kernel:do_deploy \
8 ${OSTREE_INITRAMFS_IMAGE}:do_image_complete" 8 ${OSTREE_INITRAMFS_IMAGE}:do_image_complete \
9 unzip-native"
9 10
10export OSTREE_REPO 11export OSTREE_REPO
11export OSTREE_BRANCHNAME 12export OSTREE_BRANCHNAME