From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by arago-project.org (Postfix) with ESMTPS id D1D9F529F8 for ; Wed, 11 Mar 2015 17:02:08 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id t2BH28Cf006816 for ; Wed, 11 Mar 2015 12:02:08 -0500 Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id t2BH278a022908 for ; Wed, 11 Mar 2015 12:02:07 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.224.2; Wed, 11 Mar 2015 12:02:06 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id t2BH26HL024161; Wed, 11 Mar 2015 12:02:06 -0500 Date: Wed, 11 Mar 2015 13:02:06 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20150311170205.GI22394@edge> References: <1426013441-12265-1-git-send-email-j-stiffler@ti.com> MIME-Version: 1.0 In-Reply-To: <1426013441-12265-1-git-send-email-j-stiffler@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [PATCH] ti-tisdk-makefile, wireless: Clean via 'mrproper' target. X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Mar 2015 17:02:09 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Ack On Tue, Mar 10, 2015 at 02:50:41PM -0400, Jacob Stiffler wrote: > * A simple 'make clean' requires that the linux kernel is built, > and thus breaks the top-level SDK 'make clean', since the kernel > is the first package cleaned. > * 'make mrproper' does not depend on the built kernel headers. > * One side effect is that 'make mrproper' will also remove any > configuration, returning the sources to their original state. > > Signed-off-by: Jacob Stiffler > --- > .../ti-tisdk-makefile/Makefile_wireless | 2 +- > .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_wireless b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_wireless > index 00a1931..5d7267e 100644 > --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_wireless > +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_wireless > @@ -45,5 +45,5 @@ compat-modules_clean: > @echo ================================ > @cd board-support/extra-drivers; \ > cd `find . -maxdepth 1 -name "*compat-wireless*"`; \ > - make KLIB_BUILD=${LINUXKERNEL_INSTALL_DIR} KLIB=${DESTDIR} CROSS_COMPILE=${CROSS_COMPILE} ARCH=arm clean > + make KLIB_BUILD=${LINUXKERNEL_INSTALL_DIR} KLIB=${DESTDIR} CROSS_COMPILE=${CROSS_COMPILE} ARCH=arm mrproper > > diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb > index a39f7db..ffedd4c 100644 > --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb > +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb > @@ -36,7 +36,7 @@ SRC_URI = "\ > file://Makefile_cryptodev \ > " > > -PR = "r40" > +PR = "r41" > > MAKEFILES_COMMON = "linux \ > matrix-gui \ > -- > 1.7.9.5 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago