On Tue, 9 Jul 2019 at 16:54, Ankit Navik <[email protected]> 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 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
