All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Lippautz <michael.lippautz@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: New user would like some help
Date: Thu, 17 Jun 2010 23:19:27 +0200	[thread overview]
Message-ID: <1276809567.24867.5.camel@becca> (raw)
In-Reply-To: <89BAD49D-B779-4C20-BBC0-F220F8C440AA@keylevel.com>

Am Donnerstag, den 17.06.2010, 20:24 +0100 schrieb Chris Tapp:
> I now want to add some other libraries to the image so that they will  
> be available by default. I've tried to do this by adding IMAGE_INSTALL  
> lines in to minimal-image.bb (I'll do this properly by making a copy  
> soon!). e.g.
> 
> IMAGE_INSTALL = "task-boot \
> 		libsdl-native \
> <rest of file>
> 
> This appears to do something at build time, but libsdl is not in the  
> image that's produced.
> 

1) libsdl instead of -native (-native packages are used for
crosscompiling. OE installs some of them itself, while others are
distro-requirements)

2) To create your own image using the minimal-image:
Create a new file openembedded/recipes/images/<your-image>.bb:

require minimal-image.bb

IMAGE_INSTALL += "libsdl \
                  some-other-lib \
"

export IMAGE_BASENAME = "<your-image>"

And build `bitbake your-image`

Regards,
Michael




      parent reply	other threads:[~2010-06-17 21:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-17 19:24 New user would like some help Chris Tapp
2010-06-17 20:39 ` Joerg Eesmann
2010-06-17 21:15   ` Chris Tapp
2010-06-17 21:19 ` Michael Lippautz [this message]

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=1276809567.24867.5.camel@becca \
    --to=michael.lippautz@gmail.com \
    --cc=openembedded-devel@lists.openembedded.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.