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 1kKdQY-0001Ym-RZ for ptxdist@pengutronix.de; Tue, 22 Sep 2020 10:13:30 +0200 Received: from mol by dude02.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1kKdQY-00061o-HL for ptxdist@pengutronix.de; Tue, 22 Sep 2020 10:13:30 +0200 Date: Tue, 22 Sep 2020 10:13:30 +0200 From: Michael Olbrich Message-ID: <20200922081330.GD11021@pengutronix.de> References: <20200921221728.3229-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200921221728.3229-1-rhi@pengutronix.de> Subject: Re: [ptxdist] [PATCH 1/7] kernel: bump default version and md5sum 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 Tue, Sep 22, 2020 at 12:17:22AM +0200, Roland Hieber wrote: > Provide reasonably recent default values for new BSPs. > > Signed-off-by: Roland Hieber > --- > platforms/kernel.in | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/platforms/kernel.in b/platforms/kernel.in > index 34d05c825929..7bcfac5d8f2d 100644 > --- a/platforms/kernel.in > +++ b/platforms/kernel.in > @@ -41,11 +41,12 @@ config KERNEL_MODULES_INSTALL > config KERNEL_VERSION > prompt "kernel version" > string > - default "4.15" > + default "5.8" > > config KERNEL_MD5 > prompt "kernel source md5sum" > string > + default "0e5c4c15266218ef26c50fac0016095b" Hmmm, I'm not sure I like this. We really don't want to people to use v5.8 here, without thinking about it. They should use the latest stable version. And we cannot keep up with that here anyways. Michael > > choice > prompt "Image Type " > -- > 2.28.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