From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 28 Sep 2022 16:30:11 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1odY4h-00HPbP-9k for lore@lore.pengutronix.de; Wed, 28 Sep 2022 16:30:11 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1odY4g-00024h-37; Wed, 28 Sep 2022 16:30:10 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1odY3e-00006o-3e; Wed, 28 Sep 2022 16:29:06 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1odY3e-003R4u-SC; Wed, 28 Sep 2022 16:29:05 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1odY3c-00EwWM-Ih; Wed, 28 Sep 2022 16:29:04 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 28 Sep 2022 16:29:04 +0200 Message-Id: <20220928142904.3561503-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220923071818.652252-1-christian.melki@t2data.com> References: <20220923071818.652252-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] hwdata: Version bump. 0.361 -> 0.362. 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: Christian Melki 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.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as d063c0db07766e7148f5d623d727db80d4611b82. Michael [sent from post-receive hook] On Wed, 28 Sep 2022 16:29:04 +0200, Christian Melki wrote: > A few make changes plus id updates. > > * hwdata now has an option to optionally install > kernel blacklist. This is just exposing the same > default. > > Signed-off-by: Christian Melki > Message-Id: <20220923071818.652252-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/hwdata.make b/rules/hwdata.make > index 158b139605ec..2b2170811a31 100644 > --- a/rules/hwdata.make > +++ b/rules/hwdata.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_HWDATA) += hwdata > # > # Paths and names > # > -HWDATA_VERSION := 0.361 > -HWDATA_MD5 := 7291f123d9a486a94425e076db9d8c71 > +HWDATA_VERSION := 0.362 > +HWDATA_MD5 := 8a47c40da026c74314c95ec63050b9f8 > HWDATA := hwdata-$(HWDATA_VERSION) > HWDATA_SUFFIX := tar.gz > HWDATA_URL := https://github.com/vcrhonek/hwdata/archive/refs/tags/v$(HWDATA_VERSION).$(HWDATA_SUFFIX) > @@ -37,7 +37,8 @@ HWDATA_ENV := $(CROSS_ENV) > # Only text files are processed. Just prefix setting here. > HWDATA_CONF_TOOL := autoconf > HWDATA_CONF_OPT := \ > - --prefix=/usr > + --prefix=/usr \ > + --enable-blacklist > > # ---------------------------------------------------------------------------- > # Target-Install