[OE-core] [PATCH] image_types: fix checksum conversion dependencies

Khem Raj raj.khem at gmail.com
Mon Feb 24 16:07:47 UTC 2020


On Mon, Feb 24, 2020 at 6:15 AM Bartosz Golaszewski <brgl at bgdev.pl> wrote:

> From: Bartosz Golaszewski <bgolaszewski at baylibre.com>
>
> Only md5sum and sha256sum tools are provided by HOSTTOOLS. For other
> checksum utils, the conversions need to depend on coreutils-native.
>
> Signed-off-by: Bartosz Golaszewski <bgolaszewski at baylibre.com>
> ---
>  meta/classes/image_types.bbclass | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/meta/classes/image_types.bbclass
> b/meta/classes/image_types.bbclass
> index f82f1d8862..63ffbac7e6 100644
> --- a/meta/classes/image_types.bbclass
> +++ b/meta/classes/image_types.bbclass
> @@ -315,6 +315,10 @@ CONVERSION_DEPENDS_lzo = "lzop-native"
>  CONVERSION_DEPENDS_zip = "zip-native"
>  CONVERSION_DEPENDS_zst = "zstd-native"
>  CONVERSION_DEPENDS_sum = "mtd-utils-native"
> +CONVERSION_DEPENDS_sha1sum = "coreutils-native"
> +CONVERSION_DEPENDS_sha224sum = "coreutils-native"
> +CONVERSION_DEPENDS_sha384sum = "coreutils-native"
> +CONVERSION_DEPENDS_sha512sum = "coreutils-native"


If they are common enough on host distros then perhaps add them to
HOSTTOOLS might be better


>  CONVERSION_DEPENDS_bmap = "bmap-tools-native"
>  CONVERSION_DEPENDS_u-boot = "u-boot-tools-native"
>  CONVERSION_DEPENDS_vmdk = "qemu-system-native"
> --
> 2.19.1
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20200224/3811f4bc/attachment-0001.html>


More information about the Openembedded-core mailing list