mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: r.czerwinski@pengutronix.de
To: ptxdist@pengutronix.de
Cc: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Subject: [ptxdist] [PATCH 2/2] host-imx-cst: use bison instead of byacc
Date: Mon, 24 Mar 2025 08:28:13 +0100	[thread overview]
Message-ID: <20250324072813.523047-2-r.czerwinski@pengutronix.de> (raw)
In-Reply-To: <20250324072813.523047-1-r.czerwinski@pengutronix.de>

From: Rouven Czerwinski <r.czerwinski@pengutronix.de>

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>
---
 rules/host-imx-cst.make | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rules/host-imx-cst.make b/rules/host-imx-cst.make
index 9712aa4ed..2cabe16fb 100644
--- a/rules/host-imx-cst.make
+++ b/rules/host-imx-cst.make
@@ -68,6 +68,9 @@ HOST_IMX_CST_MAKE_ENV := \
 	$(HOST_ENV) \
 	OPENSSL_PATH="$(PTXDIST_SYSROOT_HOST)/usr/lib/"
 
+HOST_IMX_CST_MAKE_OPT := \
+	YACC=bison
+
 # ----------------------------------------------------------------------------
 # Install
 # ----------------------------------------------------------------------------
-- 
2.48.1




      reply	other threads:[~2025-03-24  7:28 UTC|newest]

Thread overview: 2+ 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 ` r.czerwinski [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=20250324072813.523047-2-r.czerwinski@pengutronix.de \
    --to=r.czerwinski@pengutronix.de \
    --cc=ptxdist@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