[OE-core] what is the working directory for configure/compile/install tasks?

Robert P. J. Day rpjday at crashcourse.ca
Fri Jan 27 13:43:37 UTC 2017


On Fri, 27 Jan 2017, Burton, Ross wrote:

>
> On 27 January 2017 at 12:44, Robert P. J. Day <rpjday at crashcourse.ca> wrote:
>         i've been handed a simple example of Makefile-based source to turn
>       into a recipe, and the configure/build process is absolutely
>       straightforward -- top-level "configure" and "Makefile" files to be
>       run -- to the point where i can simply define my own do_configure(),
>       do_compile(), etc. tasks.
>
>
> $ git grep \\[dirs\\] meta/classes/base.bbclass
> meta/classes/base.bbclass:do_fetch[dirs] = "${DL_DIR}"
> meta/classes/base.bbclass:do_unpack[dirs] = "${WORKDIR}"
> meta/classes/base.bbclass:do_configure[dirs] = "${B}"
> meta/classes/base.bbclass:do_compile[dirs] = "${B}"
> meta/classes/base.bbclass:do_install[dirs] = "${B}"

  *sigh* ... i really should have known that.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


More information about the Openembedded-core mailing list