All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v2] mcelog: Upgrade to 159
@ 2018-07-06  8:41 mingli.yu
  2018-07-06  8:45 ` Yu, Mingli
  0 siblings, 1 reply; 3+ messages in thread
From: mingli.yu @ 2018-07-06  8:41 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Update LIC_FILES_CHKSUM as license file README.md
updated as below:

diff a.orig/README.md a/README.md

< see [mcelog.org](http://www.mcelog.org).
---
> see [mcelog.org](https://www.mcelog.org).
56a57,60
>
> By default mcelog reports its version as the git tag. This can be overridden
> by setting up a .os_release file in the source directory. A build system
> could write the OS version to this file to mark the binary.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 .../recipes-support/mcelog/{mcelog_1.49.bb => mcelog_159.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/mcelog/{mcelog_1.49.bb => mcelog_159.bb} (89%)

diff --git a/meta-oe/recipes-support/mcelog/mcelog_1.49.bb b/meta-oe/recipes-support/mcelog/mcelog_159.bb
similarity index 89%
rename from meta-oe/recipes-support/mcelog/mcelog_1.49.bb
rename to meta-oe/recipes-support/mcelog/mcelog_159.bb
index 84633a76c..236ad7d00 100644
--- a/meta-oe/recipes-support/mcelog/mcelog_1.49.bb
+++ b/meta-oe/recipes-support/mcelog/mcelog_159.bb
@@ -9,10 +9,10 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git;protocol=http;
     file://run-ptest \
 "
 
-SRCREV = "2cfdf29b2ef98ccd5ed42cdde8bbe437e0d6412f"
+SRCREV = "2ed5cc0489d20cbffdc6d2e08b1fe49973f0ee34"
 
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://README.md;md5=279840fabb191e6cd9150492d31b0e20"
+LIC_FILES_CHKSUM = "file://README.md;md5=74bb47b9a68850cb398665cf78b31de6"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1



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

* Re: [meta-oe][PATCH v2] mcelog: Upgrade to 159
  2018-07-06  8:41 [meta-oe][PATCH v2] mcelog: Upgrade to 159 mingli.yu
@ 2018-07-06  8:45 ` Yu, Mingli
  2018-07-06 21:05   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Yu, Mingli @ 2018-07-06  8:45 UTC (permalink / raw)
  To: openembedded-devel



