summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2024-03-04 14:25:58 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-05 12:24:50 +0000
commitf15676592bb8ba082b31d35c46631f35f1b3a222 (patch)
treeca2e7a0bda40e55cef614281187595af45649ddd /meta/classes-recipe
parentd827eec21c99b0aa189589aabac6ae3bd188cfc0 (diff)
downloadpoky-f15676592bb8ba082b31d35c46631f35f1b3a222.tar.gz
bmaptool: now part of Yocto Project
The bmaptool (previously: bmap-tools, bmap-tool, bmaptool) has been moved to be under the Yocto Project umbrella and is now hosted at: github.com/yoctoproject/bmaptool [RP: Added a couple of missing renames] (From OE-Core rev: 7a036b1a1ec7dcd27dbe18d4c2e703bd2a8af182) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe')
-rw-r--r--meta/classes-recipe/image_types.bbclass2
-rw-r--r--meta/classes-recipe/image_types_wic.bbclass2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes-recipe/image_types.bbclass b/meta/classes-recipe/image_types.bbclass
index 3733bdfc20..4ad13b4367 100644
--- a/meta/classes-recipe/image_types.bbclass
+++ b/meta/classes-recipe/image_types.bbclass
@@ -363,7 +363,7 @@ CONVERSION_DEPENDS_zip = "zip-native"
363CONVERSION_DEPENDS_7zip = "p7zip-native" 363CONVERSION_DEPENDS_7zip = "p7zip-native"
364CONVERSION_DEPENDS_zst = "zstd-native" 364CONVERSION_DEPENDS_zst = "zstd-native"
365CONVERSION_DEPENDS_sum = "mtd-utils-native" 365CONVERSION_DEPENDS_sum = "mtd-utils-native"
366CONVERSION_DEPENDS_bmap = "bmap-tools-native" 366CONVERSION_DEPENDS_bmap = "bmaptool-native"
367CONVERSION_DEPENDS_u-boot = "u-boot-tools-native" 367CONVERSION_DEPENDS_u-boot = "u-boot-tools-native"
368CONVERSION_DEPENDS_vmdk = "qemu-system-native" 368CONVERSION_DEPENDS_vmdk = "qemu-system-native"
369CONVERSION_DEPENDS_vdi = "qemu-system-native" 369CONVERSION_DEPENDS_vdi = "qemu-system-native"
diff --git a/meta/classes-recipe/image_types_wic.bbclass b/meta/classes-recipe/image_types_wic.bbclass
index ce7125f6f1..cf3be909b3 100644
--- a/meta/classes-recipe/image_types_wic.bbclass
+++ b/meta/classes-recipe/image_types_wic.bbclass
@@ -106,7 +106,7 @@ do_image_wic[recrdeptask] += "do_deploy"
106do_image_wic[deptask] += "do_image_complete" 106do_image_wic[deptask] += "do_image_complete"
107 107
108WKS_FILE_DEPENDS_DEFAULT = '${@bb.utils.contains_any("BUILD_ARCH", [ 'x86_64', 'i686' ], "syslinux-native", "",d)}' 108WKS_FILE_DEPENDS_DEFAULT = '${@bb.utils.contains_any("BUILD_ARCH", [ 'x86_64', 'i686' ], "syslinux-native", "",d)}'
109WKS_FILE_DEPENDS_DEFAULT += "bmap-tools-native cdrtools-native btrfs-tools-native squashfs-tools-native e2fsprogs-native erofs-utils-native" 109WKS_FILE_DEPENDS_DEFAULT += "bmaptool-native cdrtools-native btrfs-tools-native squashfs-tools-native e2fsprogs-native erofs-utils-native"
110# Unified kernel images need objcopy 110# Unified kernel images need objcopy
111WKS_FILE_DEPENDS_DEFAULT += "virtual/${TARGET_PREFIX}binutils" 111WKS_FILE_DEPENDS_DEFAULT += "virtual/${TARGET_PREFIX}binutils"
112WKS_FILE_DEPENDS_BOOTLOADERS = "" 112WKS_FILE_DEPENDS_BOOTLOADERS = ""