Cannot build directfb for imx6: no package provides libvivante-dfb-mx6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Cannot build directfb for imx6: no package provides libvivante-dfb-mx6

1,312 Views
dominicamann
Contributor III

I am attempting to build a directfb build. Out of the box, core-image-directfb fails because something includes x11 and they cannot co-exist. I exclude x11, and build again, and I get:

Computing transaction...error: Can't install packagegroup-core-directfb-1.0-r0@smarc_samx6i: no package provides libvivante-dfb-mx6

I see this error a couple times in different earlier posts. I tried setting PREFERRED_VERSION_directfb = "1.6.3" in my local.conf, but it makes no difference (perhaps I am doing it wrong?).

Labels (3)
2 Replies

610 Views
OtavioSalvador
Senior Contributor II

We are doing daily builds of DirectFB[1] and they are successful.

1. http://ci.ossystems.com.br/public/fsl-community-bsp/dizzy/

I think you might have not removed the other distro features.

You need:

DISTRO_FEATURES_remove = "x11 wayland"

DISTRO_FEATURES_append = " directfb"

610 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Dominic,

Currently this was a bug in BSP, fix and update are on DFB 1.7v, in your case I suggest use the DFB in meta-fsl-arm 1.6.3 from dora branch until vivante graphics drivers are updated.

Hope this helps

0 Kudos