All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rafael E. Herrera" <raffo@cdi.com>
To: yocto@yoctoproject.org
Subject: Help using bitbake to compile a custom package.
Date: Tue, 16 Jun 2015 19:58:06 -0400 (EDT)	[thread overview]
Message-ID: <1368563895.1209459.1434499086050.JavaMail.root@cdi.com> (raw)
In-Reply-To: <916583299.1209439.1434497967761.JavaMail.root@cdi.com>

Hello,

I'm trying to port an in-house piece of software in my Yocto tree. I managed to create a rudimentary recipe file that grabs the tar ball from the local disk and attempts to compile using:

host $ bitbake -f -c compile example

From the output I infer that the tar ball got unpacked and a make executed in the source code tree.

However, my build fails because a number of libraries are missing. 

For example, the libuuid library seems not to be found. How do I verify that this library is available in my Yocto tree? 

If not, how to determine what recipe do I need to build to get it installed?

How do I make sure that the header files for the library are also installed?

I'm assuming that once a library is built using the right bitbake recipe, it is available to the code that calls it. If not, how is that configured?

Thank you,

Rafael 


       reply	other threads:[~2015-06-16 23:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <916583299.1209439.1434497967761.JavaMail.root@cdi.com>
2015-06-16 23:58 ` Rafael E. Herrera [this message]
2015-06-17  8:32   ` Help using bitbake to compile a custom package Paul Eggleton

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=1368563895.1209459.1434499086050.JavaMail.root@cdi.com \
    --to=raffo@cdi.com \
    --cc=yocto@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.