From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from thebe.hi.pengutronix.de ([2001:6f8:1178:2:5e26:aff:fe2b:7cc4]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1W5ZxH-0007dq-2D for ptxdist@pengutronix.de; Tue, 21 Jan 2014 12:57:19 +0100 From: Juergen Beisert Date: Tue, 21 Jan 2014 12:59:55 +0100 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201401211259.55399.jbe@pengutronix.de> Subject: [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="iso-8859-15" Content-Transfer-Encoding: quoted-printable Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Even if the developer enables the usage of prebuild packages, the Linux ker= nel 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 :=3D $(call remove_quotes, $(PTXDIST_PLATF= ORMCONFIGDIR)/$(PTXCONF_K KERNEL_LICENSE :=3D GPLv2 KERNEL_URL :=3D $(call kernel-url, KERNEL) KERNEL_SOURCE :=3D $(SRCDIR)/$(KERNEL).$(KERNEL_SUFFIX) +KERNEL_DEVPKG :=3D NO = # ------------------------------------------------------------------------= ---- # Prepare -- = Pengutronix e.K. =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0| Juergen Beisert =A0 =A0 =A0 =A0 =A0 =A0 | Linux Solutions for Science and Industry =A0 =A0 =A0| http://www.pengutroni= x.de/ | -- = ptxdist mailing list ptxdist@pengutronix.de