From: Gary Thomas <gary@mlbassoc.com>
To: meta-freescale@yoctoproject.org
Subject: Re: How to re-run configure after changing Makefile.am
Date: Thu, 13 Mar 2014 08:54:21 -0600 [thread overview]
Message-ID: <5321C69D.2050801@mlbassoc.com> (raw)
In-Reply-To: <CAP9ODKpYx_uRpfOmch6hqZNWs3KamXDDBFFgiHsEaomaTgsdHg@mail.gmail.com>
On 2014-03-13 08:48, Otavio Salvador wrote:
> On Wed, Mar 12, 2014 at 11:54 PM, Norman Cheung <brjerome.1@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
------------------------------------------------------------
next prev parent reply other threads:[~2014-03-13 14:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-13 2:54 How to re-run configure after changing Makefile.am Norman Cheung
2014-03-13 14:48 ` Otavio Salvador
2014-03-13 14:54 ` Gary Thomas [this message]
2014-03-13 14:57 ` Otavio Salvador
2014-03-13 14:59 ` Mario Domenech Goulart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5321C69D.2050801@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.