From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 04 Apr 2025 15:50:31 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u0hRH-008GsN-27 for lore@lore.pengutronix.de; Fri, 04 Apr 2025 15:50:31 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1u0hRH-00060R-1J; Fri, 04 Apr 2025 15:50:31 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1u0hQw-0005bl-6p for ptxdist@pengutronix.de; Fri, 04 Apr 2025 15:50:10 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u0hQw-003HFK-03; Fri, 04 Apr 2025 15:50:10 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1u0hQv-007Ted-38; Fri, 04 Apr 2025 15:50:09 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 4 Apr 2025 15:50:09 +0200 Message-Id: <20250404135009.1782280-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250324072813.523047-2-r.czerwinski@pengutronix.de> References: <20250324072813.523047-2-r.czerwinski@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] host-imx-cst: use bison instead of byacc X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Rouven Czerwinski Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as f9ccf8e09d590c4964dc1462772b182f08b21877. Michael [sent from post-receive hook] On Fri, 04 Apr 2025 15:50:09 +0200, Rouven Czerwinski 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 > Message-Id: <20250324072813.523047-2-r.czerwinski@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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 > # ----------------------------------------------------------------------------