mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
wic-tools: ensure pseudo is available
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. (From OE-Core rev: ada7408a55ec58e4aa1b094462f8a681e60be613) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c6ac6a827d
commit
5abdc0d728
@@ -5,7 +5,7 @@ LICENSE = "MIT"
|
|||||||
DEPENDS = "\
|
DEPENDS = "\
|
||||||
parted-native syslinux-native gptfdisk-native dosfstools-native \
|
parted-native syslinux-native gptfdisk-native dosfstools-native \
|
||||||
mtools-native bmap-tools-native grub-efi-native cdrtools-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 = " syslinux grub-efi systemd-boot"
|
||||||
DEPENDS_append_x86-64 = " syslinux grub-efi systemd-boot"
|
DEPENDS_append_x86-64 = " syslinux grub-efi systemd-boot"
|
||||||
|
|||||||
Reference in New Issue
Block a user