From: Denys Dmytriyenko <denis@denix.org>
To: reatmon@ti.com
Cc: Praneeth Bajjuri <praneeth@ti.com>,
Denys Dmytriyenko <denys@konsulko.com>,
meta-ti@lists.yoctoproject.org
Subject: Re: [meta-ti][scarthgap][PATCH 1/3] conf: machine: am64xx: Cleanup assignment whitespace
Date: Thu, 24 Jul 2025 17:52:54 -0400 [thread overview]
Message-ID: <20250724215254.GI24899@denix.org> (raw)
In-Reply-To: <20250723211613.16164-1-reatmon@ti.com>
Is this change scarthgap specific? I see the change that originally added
TI_WKS_BOOTLOADER_APPEND to scarthgap is now being forward-ported to master,
thus this fix appears to also be applicable to master?
On Wed, Jul 23, 2025 at 04:16:11PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> 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
next prev parent reply other threads:[~2025-07-24 21:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Denys Dmytriyenko [this message]
2025-07-24 22:07 ` [meta-ti][scarthgap][PATCH 1/3] conf: machine: am64xx: Cleanup assignment whitespace Ryan Eatmon
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=20250724215254.GI24899@denix.org \
--to=denis@denix.org \
--cc=denys@konsulko.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=praneeth@ti.com \
--cc=reatmon@ti.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 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.