All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v2] turbostat: upgrade to 18.07.27
@ 2018-08-23 11:40 Kuo-Lang Tseng
  2018-08-24  8:12 ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Kuo-Lang Tseng @ 2018-08-23 11:40 UTC (permalink / raw)
  To: openembedded-devel

Update the license hash value also since SPDX header has been
inserted to kernel COPYING file since v4.17.

Signed-off-by: Kuo-Lang Tseng <kuo-lang.tseng@intel.com>

v2: add meta-oe prefix to subject line
---
 .../turbostat/{turbostat_3.4.bb => turbostat_18.07.27.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-kernel/turbostat/{turbostat_3.4.bb => turbostat_18.07.27.bb} (96%)

diff --git a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb b/meta-oe/recipes-kernel/turbostat/turbostat_18.07.27.bb
similarity index 96%
rename from meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb
rename to meta-oe/recipes-kernel/turbostat/turbostat_18.07.27.bb
index 3559417..5e64efa 100644
--- a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb
+++ b/meta-oe/recipes-kernel/turbostat/turbostat_18.07.27.bb
@@ -12,7 +12,7 @@ processor frequency and idle power saving state residency on supported \
 processors."
 
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
+LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
 
 COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux'
 COMPATIBLE_HOST_libc-musl = "null"
-- 
1.9.1



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

* Re: [meta-oe][PATCH v2] turbostat: upgrade to 18.07.27
  2018-08-23 11:40 [meta-oe][PATCH v2] turbostat: upgrade to 18.07.27 Kuo-Lang Tseng
@ 2018-08-24  8:12 ` Khem Raj
  2018-08-24 15:57   ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2018-08-24  8:12 UTC (permalink / raw)
  To: kuo-lang.tseng; +Cc: openembeded-devel

it does not seem to build see
http://errors.yoctoproject.org/Errors/Details/187118/
On Thu, Aug 23, 2018 at 11:44 AM Kuo-Lang Tseng
<kuo-lang.tseng@intel.com> wrote:
>
> Update the license hash value also since SPDX header has been
> inserted to kernel COPYING file since v4.17.
>
> Signed-off-by: Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
>
> v2: add meta-oe prefix to subject line
> ---
>  .../turbostat/{turbostat_3.4.bb => turbostat_18.07.27.bb}               | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-oe/recipes-kernel/turbostat/{turbostat_3.4.bb => turbostat_18.07.27.bb} (96%)
>
> diff --git a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb b/meta-oe/recipes-kernel/turbostat/turbostat_18.07.27.bb
> similarity index 96%
> rename from meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb
> rename to meta-oe/recipes-kernel/turbostat/turbostat_18.07.27.bb
> index 3559417..5e64efa 100644
> --- a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb
> +++ b/meta-oe/recipes-kernel/turbostat/turbostat_18.07.27.bb
> @@ -12,7 +12,7 @@ processor frequency and idle power saving state residency on supported \
>  processors."
>
>  LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
>
>  COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux'
>  COMPATIBLE_HOST_libc-musl = "null"
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-oe][PATCH v2] turbostat: upgrade to 18.07.27
  2018-08-24  8:12 ` Khem Raj
@ 2018-08-24 15:57   ` Khem Raj
  2018-08-27  8:35     ` Kuo-Lang Tseng
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2018-08-24 15:57 UTC (permalink / raw)
  To: kuo-lang.tseng; +Cc: openembeded-devel

another failure seen in License checksum mismatch

http://errors.yoctoproject.org/Errors/Details/187128/
On Fri, Aug 24, 2018 at 1:12 AM Khem Raj <raj.khem@gmail.com> wrote:
>
> it does not seem to build see
> http://errors.yoctoproject.org/Errors/Details/187118/
> On Thu, Aug 23, 2018 at 11:44 AM Kuo-Lang Tseng
> <kuo-lang.tseng@intel.com> wrote:
> >
> > Update the license hash value also since SPDX header has been
> > inserted to kernel COPYING file since v4.17.
> >
> > Signed-off-by: Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
> >
> > v2: add meta-oe prefix to subject line
> > ---
> >  .../turbostat/{turbostat_3.4.bb => turbostat_18.07.27.bb}               | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta-oe/recipes-kernel/turbostat/{turbostat_3.4.bb => turbostat_18.07.27.bb} (96%)
> >
> > diff --git a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb b/meta-oe/recipes-kernel/turbostat/turbostat_18.07.27.bb
> > similarity index 96%
> > rename from meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb
> > rename to meta-oe/recipes-kernel/turbostat/turbostat_18.07.27.bb
> > index 3559417..5e64efa 100644
> > --- a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb
> > +++ b/meta-oe/recipes-kernel/turbostat/turbostat_18.07.27.bb
> > @@ -12,7 +12,7 @@ processor frequency and idle power saving state residency on supported \
> >  processors."
> >
> >  LICENSE = "GPLv2"
> > -LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
> >
> >  COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux'
> >  COMPATIBLE_HOST_libc-musl = "null"
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-oe][PATCH v2] turbostat: upgrade to 18.07.27
  2018-08-24 15:57   ` Khem Raj
@ 2018-08-27  8:35     ` Kuo-Lang Tseng
  2018-08-27 16:03       ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Kuo-Lang Tseng @ 2018-08-27  8:35 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

