[yocto] do_fetch linux hangs after defconfig/conf-fragment change

Samuel Stirtzel s.stirtzel at googlemail.com
Fri Nov 28 02:08:59 PST 2014


2014-11-28 10:29 GMT+01:00  <Matthias.Heise at 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



More information about the yocto mailing list