* directFB and GTK + libvivante-dfb-mx6 build error
@ 2014-11-27 13:08 Peter
2014-11-27 14:42 ` Daiane Angolini
0 siblings, 1 reply; 5+ messages in thread
From: Peter @ 2014-11-27 13:08 UTC (permalink / raw)
To: meta-freescale
Hi,
I'm supposed to run a WebkitGTK+ application with directFB output on an
imx6 system.
I read a lot of stuff and tried some things, but I still don't know
whether it is possible or not...
When I bitbake directfb-examples into a console-image with openembedded
(daisy), some are working fine, while others crash with a segfault.
When I include "packagegroup-core-directfb" in my image,
libvivante-dfb-mx6 throws an error:
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies
for packagegroup-core-directfb:
* libvivante-dfb-mx6 *
* opkg_install_cmd: Cannot install package packagegroup-core-directfb.
Earlier this year Otavio and Lauren stated that DFB wouldn't work with
any newer version of DFB than 1.6.3, so my 1.6.3 should be ok for the
moment, but maybe my recipes are simply too old. [1]
Should I try to update to newer vivante binaries? I think 3.10.17-1.0.0
are used in my current setup.
However I read here [2] that gtk support for directFB was dropped
anyway, but I can't find a proper source to prove it.
Could anybody please enlighten me with the current state of development
and what's the matter with libvivante-dfb-mx6?
Thanks in advance,
Peter Fink
[1]:
https://lists.yoctoproject.org/pipermail/meta-freescale/2014-March/007722.html
[2]:
https://www.yoctoproject.org/irc/%23yocto.2014-09-25.log.html#t2014-09-25T17:45:48
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: directFB and GTK + libvivante-dfb-mx6 build error
2014-11-27 13:08 directFB and GTK + libvivante-dfb-mx6 build error Peter
@ 2014-11-27 14:42 ` Daiane Angolini
2014-11-27 15:19 ` Peter
0 siblings, 1 reply; 5+ messages in thread
From: Daiane Angolini @ 2014-11-27 14:42 UTC (permalink / raw)
To: Peter; +Cc: meta-freescale@yoctoproject.org
On Thu, Nov 27, 2014 at 11:08 AM, Peter <ppf83764@freenet.de> wrote:
> Hi,
>
> I'm supposed to run a WebkitGTK+ application with directFB output on an imx6
> system.
>
> I read a lot of stuff and tried some things, but I still don't know whether
> it is possible or not...
>
> When I bitbake directfb-examples into a console-image with openembedded
> (daisy), some are working fine, while others crash with a segfault.
>
> When I include "packagegroup-core-directfb" in my image, libvivante-dfb-mx6
> throws an error:
>
> Collected errors:
> * satisfy_dependencies_for: Cannot satisfy the following dependencies for
> packagegroup-core-directfb:
> * libvivante-dfb-mx6 *
> * opkg_install_cmd: Cannot install package packagegroup-core-directfb.
Only to be sure.
Have you changed your DISTRO_FEATURES?
Have you tried core-image-directfb?
Daiane
>
>
> Earlier this year Otavio and Lauren stated that DFB wouldn't work with any
> newer version of DFB than 1.6.3, so my 1.6.3 should be ok for the moment,
> but maybe my recipes are simply too old. [1]
> Should I try to update to newer vivante binaries? I think 3.10.17-1.0.0 are
> used in my current setup.
>
> However I read here [2] that gtk support for directFB was dropped anyway,
> but I can't find a proper source to prove it.
>
> Could anybody please enlighten me with the current state of development and
> what's the matter with libvivante-dfb-mx6?
>
> Thanks in advance,
> Peter Fink
>
> [1]:
> https://lists.yoctoproject.org/pipermail/meta-freescale/2014-March/007722.html
> [2]:
> https://www.yoctoproject.org/irc/%23yocto.2014-09-25.log.html#t2014-09-25T17:45:48
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: directFB and GTK + libvivante-dfb-mx6 build error
2014-11-27 14:42 ` Daiane Angolini
@ 2014-11-27 15:19 ` Peter
2014-11-28 14:48 ` Daiane Angolini
0 siblings, 1 reply; 5+ messages in thread
From: Peter @ 2014-11-27 15:19 UTC (permalink / raw)
To: Daiane Angolini; +Cc: meta-freescale
Am 27.11.2014 um 15:42 schrieb Daiane Angolini:
> On Thu, Nov 27, 2014 at 11:08 AM, Peter <ppf83764@freenet.de> wrote:
>> Hi,
>>
>> I'm supposed to run a WebkitGTK+ application with directFB output on an imx6
>> system.
>>
>> I read a lot of stuff and tried some things, but I still don't know whether
>> it is possible or not...
>>
>> When I bitbake directfb-examples into a console-image with openembedded
>> (daisy), some are working fine, while others crash with a segfault.
>>
>> When I include "packagegroup-core-directfb" in my image, libvivante-dfb-mx6
>> throws an error:
>>
>> Collected errors:
>> * satisfy_dependencies_for: Cannot satisfy the following dependencies for
>> packagegroup-core-directfb:
>> * libvivante-dfb-mx6 *
>> * opkg_install_cmd: Cannot install package packagegroup-core-directfb.
>
> Only to be sure.
> Have you changed your DISTRO_FEATURES?
Yes I added:
DISTRO_FEATURES_remove = "x11 wayland"
DISTRO_FEATURES += "directfb"
> Have you tried core-image-directfb?
No, because it was missing for some reason. But after re-adding it, it
gives the same error.
Peter
> Daiane
>>
>>
>> Earlier this year Otavio and Lauren stated that DFB wouldn't work with any
>> newer version of DFB than 1.6.3, so my 1.6.3 should be ok for the moment,
>> but maybe my recipes are simply too old. [1]
>> Should I try to update to newer vivante binaries? I think 3.10.17-1.0.0 are
>> used in my current setup.
>>
>> However I read here [2] that gtk support for directFB was dropped anyway,
>> but I can't find a proper source to prove it.
>>
>> Could anybody please enlighten me with the current state of development and
>> what's the matter with libvivante-dfb-mx6?
>>
>> Thanks in advance,
>> Peter Fink
>>
>> [1]:
>> https://lists.yoctoproject.org/pipermail/meta-freescale/2014-March/007722.html
>> [2]:
>> https://www.yoctoproject.org/irc/%23yocto.2014-09-25.log.html#t2014-09-25T17:45:48
>> --
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: directFB and GTK + libvivante-dfb-mx6 build error
2014-11-27 15:19 ` Peter
@ 2014-11-28 14:48 ` Daiane Angolini
2014-11-28 16:41 ` Daiane Angolini
0 siblings, 1 reply; 5+ messages in thread
From: Daiane Angolini @ 2014-11-28 14:48 UTC (permalink / raw)
To: Peter; +Cc: meta-freescale@yoctoproject.org
On Thu, Nov 27, 2014 at 1:19 PM, Peter <ppf83764@freenet.de> wrote:
> Am 27.11.2014 um 15:42 schrieb Daiane Angolini:
>>
>> On Thu, Nov 27, 2014 at 11:08 AM, Peter <ppf83764@freenet.de> wrote:
>>>
>>> Hi,
>>>
>>> I'm supposed to run a WebkitGTK+ application with directFB output on an
>>> imx6
>>> system.
>>>
>>> I read a lot of stuff and tried some things, but I still don't know
>>> whether
>>> it is possible or not...
>>>
>>> When I bitbake directfb-examples into a console-image with openembedded
>>> (daisy), some are working fine, while others crash with a segfault.
>>>
>>> When I include "packagegroup-core-directfb" in my image,
>>> libvivante-dfb-mx6
>>> throws an error:
>>>
>>> Collected errors:
>>> * satisfy_dependencies_for: Cannot satisfy the following dependencies
>>> for
>>> packagegroup-core-directfb:
>>> * libvivante-dfb-mx6 *
>>> * opkg_install_cmd: Cannot install package packagegroup-core-directfb.
>>
>>
>> Only to be sure.
>> Have you changed your DISTRO_FEATURES?
>
>
> Yes I added:
> DISTRO_FEATURES_remove = "x11 wayland"
> DISTRO_FEATURES += "directfb"
>
>> Have you tried core-image-directfb?
>
>
> No, because it was missing for some reason. But after re-adding it, it gives
> the same error.
I was able to reproduce a build failure for core-image-directfb on
dizzy for imx6qsabresd. haven´t tried master yet.
Do you have any update from your side? I´m going to try to debug this,
but I´m afraid I don´t have too much free time to get it fast enough.
Daiane
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: directFB and GTK + libvivante-dfb-mx6 build error
2014-11-28 14:48 ` Daiane Angolini
@ 2014-11-28 16:41 ` Daiane Angolini
0 siblings, 0 replies; 5+ messages in thread
From: Daiane Angolini @ 2014-11-28 16:41 UTC (permalink / raw)
To: Peter; +Cc: meta-freescale@yoctoproject.org
On Fri, Nov 28, 2014 at 12:48 PM, Daiane Angolini <daiane.list@gmail.com> wrote:
>>
>> No, because it was missing for some reason. But after re-adding it, it gives
>> the same error.
>
> I was able to reproduce a build failure for core-image-directfb on
> dizzy for imx6qsabresd. haven´t tried master yet.
I started over with a clear build folder and now it works for me:
Build Configuration:
BB_VERSION = "1.24.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-14.04"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "imx6qsabresd"
DISTRO = "poky"
DISTRO_VERSION = "1.7"
TUNE_FEATURES = "arm armv7a vfp neon callconvention-hard cortexa9"
TARGET_FPU = "vfp-neon"
meta
meta-yocto = "new:9e8bb322154e67e521e8c982d20d46dda20c024b"
meta-oe
meta-multimedia = "new:9efaed99125b1c4324663d9a1b2d3319c74e7278"
meta-fsl-arm = "new:12ab5db20cf40a42b364e13250004490ea5dbf64"
meta-fsl-arm-extra = "new:9404b049d79de889af02f5b4a11046b6e1543422"
meta-fsl-demos = "new:7a9ba77d90e7f242eb8f3e7e7df697c79ed9ce59"
local.conf:
DISTRO_FEATURES_remove = "x11 wayland"
DISTRO_FEATURES_append = " directfb"
$ bitbake core-image-directfb
Daiane
>
> Do you have any update from your side? I´m going to try to debug this,
> but I´m afraid I don´t have too much free time to get it fast enough.
>
> Daiane
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-11-28 16:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-27 13:08 directFB and GTK + libvivante-dfb-mx6 build error Peter
2014-11-27 14:42 ` Daiane Angolini
2014-11-27 15:19 ` Peter
2014-11-28 14:48 ` Daiane Angolini
2014-11-28 16:41 ` Daiane Angolini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.