mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
wic: Add dependencies for erofs-utils
In order to build erofs filesystems, wic must have the erofs-utils package installed into its sysroot. (From OE-Core rev: c349c7fcb299b123824da9a13ee58222a6cbf9ec) Signed-off-by: Heiko Thole <heiko.thole@entwicklung.eq-3.de> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
parent
7fa5220b3b
commit
0d0acb2e4c
|
|
@ -83,7 +83,7 @@ do_image_wic[recrdeptask] += "do_deploy"
|
|||
do_image_wic[deptask] += "do_image_complete"
|
||||
|
||||
WKS_FILE_DEPENDS_DEFAULT = '${@bb.utils.contains_any("BUILD_ARCH", [ 'x86_64', 'i686' ], "syslinux-native", "",d)}'
|
||||
WKS_FILE_DEPENDS_DEFAULT += "bmap-tools-native cdrtools-native btrfs-tools-native squashfs-tools-native e2fsprogs-native"
|
||||
WKS_FILE_DEPENDS_DEFAULT += "bmap-tools-native cdrtools-native btrfs-tools-native squashfs-tools-native e2fsprogs-native erofs-utils-native"
|
||||
# Unified kernel images need objcopy
|
||||
WKS_FILE_DEPENDS_DEFAULT += "virtual/${MLPREFIX}${TARGET_PREFIX}binutils"
|
||||
WKS_FILE_DEPENDS_BOOTLOADERS = ""
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ DEPENDS = "\
|
|||
parted-native gptfdisk-native dosfstools-native \
|
||||
mtools-native bmap-tools-native grub-native cdrtools-native \
|
||||
btrfs-tools-native squashfs-tools-native pseudo-native \
|
||||
e2fsprogs-native util-linux-native tar-native \
|
||||
e2fsprogs-native util-linux-native tar-native erofs-utils-native \
|
||||
virtual/${TARGET_PREFIX}binutils \
|
||||
"
|
||||
DEPENDS:append:x86 = " syslinux-native syslinux grub-efi systemd-boot"
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ NATIVE_RECIPES = {"bmaptool": "bmap-tools",
|
|||
"mkdosfs": "dosfstools",
|
||||
"mkisofs": "cdrtools",
|
||||
"mkfs.btrfs": "btrfs-tools",
|
||||
"mkfs.erofs": "erofs-utils",
|
||||
"mkfs.ext2": "e2fsprogs",
|
||||
"mkfs.ext3": "e2fsprogs",
|
||||
"mkfs.ext4": "e2fsprogs",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user