I also faced this issue in current release. For me complete error message is:


ERROR:  OE-core's config sanity checker detected a potential misconfiguration.

    Either fix the cause of this error or at your own risk disable the checker 
(see sanity.conf).

    Following is the list of potential problems / advisories:



    maximum recursion depth exceeded while calling a Python object.

    Please ensure your host's network is configured correctly,

    or set BB_NO_NETWORK = "1" to disable network access if

    all required sources are on local disk.


What worked for me is to disable the network by:
Export BB_NO_NETWORK = "1"

And then re-enable it by

Export BB_NO_NETWORK = "0"

Though not sure of source of this error.


Thanks & Regards,
Sangeeta Jain

From: yocto-boun...@yoctoproject.org <yocto-boun...@yoctoproject.org> On Behalf 
Of pawanKumar
Sent: Monday, 28 January, 2019 3:04 PM
To: yocto@yoctoproject.org; p...@yoctoproject.org
Subject: [yocto] Bitbake Issue in Yocto 2.7 M2 rc1:

Hi Team,

While running bitbake command, I'm facing issue as:
Error: OE-cores config sanity checker detected a potential misconfiguaration.
Either fix the cause of this error or at your own risk disable the checker (see 
sanity.conf)

Does the issue is in the build or in my system.(I have run in multiple systems)


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

Reply via email to