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 1W5bHE-0005VB-HP for ptxdist@pengutronix.de; Tue, 21 Jan 2014 14:22:00 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1W5bHE-0002MA-DE for ptxdist@pengutronix.de; Tue, 21 Jan 2014 14:22:00 +0100 Date: Tue, 21 Jan 2014 14:22:00 +0100 From: Michael Olbrich Message-ID: <20140121132200.GL29805@pengutronix.de> References: <201401211259.55399.jbe@pengutronix.de> <20140121120044.GJ12605@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20140121120044.GJ12605@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 01:00:44PM +0100, Robert Schwebel wrote: > 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? The is no "make install" that installs everything that may be needed later. *.dts* files and Headers to create dtbs, the correct kernel image etc. mol -- 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