Hi,
good catch! Please also add a fixes tag.
And that's also a candidate for the v1.0.1 (or v1.1) release.
Felix
>
> Signed-off-by: Gourav Singh <goura...@siemens.com>
> ---
> meta-isar/classes-recipe/installer-add-rootfs.bbclass | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/meta-isar/classes-recipe/installer-add-rootfs.bbclass b/meta-isar/classes-recipe/installer-add-rootfs.bbclass
> index e3777d62..a0bfc893 100644
> --- a/meta-isar/classes-recipe/installer-add-rootfs.bbclass
> +++ b/meta-isar/classes-recipe/installer-add-rootfs.bbclass
> @@ -57,10 +57,6 @@ def get_mc_depends(d, task):
> deps.append(f"mc:{installer_mc}:{installer_target_mc}:{image}:{task}")
> return " ".join(deps)
>
> -def get_image_type(suffix):
> - image_type = suffix.split(".")[0]
> - return f"{image_type}"
> -
> python() {
> entries = []
>
> @@ -81,5 +77,5 @@ python() {
> d.setVar("ROOTFS_ADDITIONAL_FILES", " ".join(entries))
> }
>
> -INSTALLER_TARGET_TASK ??="do_image_${@ get_image_type(d.getVar('IMAGE_DATA_POSTFIX'))}"
> +INSTALLER_TARGET_TASK ??="do_build"
> do_rootfs_install[mcdepends] += "${@ get_mc_depends(d, d.getVar('INSTALLER_TARGET_TASK'))}"
> --
> 2.39.5
>
> --
> You received this message because you are subscribed to the Google Groups "isar-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+...@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/isar-users/20260421100525.4066102-1-gouravsingh%40siemens.com.