[bitbake-devel] .bb script file for auto tools

Burton, Ross ross.burton at intel.com
Wed May 9 11:44:25 UTC 2018


The easy way is to just use devtool to create the recipe for you.  The
important bit is just "inherit autotools" to handle
autoreconf/configure/make/make install for you.

Ross

On 9 May 2018 at 03:18, Ugesh Reddy via bitbake-devel <
bitbake-devel at lists.openembedded.org> wrote:

> Hello All,
>
>  I am new to bitbake and having the basic understanding on bitbake. My
> project uses auto tools and it has Makefile.am and configure.ac when it
> runs with autogen.sh it could able to generate Makefile and configure with
> generated files the bin program is generated. I would like to do the same
> with bitbake. The below are the structure
>
>    As mentioned in the below link
> https://github.com/DynamicDevices/bbexample
>
> When it executed like below it works fine
>  $ cd bbexample
>  $ ./autogen.sh
>  $ ./configure
>  $ make
>
> How can i write the .bb file for the same ?
>
> Regards,
> Ugesh
>
>
>
>
>
>
>
>
> --
> _______________________________________________
> bitbake-devel mailing list
> bitbake-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/bitbake-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20180509/9da2fca8/attachment-0002.html>


More information about the bitbake-devel mailing list