From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1W5a0a-0000Su-F7 for ptxdist@pengutronix.de; Tue, 21 Jan 2014 13:00:44 +0100 Received: from rsc by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1W5a0a-0005il-Dj for ptxdist@pengutronix.de; Tue, 21 Jan 2014 13:00:44 +0100 Date: Tue, 21 Jan 2014 13:00:44 +0100 From: Robert Schwebel Message-ID: <20140121120044.GJ12605@pengutronix.de> References: <201401211259.55399.jbe@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <201401211259.55399.jbe@pengutronix.de> Subject: Re: [ptxdist] [PATCH] Kernel: never provide a development prebuild package Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Tue, Jan 21, 2014 at 12:59:55PM +0100, Juergen Beisert wrote: > Even if the developer enables the usage of prebuild packages, the Linux kernel > should not be part of it. The kernel is a too sensitive part and its build must > always be forced. > > Signed-off-by: Juergen Beisert > --- > diff --git a/rules/kernel.make b/rules/kernel.make > index 8301b83..f4b3990 100644 > --- a/rules/kernel.make > +++ b/rules/kernel.make > @@ -37,6 +37,7 @@ KERNEL_CONFIG := $(call remove_quotes, $(PTXDIST_PLATFORMCONFIGDIR)/$(PTXCONF_K > KERNEL_LICENSE := GPLv2 > KERNEL_URL := $(call kernel-url, KERNEL) > KERNEL_SOURCE := $(SRCDIR)/$(KERNEL).$(KERNEL_SUFFIX) > +KERNEL_DEVPKG := NO > > # ---------------------------------------------------------------------------- > # Prepare The idea of the devpkg mechanism is to build everything beforehand. A standard usecase is that one team prepares a system and another one does already care about the application. So it would be helpful to have also the kernel pre-built. Can you elaborate what kind of issue you have seen? rsc -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de