diff options
| author | Heiko Thole <heiko.thole@entwicklung.eq-3.de> | 2023-07-17 06:44:49 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-07-21 06:27:34 -1000 |
| commit | 0d0acb2e4cf023199ac1918683d57beb2ae5a31d (patch) | |
| tree | 32f370ad5840027c98d146a69399a09879f5cc99 /meta | |
| parent | 7fa5220b3baa79d3cc39dd423d1d299bf94e77c5 (diff) | |
| download | poky-0d0acb2e4cf023199ac1918683d57beb2ae5a31d.tar.gz | |
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>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/classes/image_types_wic.bbclass | 2 | ||||
| -rw-r--r-- | meta/recipes-core/meta/wic-tools.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/image_types_wic.bbclass b/meta/classes/image_types_wic.bbclass index 6453dd1b74..8497916d48 100644 --- a/meta/classes/image_types_wic.bbclass +++ b/meta/classes/image_types_wic.bbclass | |||
| @@ -83,7 +83,7 @@ do_image_wic[recrdeptask] += "do_deploy" | |||
| 83 | do_image_wic[deptask] += "do_image_complete" | 83 | do_image_wic[deptask] += "do_image_complete" |
| 84 | 84 | ||
| 85 | WKS_FILE_DEPENDS_DEFAULT = '${@bb.utils.contains_any("BUILD_ARCH", [ 'x86_64', 'i686' ], "syslinux-native", "",d)}' | 85 | WKS_FILE_DEPENDS_DEFAULT = '${@bb.utils.contains_any("BUILD_ARCH", [ 'x86_64', 'i686' ], "syslinux-native", "",d)}' |
| 86 | WKS_FILE_DEPENDS_DEFAULT += "bmap-tools-native cdrtools-native btrfs-tools-native squashfs-tools-native e2fsprogs-native" | 86 | WKS_FILE_DEPENDS_DEFAULT += "bmap-tools-native cdrtools-native btrfs-tools-native squashfs-tools-native e2fsprogs-native erofs-utils-native" |
| 87 | # Unified kernel images need objcopy | 87 | # Unified kernel images need objcopy |
| 88 | WKS_FILE_DEPENDS_DEFAULT += "virtual/${MLPREFIX}${TARGET_PREFIX}binutils" | 88 | WKS_FILE_DEPENDS_DEFAULT += "virtual/${MLPREFIX}${TARGET_PREFIX}binutils" |
| 89 | WKS_FILE_DEPENDS_BOOTLOADERS = "" | 89 | WKS_FILE_DEPENDS_BOOTLOADERS = "" |
diff --git a/meta/recipes-core/meta/wic-tools.bb b/meta/recipes-core/meta/wic-tools.bb index daaf3ea576..9282d36a4d 100644 --- a/meta/recipes-core/meta/wic-tools.bb +++ b/meta/recipes-core/meta/wic-tools.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS = "\ | |||
| 6 | parted-native gptfdisk-native dosfstools-native \ | 6 | parted-native gptfdisk-native dosfstools-native \ |
| 7 | mtools-native bmap-tools-native grub-native cdrtools-native \ | 7 | mtools-native bmap-tools-native grub-native cdrtools-native \ |
| 8 | btrfs-tools-native squashfs-tools-native pseudo-native \ | 8 | btrfs-tools-native squashfs-tools-native pseudo-native \ |
| 9 | e2fsprogs-native util-linux-native tar-native \ | 9 | e2fsprogs-native util-linux-native tar-native erofs-utils-native \ |
| 10 | virtual/${TARGET_PREFIX}binutils \ | 10 | virtual/${TARGET_PREFIX}binutils \ |
| 11 | " | 11 | " |
| 12 | DEPENDS:append:x86 = " syslinux-native syslinux grub-efi systemd-boot" | 12 | DEPENDS:append:x86 = " syslinux-native syslinux grub-efi systemd-boot" |
