2014-11-28 10:29 GMT+01:00  <matthias.he...@atlas-elektronik.com>:
> Hi all,
>
>
>
> I’m quite new to yocto and currently am playing around with all kinds of
> basic functions and procedures of yocto to step by step learn and get to
> know yocto and bitbake.
>
> Currently I’m trying to store the kernel config settings in some way in my
> layer to have it modular. So I read about config fragments. Unfortunately I
> can’t test what I did as when running bitbake the do_fetch for the linux
> source is started and doesn’t end. Even when enabling/disabling only one
> line in the defconfig file, which I tried as test, this happens. That isn’t
> normal is it ? What can I do about this ?
>
> Thank you,
>
> Best regards,
>
> Mat
>

Hi,

you can increase the bitbake debug level with the "-D" flag, it can be
used multiple times like:
bitbake -DDD <recipe>

Usually this should show enough information to see what's going wrong.



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

Reply via email to