On 14 August 2013 21:49, Darren Hart <darren.h...@intel.com> wrote:
> So the correct way to build from oe-core without meta-yocto would be to
> append these values to DISTRO_FEATURES in local.conf? That or define our
> own DISTRO... which is basically what including meta-yocto does with
> poky. I did pull this in for Minnow and will now have to revert.

Yeah, you can use DISTRO_FEATURES_append = " opengl" in your
local.conf if you want to do a "pure" bitbake+oe-core build.

> If I understood correctly, the REQUIRED_DISTRO_FEATURES mechanisms was
> only proposed and does not exist currently?

Correct.

> What is the current mechanism for this? Do we have one of the tasks in
> the emgd driver recipe check for the required features in distro config
> and error out if they are missing?

The systemd recipe has a fairly idiomatic way of skipping packages
depending on the distro features, which will result in an message
saying the package is being skipped, and then a build failure when the
dependencies don't resolve.

Ross
_______________________________________________
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to