From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kKeQI-0001Dj-Ip for ptxdist@pengutronix.de; Tue, 22 Sep 2020 11:17:18 +0200 Received: from rhi by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1kKeQI-0007fS-A5 for ptxdist@pengutronix.de; Tue, 22 Sep 2020 11:17:18 +0200 Date: Tue, 22 Sep 2020 11:17:18 +0200 From: Roland Hieber Message-ID: <20200922091718.s4wxl6ic5cofrq4g@pengutronix.de> References: <20200921221728.3229-1-rhi@pengutronix.de> <20200922081330.GD11021@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200922081330.GD11021@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 10:13:30AM +0200, Michael Olbrich wrote: > 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. The same argument could be made about v4.15, and at least v5.8 is less outdated. But I also don't have a good solution here, so I'll leave this patch out for the next iteration. - Roland > > 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 > -- Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de | Steuerwalder Str. 21 | https://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