Thanks for passing the build information. New to OpenEmbedded project
and is there a tree that I can clone to duplicate the build issue?

On Fri, 2018-08-24 at 08:57 -0700, Khem Raj wrote:
> another failure seen in License checksum mismatch
> 
> http://errors.yoctoproject.org/Errors/Details/187128/
> On Fri, Aug 24, 2018 at 1:12 AM Khem Raj <raj.khem@gmail.com> wrote:
> >
> > it does not seem to build see
> > http://errors.yoctoproject.org/Errors/Details/187118/
> > On Thu, Aug 23, 2018 at 11:44 AM Kuo-Lang Tseng
> > <kuo-lang.tseng@intel.com> wrote:
> > >
> > > Update the license hash value also since SPDX header has been
> > > inserted to kernel COPYING file since v4.17.
> > >
> > > Signed-off-by: Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
> > >
> > > v2: add meta-oe prefix to subject line
> > > ---
> > >  .../turbostat/{turbostat_3.4.bb => turbostat_18.07.27.bb}               | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >  rename meta-oe/recipes-kernel/turbostat/{turbostat_3.4.bb => turbostat_18.07.27.bb} (96%)
> > >
> > > diff --git a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb b/meta-oe/recipes-kernel/turbostat/turbostat_18.07.27.bb
> > > similarity index 96%
> > > rename from meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb
> > > rename to meta-oe/recipes-kernel/turbostat/turbostat_18.07.27.bb
> > > index 3559417..5e64efa 100644
> > > --- a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb
> > > +++ b/meta-oe/recipes-kernel/turbostat/turbostat_18.07.27.bb
> > > @@ -12,7 +12,7 @@ processor frequency and idle power saving state residency on supported \
> > >  processors."
> > >
> > >  LICENSE = "GPLv2"
> > > -LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
> > > +LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
> > >
> > >  COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux'
> > >  COMPATIBLE_HOST_libc-musl = "null"
> > > --
> > > 1.9.1
> > >
> > > --
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel




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

* Re: [meta-oe][PATCH v2] turbostat: upgrade to 18.07.27
  2018-08-27  8:35     ` Kuo-Lang Tseng
@ 2018-08-27 16:03       ` Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2018-08-27 16:03 UTC (permalink / raw)
  To: kuo-lang.tseng; +Cc: openembeded-devel

On Mon, Aug 27, 2018 at 8:38 AM Kuo-Lang Tseng <kuo-lang.tseng@intel.com> wrote:
>
> Thanks for passing the build information. New to OpenEmbedded project
> and is there a tree that I can clone to duplicate the build issue?
>

Details are in error logs, you might want to use
master-next branch on poky or openembedded-core

> On Fri, 2018-08-24 at 08:57 -0700, Khem Raj wrote:
> > another failure seen in License checksum mismatch
> >
> > http://errors.yoctoproject.org/Errors/Details/187128/
> > On Fri, Aug 24, 2018 at 1:12 AM Khem Raj <raj.khem@gmail.com> wrote:
> > >
> > > it does not seem to build see
> > > http://errors.yoctoproject.org/Errors/Details/187118/
> > > On Thu, Aug 23, 2018 at 11:44 AM Kuo-Lang Tseng
> > > <kuo-lang.tseng@intel.com> wrote:
> > > >
> > > > Update the license hash value also since SPDX header has been
> > > > inserted to kernel COPYING file since v4.17.
> > > >
> > > > Signed-off-by: Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
> > > >
> > > > v2: add meta-oe prefix to subject line
> > > > ---
> > > >  .../turbostat/{turbostat_3.4.bb => turbostat_18.07.27.bb}               | 2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > >  rename meta-oe/recipes-kernel/turbostat/{turbostat_3.4.bb => turbostat_18.07.27.bb} (96%)
> > > >
> > > > diff --git a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb b/meta-oe/recipes-kernel/turbostat/turbostat_18.07.27.bb
> > > > similarity index 96%
> > > > rename from meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb
> > > > rename to meta-oe/recipes-kernel/turbostat/turbostat_18.07.27.bb
> > > > index 3559417..5e64efa 100644
> > > > --- a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb
> > > > +++ b/meta-oe/recipes-kernel/turbostat/turbostat_18.07.27.bb
> > > > @@ -12,7 +12,7 @@ processor frequency and idle power saving state residency on supported \
> > > >  processors."
> > > >
> > > >  LICENSE = "GPLv2"
> > > > -LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
> > > > +LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
> > > >
> > > >  COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux'
> > > >  COMPATIBLE_HOST_libc-musl = "null"
> > > > --
> > > > 1.9.1
> > > >
> > > > --
> > > > _______________________________________________
> > > > Openembedded-devel mailing list
> > > > Openembedded-devel@lists.openembedded.org
> > > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>


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

end of thread, other threads:[~2018-08-27 16:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-23 11:40 [meta-oe][PATCH v2] turbostat: upgrade to 18.07.27 Kuo-Lang Tseng
2018-08-24  8:12 ` Khem Raj
2018-08-24 15:57   ` Khem Raj
2018-08-27  8:35     ` Kuo-Lang Tseng
2018-08-27 16:03       ` Khem Raj

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.