Re: [OE-core] [PATCH v2] gstreamer1.0-plugins-bad: don't select vulkan if directfb enabled.

2020-06-29 Thread Chenxi Mao
Hi Alex, Richard: Thanks for your information, hints and suggestion. After remove vulkan in DISTRO_FEATURES configuration,  it works fine. We don't need this commit any more. Please abandon this commit. Thanks. Chenxi On 2020/6/28 下午5:40, Alexander Kanavin wrote: > bb.utils.filter() makes

Re: [OE-core] [PATCH v2] gstreamer1.0-plugins-bad: don't select vulkan if directfb enabled.

2020-06-28 Thread Alexander Kanavin
bb.utils.filter() makes sets out of DISTRO_FEATURES and the second argument, and returns an intersection of the two. So the line shouldn't need any fixing. Are you sure you do not have vulkan in your DISTRO_FEATURES? How are you setting it? What does 'bitbake -e gstreamer1.0-plugins-bad' say?

Re: [OE-core] [PATCH v2] gstreamer1.0-plugins-bad: don't select vulkan if directfb enabled.

2020-06-28 Thread Chenxi Mao
Hi Richard: If I set directfb only in DISTRO_FEATURES, the vulkan will be enabled in gstreamer, that will cause the build break. The root cause is the vulkan didn't support directfb. So I remove this vulkan if directfb enabled. Another solution is separate the directfb with directfb. Like below:

Re: [OE-core] [PATCH v2] gstreamer1.0-plugins-bad: don't select vulkan if directfb enabled.

2020-06-28 Thread Richard Purdie
On Sun, 2020-06-28 at 13:39 +0800, Chenxi Mao wrote: > vulkan didn't support directfb at all. > So remove this configuration if directfb enabled. > > Change-Id: Ia0af5d944e858fbb99a07fcd5f10ab831a93b2d0 > Signed-off-by: Chenxi Mao > --- > .../gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb

[OE-core] [PATCH v2] gstreamer1.0-plugins-bad: don't select vulkan if directfb enabled.

2020-06-27 Thread Chenxi Mao
vulkan didn't support directfb at all. So remove this configuration if directfb enabled. Change-Id: Ia0af5d944e858fbb99a07fcd5f10ab831a93b2d0 Signed-off-by: Chenxi Mao --- .../gstreamer/gstreamer1.0-plugins-bad_1.16.2.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff