You need to first see from the failure page which configuration is failing,
for example non-gpl3 is one such.

Then you find that configuration in config.json. The below should hopefully
be self-explanatory in how you should set up the build?

        "non-gpl3" : {
            "NEEDREPOS" : ["poky", "meta-gplv2"],
            "MACHINE" : "qemux86",
            "BBTARGETS" : "core-image-minimal core-image-full-cmdline",
            "extravars" : [
                "INCOMPATIBLE_LICENSE = '*GPLv3'",
                "WARN_QA_remove = 'incompatible-license'"
            ],
            "EXTRACMDS" : [
                "../../yocto-autobuilder-helper/scripts/check-gplv3"
            ]
        },


Alex


On Mon, 27 Apr 2020 at 20:54, Rahul Kumar <[email protected]> wrote:

> Hi Richard/Alexander,
>
> I am not able to understand how I can use the below file.
>
> http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder-helper/tree/config.json
>
> did you mean to say that i have to set MACRO in local.conf based on this
> file.
>
> *Thanks & Regards,*
> Rahul Kumar
> Software Engineer,Linux Solutions Engineering
> Group,Montavista Software LLC
> Email Id: [email protected]
> <https://plus.google.com/+CodeTwoSoftware>
>
>
> On Mon, Apr 27, 2020 at 11:46 PM Richard Purdie <
> [email protected]> wrote:
>
>> On Mon, 2020-04-27 at 18:30 +0200, Alexander Kanavin wrote:
>> > You need to look at configurations defined here:
>> >
>> http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder-helper/tree/config.json
>> > and replicate them locally. Then you can reproduce the failures that
>> > the AB gets in those configurations.
>>
>> That start of the failing logs on the autobuilder also list out the
>> configuration options for that build.
>>
>> Cheers,
>>
>> Richard
>>
>>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#137536): 
https://lists.openembedded.org/g/openembedded-core/message/137536
Mute This Topic: https://lists.openembedded.org/mt/73224911/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to