All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <rpurdie@rpsys.net>
To: openembedded-devel <openembedded-devel@openembedded.org>
Subject: What is task-base?
Date: Sun, 27 Aug 2006 22:46:10 +0100	[thread overview]
Message-ID: <1156715171.5536.60.camel@localhost.localdomain> (raw)

I've been asked to explain exactly what my last commits did. Basically,
I broke us free from being tied to task-bootstrap by creating
MACHINE_TASK_PROVIDER which you can set to the task-bootstrap like
provider of your choice. It defaults to task-bootstrap so nothing
changes in that respect.

I then changed the zaurus machines to use a new alternative called
task-base. Instead of having each machine setting a ton of duplicate
variables, this aims to allow a machine to specify its features and
task-base builds it a customised task-bootstrap like package based on
what the machine needs along with what the distro supports. At present,
task-base supports the Zaurus 2.6 models but adding support for other
machines should be straightforward.

To illustrate, the distro.conf file can say:

DISTO_FEATURES = "nfs smbfs ipsec wifi ppp alsa bluetooth ext2 irda
pcmcia usbgadget usbhost"

and the machine.conf:

MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget"

and the resulting task-base would support say pcmcia but not usbhost.
task-base details exactly which options are either machine or distro
settings (or need to be in both). Machine options are meant to reflect
capabilities of the machine, distro options, things distribution
maintainers might want to add or remove from their distros images.
Hopefully this will let people create customised versions of
"task-bootstrap" without impacting other OE users/distros.

As one extreme, if you want to create an extremely minimal image, you
could set DISTRO_FEATURES = "" and you'd stop a lot of packages making
it into the image.

Its not perfect yet but we needed to set the ball rolling somehow :)

Cheers,

Richard






             reply	other threads:[~2006-08-27 21:48 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-27 21:46 Richard Purdie [this message]
2006-08-28  9:31 ` What is task-base? Marcin Juszkiewicz
2006-08-28  9:40   ` Koen Kooi
2006-09-01 14:18     ` Koen Kooi
2006-09-01 15:06       ` pHilipp Zabel
2006-09-27 12:27         ` Koen Kooi
2006-09-27 16:49           ` pHilipp Zabel
2006-09-27 17:01             ` Koen Kooi
2006-09-01 14:56   ` pHilipp Zabel
2006-09-01 15:10     ` Koen Kooi
2006-10-15 13:44 ` Marcin Juszkiewicz
2006-10-15 22:02   ` Paul Sokolovsky
2006-10-15 22:29     ` Koen Kooi
2006-10-16  2:24       ` Paul Sokolovsky
2006-10-16  7:17       ` Richard Purdie

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=1156715171.5536.60.camel@localhost.localdomain \
    --to=rpurdie@rpsys.net \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@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.