From: Marcin Juszkiewicz <openembedded@hrw.one.pl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: RFC: handling of machine/distro features stuff
Date: Fri, 17 Nov 2006 01:01:05 +0100 [thread overview]
Message-ID: <200611170101.06186.openembedded@hrw.one.pl> (raw)
In-Reply-To: <200610291528.40663.openembedded@hrw.one.pl>
Dnia niedziela, 29 października 2006 15:28, Marcin Juszkiewicz napisał:
> Currently OpenEmbedded use overrides based on DISTRO, MACHINE,
> TARGET_ARCH and few others. I want to suggest start of using also
> {MACHINE,DISTRO}_FEATURES because we have some stuff in metadata which
> make sense only on some targets only - for example madwifi is limited
> to PCI devices only.
Holger 'zecke' Freyther pointed me to MacPorts and their 'variants'. After
looking at them I think that those are other kind of our overrides.
Which points me to this idea: how about adding COMBINED_FEATURES into
overrides? I do not know will it slow down BitBake or make metadata bit
more ugly but it is kind of solution.
do_configure() {
do something
}
do_configure_pci() {
do something
do something PCI related
}
would solve wpa-supplicant example.
What do you think?
--
JID: hrw-jabber.org
OpenEmbedded developer/consultant
"To be or not to be that is the question.":
every programmer knows the answer $2b or (not $2b) is $ff.
next prev parent reply other threads:[~2006-11-17 0:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-29 14:28 RFC: handling of machine/distro features stuff Marcin Juszkiewicz
2006-10-29 22:10 ` Jamie Lenehan
2006-10-30 1:32 ` Justin Patrin
2006-11-04 13:37 ` Leon Woestenberg
2006-11-17 0:01 ` Marcin Juszkiewicz [this message]
2006-11-17 9:25 ` Richard Purdie
2006-11-24 16:03 ` Marcin Juszkiewicz
2006-11-24 17:56 ` 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=200611170101.06186.openembedded@hrw.one.pl \
--to=openembedded@hrw.one.pl \
--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.