From 9fb73b0773c2e49a9e80e6ce603af6ddf31d75d0 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Sat, 9 Sep 2017 18:34:16 +0200 Subject: Pyro needs coreutils-native (we call sync) b/c rss We need to make sure 'sync' is in place. Unzip-native could probably also use ":do_populate_sysroot". --- classes/image_types_ostree.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'classes') diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index 110f88d..3c378fe 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass @@ -5,6 +5,7 @@ inherit image IMAGE_DEPENDS_ostree = "ostree-native:do_populate_sysroot \ openssl-native:do_populate_sysroot \ zip-native:do_populate_sysroot \ + coreutils-native:do_populate_sysroot \ virtual/kernel:do_deploy \ ${OSTREE_INITRAMFS_IMAGE}:do_image_complete \ unzip-native" -- cgit v1.2.3-54-g00ecf