From: Uladzimir Bely <ubely@ilbers.de>
To: Liu Yi <liuyi@siemens.com>, isar-users@googlegroups.com
Subject: Re: [PATCH] rootfs-u-boot: add missing import get_bitbake_var
Date: Mon, 24 Jun 2024 09:35:37 +0300 [thread overview]
Message-ID: <3531e88a71ddb26ed545c188347187ca508b6388.camel@ilbers.de> (raw)
In-Reply-To: <20240619030440.1858-1-liuyi@siemens.com>
On Wed, 2024-06-19 at 11:04 +0800, 'Liu Yi' via isar-users wrote:
> The variable image_rootfs_dir will not be correctly defined if
> missing import of get_bitbake_var func.
>
> Signed-off-by: Liu Yi <liuyi@siemens.com>
> ---
> meta/scripts/lib/wic/plugins/source/rootfs-u-boot.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/scripts/lib/wic/plugins/source/rootfs-u-boot.py
> b/meta/scripts/lib/wic/plugins/source/rootfs-u-boot.py
> index 7dde49d4..5611f93a 100644
> --- a/meta/scripts/lib/wic/plugins/source/rootfs-u-boot.py
> +++ b/meta/scripts/lib/wic/plugins/source/rootfs-u-boot.py
> @@ -20,7 +20,7 @@ import os
>
> from wic import WicError
> from wic.plugins.source.rootfs import RootfsPlugin
> -from wic.misc import exec_cmd
> +from wic.misc import get_bitbake_var, exec_cmd
>
> logger = logging.getLogger('wic')
>
> --
> 2.39.2
>
Applied to next, thanks.
--
Best regards,
Uladzimir.
prev parent reply other threads:[~2024-06-24 6:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-19 3:04 Liu Yi
2024-06-19 4:27 ` Jan Kiszka
2024-06-19 6:55 ` Yi Liu
2024-06-19 8:38 ` Jan Kiszka
2024-06-24 6:35 ` Uladzimir Bely [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3531e88a71ddb26ed545c188347187ca508b6388.camel@ilbers.de \
--to=ubely@ilbers.de \
--cc=isar-users@googlegroups.com \
--cc=liuyi@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox