public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Zhihang Wei <wzh@ilbers.de>
To: Rakesh Kumar <kumar.rakesh@siemens.com>, isar-users@googlegroups.com
Cc: jan.kiszka@siemens.com, cedric.hombourger@siemens.com
Subject: Re: [PATCH] fix: correct typo in variable lookup
Date: Thu, 11 Dec 2025 17:18:38 +0100	[thread overview]
Message-ID: <01b16238-ea87-436c-b457-9db1596655c2@ilbers.de> (raw)
In-Reply-To: <20251210090857.2232759-1-kumar.rakesh@siemens.com>

Applied to next, thanks.

Zhihang

On 12/10/25 10:08, 'Rakesh Kumar' via isar-users wrote:
> Correct the typo from d.getVAR() typo to d.getVar()
>
> Signed-off-by: Rakesh Kumar <kumar.rakesh@siemens.com>
> ---
>   meta/classes-recipe/dracut-module.bbclass | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/classes-recipe/dracut-module.bbclass b/meta/classes-recipe/dracut-module.bbclass
> index 364fb5b4..a5418d44 100644
> --- a/meta/classes-recipe/dracut-module.bbclass
> +++ b/meta/classes-recipe/dracut-module.bbclass
> @@ -17,7 +17,7 @@ DRACUT_MODULE_SETUP = "module-setup.sh"
>   SRC_URI:append = "file://${DRACUT_MODULE_SETUP}.tmpl"
>   
>   DRACUT_MODULE_NO ??= "50"
> -DRACUT_MODULE_NAME ?= "${@ d.getVar('PN')[7:] if d.getVar('PN').startswith('dracut-') else d.getVAR('PN')}"
> +DRACUT_MODULE_NAME ?= "${@ d.getVar('PN')[7:] if d.getVar('PN').startswith('dracut-') else d.getVar('PN')}"
>   
>   DEBIAN_DEPENDS = "dracut-core"
>   DRACUT_MODULE_PATH = "${D}/usr/lib/dracut/modules.d/${DRACUT_MODULE_NO}${DRACUT_MODULE_NAME}/"

-- 
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+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/01b16238-ea87-436c-b457-9db1596655c2%40ilbers.de.

      reply	other threads:[~2025-12-11 16:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-10  9:08 'Rakesh Kumar' via isar-users
2025-12-11 16:18 ` Zhihang Wei [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=01b16238-ea87-436c-b457-9db1596655c2@ilbers.de \
    --to=wzh@ilbers.de \
    --cc=cedric.hombourger@siemens.com \
    --cc=isar-users@googlegroups.com \
    --cc=jan.kiszka@siemens.com \
    --cc=kumar.rakesh@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