From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yk0-f169.google.com (mail-yk0-f169.google.com [209.85.160.169]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 72E82E003C8 for ; Thu, 13 Mar 2014 07:59:11 -0700 (PDT) Received: by mail-yk0-f169.google.com with SMTP id 142so3010675ykq.0 for ; Thu, 13 Mar 2014 07:59:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=NkeZLpHtoXOFOIJY/B1SQ4M6NXLGKcD/qUxqT4TGnNk=; b=VLHYeWMLk0FW8JzO1cCehqw46rgtfdh5xrmeD6Qk4fu2hes2NTE1LDVk2vkWPmQbIK Be+xnFRUEudQ43LQo50745D3UGTEo/F1Kkc1QnwMGP3Af9PS1NpXVZ4qP9VjcvZJFrzY IMK0VtZLaLdpaHyWVHEPG8XAWiHI/IRDArqMQN8LK2w39j6/8grhb7yBnAJDs3kJtSl0 bdGaLKGfhuH86j8s6u5IKAOh56khQ/Zw7h/xyMj+QAjyu6wvVfamTcw6ElxBeZEQRxHH Y3V79oHHSG7Uwi3AiZct7y0B3zLlOHBHG/XbdIukD2lYARXJyeDbp7OkPY6rzBtYQeEZ /QAQ== X-Received: by 10.236.60.68 with SMTP id t44mr2948961yhc.47.1394722751419; Thu, 13 Mar 2014 07:59:11 -0700 (PDT) Received: from parenteses.gmail.com (email.parenteses.org. [198.199.72.94]) by mx.google.com with ESMTPSA id h66sm7040860yhb.7.2014.03.13.07.59.10 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 13 Mar 2014 07:59:10 -0700 (PDT) Sender: Mario Domenech Goulart From: Mario Domenech Goulart To: Otavio Salvador References: <53211DEC.4030409@gmail.com> <5321C69D.2050801@mlbassoc.com> Date: Thu, 13 Mar 2014 14:59:07 +0000 In-Reply-To: (Otavio Salvador's message of "Thu, 13 Mar 2014 11:57:04 -0300") Message-ID: <87fvmmi1qc.fsf@parenteses.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Cc: "meta-freescale@yoctoproject.org" , Gary Thomas 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:59:19 -0000 Content-Type: text/plain On Thu, 13 Mar 2014 11:57:04 -0300 Otavio Salvador wrote: > On Thu, Mar 13, 2014 at 11:54 AM, Gary Thomas wrote: >> 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. > > I didn't know this 'trick'; nice one :-) Mario, this is useful for > your current debug ;-) Indeed! Thanks for the tip, Gary. Best wishes. Mario -- http://www.ossystems.com.br