On 5/3/24 11:18, Ralph Siemsen wrote:
> When using multiple u-boot configurations in UBOOT_CONFIG, the helper
> function uboot_assemble_fitimage_helper() was not called with all
> combinations of type & binary, due to a copy-n-paste indexing error.
>
> Signed-off-by: Ralph Siemsen <ralph.siem...@linaro.org>
> ---
>  meta/classes-recipe/uboot-sign.bbclass | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/classes-recipe/uboot-sign.bbclass 
> b/meta/classes-recipe/uboot-sign.bbclass
> index 7a0b8047e4..c8e097f2f2 100644
> --- a/meta/classes-recipe/uboot-sign.bbclass
> +++ b/meta/classes-recipe/uboot-sign.bbclass
> @@ -367,7 +367,7 @@ do_uboot_assemble_fitimage() {
>                       done
>
>                       for binary in ${UBOOT_BINARIES}; do
> -                             k=$(expr $j + 1);
> +                             k=$(expr $k + 1);
>                               if [ $k -eq $i ]; then
>                                       break;
>                               fi

Reviewed-by: Sean Anderson <sean.ander...@seco.com>
[Clea Astarte Google Cloud, SECO SpA]<https://clea.ai/astarte-on-google-cloud>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#199005): 
https://lists.openembedded.org/g/openembedded-core/message/199005
Mute This Topic: https://lists.openembedded.org/mt/105890177/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to