All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][scarthgap][PATCH 1/3] conf: machine: am64xx: Cleanup assignment whitespace
@ 2025-07-23 21:16 Ryan Eatmon
  2025-07-23 21:16 ` [meta-ti][scarthgap][PATCH 2/3] gadget-init: Add missing SUMMARY Ryan Eatmon
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ryan Eatmon @ 2025-07-23 21:16 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

A recent change in bitbake requires that all variable assignments have
whitespace between the variable, the operator and the value.

FOO = "1"

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-ti-bsp/conf/machine/include/am64xx.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-bsp/conf/machine/include/am64xx.inc b/meta-ti-bsp/conf/machine/include/am64xx.inc
index 56b56afe..27165547 100644
--- a/meta-ti-bsp/conf/machine/include/am64xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am64xx.inc
@@ -35,4 +35,4 @@ OPTEEMACHINE = "k3-am64x"
 
 MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "prueth-fw pruhsr-fw prusw-fw"
 
-TI_WKS_BOOTLOADER_APPEND="console=ttyS2,115200n8"
+TI_WKS_BOOTLOADER_APPEND = "console=ttyS2,115200n8"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-07-24 22:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-23 21:16 [meta-ti][scarthgap][PATCH 1/3] conf: machine: am64xx: Cleanup assignment whitespace Ryan Eatmon
2025-07-23 21:16 ` [meta-ti][scarthgap][PATCH 2/3] gadget-init: Add missing SUMMARY Ryan Eatmon
2025-07-23 21:16 ` [meta-ti][scarthgap][PATCH 3/3] check_yocto_rules: Add new rule for recent change Ryan Eatmon
2025-07-24 21:52 ` [meta-ti][scarthgap][PATCH 1/3] conf: machine: am64xx: Cleanup assignment whitespace Denys Dmytriyenko
2025-07-24 22:07   ` Ryan Eatmon

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.