All of lore.kernel.org
 help / color / mirror / Atom feed
* Kernel QA build error
@ 2011-01-28  8:31 Chris Tapp
  2011-01-28 18:23 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Tapp @ 2011-01-28  8:31 UTC (permalink / raw)
  To: yocto

I'm getting a QA failure when running a build from a recent git master:

> Checking autotools environment for common misconfiguration
> NOTE: Checking autotools environment for common misconfiguration
> linux: Recipe file does not have license file information  
> (LIC_FILES_CHKSUM)
> ERROR: linux: Recipe file does not have license file information  
> (LIC_FILES_CHKSUM)
> Licensing Error: LIC_FILES_CHKSUM does not match, please fix
> ERROR: Licensing Error: LIC_FILES_CHKSUM does not match, please fix
> Function 'do_qa_configure' failed
> ERROR: Function 'do_qa_configure' failed

This is when building kernel version 2.6.33.2-r2.

Chris Tapp

opensource@keylevel.com
www.keylevel.com





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Kernel QA build error
  2011-01-28  8:31 Kernel QA build error Chris Tapp
@ 2011-01-28 18:23 ` Saul Wold
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2011-01-28 18:23 UTC (permalink / raw)
  To: Chris Tapp; +Cc: yocto

On 01/28/2011 12:31 AM, Chris Tapp wrote:
> I'm getting a QA failure when running a build from a recent git master:
>
>> Checking autotools environment for common misconfiguration
>> NOTE: Checking autotools environment for common misconfiguration
>> linux: Recipe file does not have license file information
>> (LIC_FILES_CHKSUM)
>> ERROR: linux: Recipe file does not have license file information
>> (LIC_FILES_CHKSUM)
>> Licensing Error: LIC_FILES_CHKSUM does not match, please fix
>> ERROR: Licensing Error: LIC_FILES_CHKSUM does not match, please fix
>> Function 'do_qa_configure' failed
>> ERROR: Function 'do_qa_configure' failed
>
> This is when building kernel version 2.6.33.2-r2.
>
Chris,

This has been fixed in master, this is due to that recipe missing the 
LIC_FILES_CHKSUM (as noted in the error message).  I added the missing line:

+LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"

Thanks for pointing this one out.


Sau!

> Chris Tapp
>
> opensource@keylevel.com
> www.keylevel.com
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-28 18:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-28  8:31 Kernel QA build error Chris Tapp
2011-01-28 18:23 ` Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.