[meta-freescale] How to re-run configure after changing Makefile.am

Gary Thomas gary at mlbassoc.com
Thu Mar 13 07:54:21 PDT 2014


On 2014-03-13 08:48, Otavio Salvador wrote:
> On Wed, Mar 12, 2014 at 11:54 PM, Norman Cheung <brjerome.1 at gmail.com> 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
------------------------------------------------------------


More information about the meta-freescale mailing list