1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-11 15:00:39 +00:00

arm/tclibc: add spaces after TCLIBC

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>
This commit is contained in:
Jon Mason
2025-04-18 09:10:01 -04:00
parent ece994e08b
commit 3124feab66
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ local_conf_header:
OVERRIDES .= ":firmware" OVERRIDES .= ":firmware"
# Need to ensure we build with a small libc # Need to ensure we build with a small libc
TCLIBC="musl" TCLIBC = "musl"
mass-storage: | mass-storage: |
# Ensure the Mass Storage device is absent # Ensure the Mass Storage device is absent

View File

@@ -4,7 +4,7 @@
DISTROOVERRIDES = "firmware" DISTROOVERRIDES = "firmware"
TMPDIR:append = "_${MACHINE}" TMPDIR:append = "_${MACHINE}"
TCLIBC="musl" TCLIBC = "musl"
# Ignore the testimage flags to include ssh-server-dropbear # Ignore the testimage flags to include ssh-server-dropbear
IMAGE_CLASSES:remove = "testimage" IMAGE_CLASSES:remove = "testimage"