From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] host-imx-cst: use bison instead of byacc
Date: Fri, 4 Apr 2025 15:50:09 +0200 [thread overview]
Message-ID: <20250404135009.1782280-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20250324072813.523047-2-r.czerwinski@pengutronix.de>
Thanks, applied as f9ccf8e09d590c4964dc1462772b182f08b21877.
Michael
[sent from post-receive hook]
On Fri, 04 Apr 2025 15:50:09 +0200, Rouven Czerwinski <r.czerwinski@pengutronix.de> wrote:
> Bison is fully compatible to the default byacc tool used by cst. Remove
> the byacc dependency by overwriting the correct make variable with bison.
>
> Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
> Message-Id: <20250324072813.523047-2-r.czerwinski@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/host-imx-cst.make b/rules/host-imx-cst.make
> index 3850f7200628..228fa3554713 100644
> --- a/rules/host-imx-cst.make
> +++ b/rules/host-imx-cst.make
> @@ -60,6 +60,9 @@ HOST_IMX_CST_MAKE_ENV := \
> $(HOST_ENV) \
> OPENSSL_PATH="$(PTXDIST_SYSROOT_HOST)/usr/lib/"
>
> +HOST_IMX_CST_MAKE_OPT := \
> + YACC=bison
> +
> # ----------------------------------------------------------------------------
> # Install
> # ----------------------------------------------------------------------------
prev parent reply other threads:[~2025-04-04 13:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-24 7:28 [ptxdist] [PATCH 1/2] host-imx-cst: override get stage r.czerwinski
2025-03-24 7:28 ` [ptxdist] [PATCH 2/2] host-imx-cst: use bison instead of byacc r.czerwinski
2025-04-04 13:50 ` Michael Olbrich [this message]
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=20250404135009.1782280-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=ptxdist@pengutronix.de \
--cc=r.czerwinski@pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox