From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3B2B6E003C8 for ; Thu, 13 Mar 2014 07:54:17 -0700 (PDT) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id E6CFEF811FA; Thu, 13 Mar 2014 08:54:16 -0600 (MDT) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 2F41AF811F9; Thu, 13 Mar 2014 08:54:16 -0600 (MDT) Message-ID: <5321C69D.2050801@mlbassoc.com> Date: Thu, 13 Mar 2014 08:54:21 -0600 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <53211DEC.4030409@gmail.com> In-Reply-To: X-Enigmail-Version: 1.5.2 Subject: Re: How to re-run configure after changing Makefile.am X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 14:54:21 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 2014-03-13 08:48, Otavio Salvador wrote: > On Wed, Mar 12, 2014 at 11:54 PM, Norman Cheung wrote: >> Hello, >> >> I wonder what bitbake commmand is used in Yocto to re-run configure? >> >> I have modified the gstreamer core elements Makefile.am, and updated a >> source file. >> >> bitbake -f -c compile gstreamer doesn't seem to re-configure the Makefile > > bitbake -f -c configure gstreamer Probably better to do bitbake gstreamer -C configure which will restart the whole recipe at the configure step. If you use -c (lower case), you only get the configure step and you then have to force a compile to complete the build. > > or you can use devshell for this kind of 'hack'. > -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------