summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/image_types.bbclass
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/image_types.bbclass
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/image_types.bbclass')
-rw-r--r--meta/classes-recipe/image_types.bbclass2
1 files changed, 1 insertions, 1 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"