[meta-ti] Help getting started developing.
Denys Dmytriyenko
denys at ti.com
Mon Jun 1 08:55:39 PDT 2015
Hi,
BitBake operates on recipes and those are just basic instructions to how
fetch, patch, config, compile, install and package components. In many cases
it just drives the standard compilation procedure w/o doing anything extra.
I.e. it calls ./configure script, calls make and then make install for config,
compile and install steps. If you get your component from the Internet, then
all you have to do is specify the URL and it will fetch and unpack everything
for you. Patching is optional in most cases, unless you need to apply fixes.
And if you use one of OE/Yocto distros, packaging should also be taken care
for you.
There are some recipe examples, stubs/skeletons and a lot of documentation on
BitBake, OpenEmbedded, etc. There are also some helpful tools that Yocto
Project provides to jump start your development. Hope this helps.
--
Denys
On Tue, May 26, 2015 at 04:11:28PM -0400, Rafael E. Herrera wrote:
> Hello,
> I have purchased a TI UEVM5432 board. I have also successfully setup the
> development environment as described on the online documentation from the TI
> web site
> (http://processors.wiki.ti.com/index.php/OMAP5_GLSDK_Software_Developers_Guide).
> My developement environment is the recommended Ubuntu distribution.
>
> I have also successfully build the Yocto filesystem (as per the instructions
> in the link above) and successfully booted the generated image in the
> evaluation board.
>
> Where I need help is on how to port an application to the Yocto filesystem.
> In particular, I need to build an X Window client.
>
> The instructions in the link above don't explain well how to
> prepare/configure my environment so I can compile my application.
>
> If it were a typical development environment, I would configure my Makefiles
> and just compile. The method used with this development environment
> (bitbake) is not that clear to me.
>
> Any help would be greatly appreciated.
>
>
> Rafael Herrera
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list