All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jon Mason <jon.mason@arm.com>
To: meta-arm@lists.yoctoproject.org
Subject: [PATCH 2/3] arm/tclibc: add spaces after TCLIBC
Date: Fri, 18 Apr 2025 09:10:01 -0400	[thread overview]
Message-ID: <20250418131002.95131-2-jon.mason@arm.com> (raw)
In-Reply-To: <20250418131002.95131-1-jon.mason@arm.com>

Seeing the warning:
  lack of whitespace around the assignment: 'TCLIBC="musl"'

Add spaces to address the issue

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 kas/corstone1000-firmware-only.yml      | 2 +-
 meta-arm/conf/multiconfig/firmware.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kas/corstone1000-firmware-only.yml b/kas/corstone1000-firmware-only.yml
index 6192a4087234..bc47940b316b 100644
--- a/kas/corstone1000-firmware-only.yml
+++ b/kas/corstone1000-firmware-only.yml
@@ -10,7 +10,7 @@ local_conf_header:
     OVERRIDES .= ":firmware"
 
     # Need to ensure we build with a small libc
-    TCLIBC="musl"
+    TCLIBC = "musl"
 
   mass-storage: |
     # Ensure the Mass Storage device is absent
diff --git a/meta-arm/conf/multiconfig/firmware.conf b/meta-arm/conf/multiconfig/firmware.conf
index 95de4d246792..018c0deb81e5 100644
--- a/meta-arm/conf/multiconfig/firmware.conf
+++ b/meta-arm/conf/multiconfig/firmware.conf
@@ -4,7 +4,7 @@
 DISTROOVERRIDES = "firmware"
 
 TMPDIR:append = "_${MACHINE}"
-TCLIBC="musl"
+TCLIBC = "musl"
 
 # Ignore the testimage flags to include ssh-server-dropbear
 IMAGE_CLASSES:remove = "testimage"
-- 
2.39.5 (Apple Git-154)



  reply	other threads:[~2025-04-18 13:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-18 13:10 [PATCH 1/3] arm-bsp/external-system: correct whitespace warning Jon Mason
2025-04-18 13:10 ` Jon Mason [this message]
2025-04-18 13:10 ` [PATCH 3/3] CI: add spaces to TS_ENV Jon Mason
2025-04-19  3:15 ` [PATCH 1/3] arm-bsp/external-system: correct whitespace warning Jon Mason

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=20250418131002.95131-2-jon.mason@arm.com \
    --to=jon.mason@arm.com \
    --cc=meta-arm@lists.yoctoproject.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.