From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jrHgL-0006pQ-C8 for ptxdist@pengutronix.de; Fri, 03 Jul 2020 11:08:29 +0200 Received: from mol by dude02.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1jrHgL-0000no-48 for ptxdist@pengutronix.de; Fri, 03 Jul 2020 11:08:29 +0200 Date: Fri, 3 Jul 2020 11:08:29 +0200 From: Michael Olbrich Message-ID: <20200703090829.GB24749@pengutronix.de> References: <20200629081326.29335-1-o.rempel@pengutronix.de> <20200629081326.29335-2-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200629081326.29335-2-o.rempel@pengutronix.de> Subject: Re: [ptxdist] [PATCH v1 2/2] ethtool: build out-of-tree List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de On Mon, Jun 29, 2020 at 10:13:26AM +0200, Oleksij Rempel wrote: > Make it easier to work with git source shared between different BSPs. > > Signed-off-by: Oleksij Rempel > --- > rules/ethtool.make | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/ethtool.make b/rules/ethtool.make > index 649e3e580..d8b957123 100644 > --- a/rules/ethtool.make > +++ b/rules/ethtool.make > @@ -22,6 +22,7 @@ ETHTOOL := ethtool-$(ETHTOOL_VERSION) > ETHTOOL_URL := $(call ptx/mirror, KERNEL, ../software/network/ethtool/$(ETHTOOL).$(ETHTOOL_SUFFIX)) > ETHTOOL_SOURCE := $(SRCDIR)/$(ETHTOOL).$(ETHTOOL_SUFFIX) > ETHTOOL_DIR := $(BUILDDIR)/$(ETHTOOL) > +ETHTOOL_BUILD_OOT := YES I don't want to do this for random packages. I've done it for the kernel because it's more complex there. But in this case you can just create a rules/post/ethtool-fixup.make and add the line there locally. Michael > ETHTOOL_LICENSE := GPL-2.0-only > ETHTOOL_LICENSE_FILES := \ > file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 > -- > 2.27.0 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de