From: Denys Dmytriyenko <denys@ti.com>
To: "Rafael E. Herrera" <raffo@cdi.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: Help getting started developing.
Date: Mon, 1 Jun 2015 11:55:39 -0400 [thread overview]
Message-ID: <20150601155539.GP16418@edge> (raw)
In-Reply-To: <1915412900.1068078.1432671088243.JavaMail.root@cdi.com>
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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
next prev parent reply other threads:[~2015-06-01 15:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <302450063.1067976.1432670067718.JavaMail.root@cdi.com>
2015-05-26 20:11 ` Help getting started developing Rafael E. Herrera
2015-06-01 15:55 ` Denys Dmytriyenko [this message]
2015-05-26 20:13 Rafael E. Herrera
2015-05-27 7:04 ` Alex J Lennon
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=20150601155539.GP16418@edge \
--to=denys@ti.com \
--cc=meta-ti@yoctoproject.org \
--cc=raffo@cdi.com \
/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.