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

Reply via email to