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