Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] wic-tools: ensure pseudo is available
@ 2017-07-25  9:12 Paul Eggleton
  2017-07-25  9:12 ` [PATCH 1/1] " Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2017-07-25  9:12 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit d3a41fbd94462efc8c6f1b55f6fb54001b447c45:

  linux-yocto: only suggest default kernel type (2017-07-24 09:12:28 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/wic-pseudo
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=paule/wic-pseudo

Paul Eggleton (1):
  wic-tools: ensure pseudo is available

 meta/recipes-core/meta/wic-tools.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.9.4



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] wic-tools: ensure pseudo is available
  2017-07-25  9:12 [PATCH 0/1] wic-tools: ensure pseudo is available Paul Eggleton
@ 2017-07-25  9:12 ` Paul Eggleton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2017-07-25  9:12 UTC (permalink / raw)
  To: openembedded-core

wic will attempt to use pseudo from the wic-tools sysroot to run, but it
was only sure to be in there if do_install had executed - which is not
the case if it had been restored from sstate, in which case it failed
horribly as seen when running the wic.Wic.test_fs_types and
test_mkfs_extraopts tests on the Yocto Project autobuilder recently. Add
an explicit dependency on pseudo-native to ensure it's always there.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-core/meta/wic-tools.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/meta/wic-tools.bb b/meta/recipes-core/meta/wic-tools.bb
index c416a2e..d908e48 100644
--- a/meta/recipes-core/meta/wic-tools.bb
+++ b/meta/recipes-core/meta/wic-tools.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
 DEPENDS = "\
            parted-native syslinux-native gptfdisk-native dosfstools-native \
            mtools-native bmap-tools-native grub-efi-native cdrtools-native \
-           btrfs-tools-native squashfs-tools-native \
+           btrfs-tools-native squashfs-tools-native pseudo-native \
            "
 DEPENDS_append_x86 = " syslinux grub-efi systemd-boot"
 DEPENDS_append_x86-64 = " syslinux grub-efi systemd-boot"
-- 
2.9.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-25  9:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-25  9:12 [PATCH 0/1] wic-tools: ensure pseudo is available Paul Eggleton
2017-07-25  9:12 ` [PATCH 1/1] " Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox