From 9dcf576edbb5b3357ce7aca687f34385a50fe2c9 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Wed, 23 Jul 2025 16:16:11 -0500 Subject: conf: machine: am64xx: Cleanup assignment whitespace 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 --- 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" -- cgit v1.2.3-54-g00ecf