public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Louis Rannou via B4 Relay <devnull+louis.rannou.non.se.com@kernel.org>
To: openembedded-core@lists.openembedded.org
Cc: Louis Rannou <louis.rannou@non.se.com>,
	adrian.freihofer@siemens.com,  pascal.eberhard@se.com
Subject: [PATCH 1/4] oeqa/selftests: fitimage: fix missing spaces
Date: Mon, 05 Jan 2026 11:49:26 +0100	[thread overview]
Message-ID: <20260105-fitimage-v1-1-e319258c4c4f@non.se.com> (raw)
In-Reply-To: <20260105-fitimage-v1-0-e319258c4c4f@non.se.com>

From: Louis Rannou <louis.rannou@non.se.com>

Spaces missing around '='

Signed-off-by: Louis Rannou <louis.rannou@non.se.com>
---
 meta/lib/oeqa/selftest/cases/fitimage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/cases/fitimage.py b/meta/lib/oeqa/selftest/cases/fitimage.py
index 8df5e92a34..008687f9d1 100644
--- a/meta/lib/oeqa/selftest/cases/fitimage.py
+++ b/meta/lib/oeqa/selftest/cases/fitimage.py
@@ -1722,7 +1722,7 @@ UBOOT_SIGN_ENABLE = "1"
 UBOOT_SIGN_KEYDIR = "${TOPDIR}/signing-keys"
 UBOOT_SIGN_KEYNAME = "the-kernel-config-key"
 UBOOT_SIGN_IMG_KEYNAME = "the-kernel-image-key"
-UBOOT_MKIMAGE_DTCOPTS="-I dts -O dtb -p 2000"
+UBOOT_MKIMAGE_DTCOPTS = "-I dts -O dtb -p 2000"
 FIT_SIGN_INDIVIDUAL = "1"
 """
         self.write_config(config)

-- 
2.43.0




  reply	other threads:[~2026-01-05 10:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-05 10:49 [PATCH 0/4] oeqa: selftest: split and create a library Louis Rannou via B4 Relay
2026-01-05 10:49 ` Louis Rannou via B4 Relay [this message]
2026-01-05 10:49 ` [PATCH 2/4] oeqa/selftests: fitimage: prepare for split Louis Rannou via B4 Relay
2026-01-05 10:49 ` [PATCH 3/4] oeqa: fitimage: split the selftest and create a generic library Louis Rannou via B4 Relay
2026-01-05 10:49 ` [PATCH 4/4] oeqa/utils: fitimage: rsa4096 signatures Louis Rannou via B4 Relay
2026-01-05 13:31 ` [PATCH 0/4] oeqa: selftest: split and create a library Freihofer, Adrian

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=20260105-fitimage-v1-1-e319258c4c4f@non.se.com \
    --to=devnull+louis.rannou.non.se.com@kernel.org \
    --cc=adrian.freihofer@siemens.com \
    --cc=louis.rannou@non.se.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=pascal.eberhard@se.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