[meta-intel] [PATCH v2] libxcam: Initial recipe for libXCam

Burton, Ross ross.burton at intel.com
Tue Jul 9 13:24:32 PDT 2019


On Tue, 9 Jul 2019 at 16:54, Ankit Navik <ankit.tarot at gmail.com> wrote:
> +PACKAGECONFIG ??= ""
> +PACKAGECONFIG[gst] = "--enable-gst,--disable-gst,"
> +PACKAGECONFIG[aiq] = "--enable-aiq,--disable-aiq,"
> +PACKAGECONFIG[libcl] = "--enable-libcl,--disable-libcl,"
> +PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv"
> +PACKAGECONFIG[render] = "--enable-render,--disable-render,"
> +PACKAGECONFIG[gles] = "--enable-gles,--disable-gles,"
> +PACKAGECONFIG[vulkan] = "--enable-vulkan,--disable-vulkan,"
> +PACKAGECONFIG[dnn] = "--enable-dnn,--disable-dnn,"

Do you really want to disable everything out of the box?  There's a
DISTRO_FEATURE for opengl and vulkan so those could trigger the gles
and vulkan options, and what else is useful out of the box?  GStreamer
is the default multimedia framework so I'm guessing gst should be on
by default too.

Ross


More information about the meta-intel mailing list