On 2018年07月06日 16:41, mingli.yu@windriver.com wrote:
> From: Mingli Yu <mingli.yu@windriver.com>
>
> Update LIC_FILES_CHKSUM as license file README.md
> updated as below:
>
> diff a.orig/README.md a/README.md
>
> < see [mcelog.org](http://www.mcelog.org).
> ---
>> see [mcelog.org](https://www.mcelog.org).
> 56a57,60
>>
>> By default mcelog reports its version as the git tag. This can be overridden
>> by setting up a .os_release file in the source directory. A build system
>> could write the OS version to this file to mark the binary.


The message as below, seems > behaves special in email.

     Update LIC_FILES_CHKSUM as license file README.md
     updated as below:

     diff a.orig/README.md a/README.md

     < see [mcelog.org](http://www.mcelog.org).
     ---
     > see [mcelog.org](https://www.mcelog.org).
     56a57,60
     >
     > By default mcelog reports its version as the git tag. This can be 
overridden
     > by setting up a .os_release file in the source directory. A build 
system
     > could write the OS version to this file to mark the binary.

     Signed-off-by: Mingli Yu <mingli.yu@windriver.com>

Thanks,

>
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
>   .../recipes-support/mcelog/{mcelog_1.49.bb => mcelog_159.bb}  | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-oe/recipes-support/mcelog/{mcelog_1.49.bb => mcelog_159.bb} (89%)
>
> diff --git a/meta-oe/recipes-support/mcelog/mcelog_1.49.bb b/meta-oe/recipes-support/mcelog/mcelog_159.bb
> similarity index 89%
> rename from meta-oe/recipes-support/mcelog/mcelog_1.49.bb
> rename to meta-oe/recipes-support/mcelog/mcelog_159.bb
> index 84633a76c..236ad7d00 100644
> --- a/meta-oe/recipes-support/mcelog/mcelog_1.49.bb
> +++ b/meta-oe/recipes-support/mcelog/mcelog_159.bb
> @@ -9,10 +9,10 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git;protocol=http;
>       file://run-ptest \
>   "
>
> -SRCREV = "2cfdf29b2ef98ccd5ed42cdde8bbe437e0d6412f"
> +SRCREV = "2ed5cc0489d20cbffdc6d2e08b1fe49973f0ee34"
>
>   LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://README.md;md5=279840fabb191e6cd9150492d31b0e20"
> +LIC_FILES_CHKSUM = "file://README.md;md5=74bb47b9a68850cb398665cf78b31de6"
>
>   S = "${WORKDIR}/git"
>
>


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

* Re: [meta-oe][PATCH v2] mcelog: Upgrade to 159
  2018-07-06  8:45 ` Yu, Mingli
@ 2018-07-06 21:05   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2018-07-06 21:05 UTC (permalink / raw)
  To: Mingli Yu; +Cc: openembeded-devel

Please do not include raw diffs in commit log. This will cause pw to confuse.
On Fri, Jul 6, 2018 at 1:50 AM Yu, Mingli <mingli.yu@windriver.com> wrote:
>
>
>
> On 2018年07月06日 16:41, mingli.yu@windriver.com wrote:
> > From: Mingli Yu <mingli.yu@windriver.com>
> >
> > Update LIC_FILES_CHKSUM as license file README.md
> > updated as below:
> >
> > diff a.orig/README.md a/README.md
> >
> > < see [mcelog.org](http://www.mcelog.org).
> > ---
> >> see [mcelog.org](https://www.mcelog.org).
> > 56a57,60
> >>
> >> By default mcelog reports its version as the git tag. This can be overridden
> >> by setting up a .os_release file in the source directory. A build system
> >> could write the OS version to this file to mark the binary.
>
>
> The message as below, seems > behaves special in email.
>
>      Update LIC_FILES_CHKSUM as license file README.md
>      updated as below:
>
>      diff a.orig/README.md a/README.md
>
>      < see [mcelog.org](http://www.mcelog.org).
>      ---
>      > see [mcelog.org](https://www.mcelog.org).
>      56a57,60
>      >
>      > By default mcelog reports its version as the git tag. This can be
> overridden
>      > by setting up a .os_release file in the source directory. A build
> system
>      > could write the OS version to this file to mark the binary.
>
>      Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
>
> Thanks,
>
> >
> > Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> > ---
> >   .../recipes-support/mcelog/{mcelog_1.49.bb => mcelog_159.bb}  | 4 ++--
> >   1 file changed, 2 insertions(+), 2 deletions(-)
> >   rename meta-oe/recipes-support/mcelog/{mcelog_1.49.bb => mcelog_159.bb} (89%)
> >
> > diff --git a/meta-oe/recipes-support/mcelog/mcelog_1.49.bb b/meta-oe/recipes-support/mcelog/mcelog_159.bb
> > similarity index 89%
> > rename from meta-oe/recipes-support/mcelog/mcelog_1.49.bb
> > rename to meta-oe/recipes-support/mcelog/mcelog_159.bb
> > index 84633a76c..236ad7d00 100644
> > --- a/meta-oe/recipes-support/mcelog/mcelog_1.49.bb
> > +++ b/meta-oe/recipes-support/mcelog/mcelog_159.bb
> > @@ -9,10 +9,10 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git;protocol=http;
> >       file://run-ptest \
> >   "
> >
> > -SRCREV = "2cfdf29b2ef98ccd5ed42cdde8bbe437e0d6412f"
> > +SRCREV = "2ed5cc0489d20cbffdc6d2e08b1fe49973f0ee34"
> >
> >   LICENSE = "GPLv2"
> > -LIC_FILES_CHKSUM = "file://README.md;md5=279840fabb191e6cd9150492d31b0e20"
> > +LIC_FILES_CHKSUM = "file://README.md;md5=74bb47b9a68850cb398665cf78b31de6"
> >
> >   S = "${WORKDIR}/git"
> >
> >
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2018-07-06 21:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-06  8:41 [meta-oe][PATCH v2] mcelog: Upgrade to 159 mingli.yu
2018-07-06  8:45 ` Yu, Mingli
2018-07-06 21:05   ` 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.