All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: packages versioning
Date: Fri, 9 Dec 2011 10:15:13 -0600	[thread overview]
Message-ID: <4EE23411.2060907@windriver.com> (raw)
In-Reply-To: <4EE2305B.5030407@googlemail.com>

On 12/9/11 9:59 AM, Mr Dash Four wrote:
>
>>> One more query regarding this - how do I remove
>>> packages I do not want included in the final image? Is there a way to do
>>> that (fairly) easily?
>>>
>>
>> Yes, create your own image recipe.
>>
> I was hoping that there is an easier option ("(fairly) easily" being the
> keywords here)!
>
> I tried to trace where these packages are derived from, but could not
> find anything. For example, I'd like to remove ash (and possibly the
> whole BusyBox setup) and replace it with bash and their package
> equivalents. By looking at the tasks/ as well as images/ directories I
> couldn't find where these packages are derived from, hence the above
> question.

The creation of the filesystem image is driven by a number of components. 
Basically it works like this:

You select an image to build.  The image sets a few flags and a basic set of 
requirements.  The image inherits the core-image.bbclass.

The core-image.bbclass uses the flags, machine settings and extra settings to 
determine a list of actual dependencies.  Most of these dependencies are broken 
into groups.  Some of the groups are individual sets of recipes, while most are 
actually tasks.

The tasks themselves are broken down into functional areas.  These functional 
areas are designed to give you control at a "functional" level, designed to 
assist people who really aren't sure exactly what source packages to start from. 
  If you look for a list of the tasks you can see the breakdown and components.

In the recipes-extended, there is a set of core-tasks.  These tasks allow you to 
build up a system starting with busybox, and slowly add to it and replace 
busybox with the discrete components from util-linux, coreutils, etc.

I have a spreadsheet (OpenOffice 17k, or Excel 81k) that lists all of the 
current breakdowns.  If you are interested send me an email off list.

--Mark



  reply	other threads:[~2011-12-09 16:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-09  2:57 packages versioning Mr Dash Four
2011-12-09  3:17 ` Chris Larson
2011-12-09 12:59   ` Mr Dash Four
2011-12-09 13:35     ` Koen Kooi
2011-12-09 15:59       ` Mr Dash Four
2011-12-09 16:15         ` Mark Hatle [this message]
2011-12-09 18:57           ` Mr Dash Four
2011-12-09 19:06             ` Gary Thomas
2011-12-09 20:14             ` Mark Hatle
2011-12-09 20:46               ` Mr Dash Four
2011-12-10 18:29   ` Mr Dash Four

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=4EE23411.2060907@windriver.com \
    --to=mark.hatle@windriver.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.