mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +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.
Fixes: 30375ce97 ("Add support for erofs filesystems")
(From OE-Core rev: 68e364340c439a1341d37c3f7a2b0e6aad8e1e56)
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ae37e2efd3
commit
4e9102a83c
@@ -83,7 +83,7 @@ do_image_wic[recrdeptask] += "do_deploy"
|
|||||||
do_image_wic[deptask] += "do_image_complete"
|
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 = '${@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"
|
||||||
WKS_FILE_DEPENDS_BOOTLOADERS = ""
|
WKS_FILE_DEPENDS_BOOTLOADERS = ""
|
||||||
WKS_FILE_DEPENDS_BOOTLOADERS:x86 = "syslinux grub-efi systemd-boot os-release"
|
WKS_FILE_DEPENDS_BOOTLOADERS:x86 = "syslinux grub-efi systemd-boot os-release"
|
||||||
WKS_FILE_DEPENDS_BOOTLOADERS:x86-64 = "syslinux grub-efi systemd-boot os-release"
|
WKS_FILE_DEPENDS_BOOTLOADERS:x86-64 = "syslinux grub-efi systemd-boot os-release"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ DEPENDS = "\
|
|||||||
parted-native gptfdisk-native dosfstools-native \
|
parted-native gptfdisk-native dosfstools-native \
|
||||||
mtools-native bmap-tools-native grub-native cdrtools-native \
|
mtools-native bmap-tools-native grub-native cdrtools-native \
|
||||||
btrfs-tools-native squashfs-tools-native pseudo-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 \
|
||||||
"
|
"
|
||||||
DEPENDS:append:x86 = " syslinux-native syslinux grub-efi systemd-boot"
|
DEPENDS:append:x86 = " syslinux-native syslinux grub-efi systemd-boot"
|
||||||
DEPENDS:append:x86-64 = " syslinux-native syslinux grub-efi systemd-boot"
|
DEPENDS:append:x86-64 = " syslinux-native syslinux grub-efi systemd-boot"
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ NATIVE_RECIPES = {"bmaptool": "bmap-tools",
|
|||||||
"mkdosfs": "dosfstools",
|
"mkdosfs": "dosfstools",
|
||||||
"mkisofs": "cdrtools",
|
"mkisofs": "cdrtools",
|
||||||
"mkfs.btrfs": "btrfs-tools",
|
"mkfs.btrfs": "btrfs-tools",
|
||||||
|
"mkfs.erofs": "erofs-utils",
|
||||||
"mkfs.ext2": "e2fsprogs",
|
"mkfs.ext2": "e2fsprogs",
|
||||||
"mkfs.ext3": "e2fsprogs",
|
"mkfs.ext3": "e2fsprogs",
|
||||||
"mkfs.ext4": "e2fsprogs",
|
"mkfs.ext4": "e2fsprogs",
|
||||||
|
|||||||
Reference in New Issue
Block a user