[oe] [PATCH 2/2] busybox: configure according to {MACHINE, DISTRO}_FEATURES

Phil Blundell philb at gnu.org
Thu Jun 10 20:22:51 UTC 2010


On Thu, 2010-06-10 at 12:55 -0700, Chris Larson wrote:
> Should this (ipv6 at least) use COMBINED_FEATURES, since it requires
> kernel/machine support for it to be useful, along with distro support?

I don't think it's machine dependent in any meaningful way; there is, to
my knowledge, no OE-supported hardware which is actually incapable of
supporting ipv6.  Any distro that wants to use it just needs to make
sure that the kernel support is present (either built-in or as a module)
on all the supported targets.  In any case, most packages will cope
gracefully with ipv6 being selected on in the configuration and then
found to be absent at runtime.

If you start factoring MACHINE_FEATURES into that kind of decision then,
logically, the package needs to have PACKAGE_ARCH=${MACHINE}.  I don't
think it would be a very good thing to start forcing packages down that
path unnecessarily.

p.






More information about the Openembedded-devel mailing list