the problem could also be resolved in the way it was done here:

https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=8e15e9b6e478f6368034519b2a8fd3c7ea71d23b


On Wed, 26 Jul 2017 17:48:31 +0200
Markus Volk <f_...@t-online.de> wrote:

> Hi,
> 
> I build myself an image (x86_64) for my NUC. Because i´m including all dev 
> packages i encountered the following problem while switching from pyro to the 
> recent poky master
> 
> do_rootfs crashes with an error message because cogl-1.0-dev wants to install 
> package cogl-1.0. Cogl-1.0 is empty and has therefore not been created.
> 
> I tried to fix this with a line in cogl-1.0_%.bbappend
> 
> ALLOW_EMPTY_${PN} = "1"
> 
> next error ... cogl-1.0-dev is missing the package libcogl20
> 
> At this point i´ve simply overwritten the files variables in my bbappend like 
> this
> 
> FILES_${PN} = "*"
> FILES_${PN}-examples = "$ {bindir} / * $ {datadir} / cogl / examples-data / *"
> FILES_libcogl = ""
> FILES_libcogl-gles2 = ""
> FILES_libcogl-pango = ""
> 
> FILES_libcogl-path = ""
> 
> The problem is gone, but i guess this would not be a proper solution for the 
> project. I´m pretty sure, i saw those cogl errors in the do_rootfs log in 
> pyro also, but log_check didn´t care about that so far
> 
> Markus
> -- 
> Markus Volk <f_...@t-online.de>
> -- 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


-- 
Markus Volk <f_...@t-online.de>

Attachment: 0001-cogl-1.0-Fix-packages-so-dev-pkgs-image-generation-w.patch
Description: Binary data

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to