All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc-utils: update to latest git revision
@ 2016-08-07 14:48 Nobuhiro Iwamatsu
  2016-08-07 21:19 ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Nobuhiro Iwamatsu @ 2016-08-07 14:48 UTC (permalink / raw)
  To: openembedded-core

From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

This commit update to latest git revision and add SRCPV to PV.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 meta/recipes-devtools/mmc/mmc-utils_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb
index 0a8da19..775c1e4 100644
--- a/meta/recipes-devtools/mmc/mmc-utils_git.bb
+++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb
@@ -4,9 +4,9 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d"
 
 SRCBRANCH ?= "master"
-SRCREV = "bb779acfc385d135b32a6998c1d1fceef0491400"
+SRCREV = "a3d3331e6854a4607133bed152988d51250107ca"
 
-PV = "0.1"
+PV = "0.1+git${SRCPV}"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git;branch=${SRCBRANCH}"
 
-- 
2.8.1



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

* Re: [PATCH] mmc-utils: update to latest git revision
  2016-08-07 14:48 [PATCH] mmc-utils: update to latest git revision Nobuhiro Iwamatsu
@ 2016-08-07 21:19 ` Richard Purdie
  2016-08-08 10:09   ` Nobuhiro Iwamatsu
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2016-08-07 21:19 UTC (permalink / raw)
  To: Nobuhiro Iwamatsu, openembedded-core

On Sun, 2016-08-07 at 23:48 +0900, Nobuhiro Iwamatsu wrote:
> From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> 
> This commit update to latest git revision and add SRCPV to PV.

Why do we need a git revision of this rather than a released version?

Cheers,

Richard



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

* Re: [PATCH] mmc-utils: update to latest git revision
  2016-08-07 21:19 ` Richard Purdie
@ 2016-08-08 10:09   ` Nobuhiro Iwamatsu
  2016-08-08 10:25     ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Nobuhiro Iwamatsu @ 2016-08-08 10:09 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

Hi,

2016-08-08 6:19 GMT+09:00 Richard Purdie <richard.purdie@linuxfoundation.org>:
> On Sun, 2016-08-07 at 23:48 +0900, Nobuhiro Iwamatsu wrote:
>> From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
>>
>> This commit update to latest git revision and add SRCPV to PV.
>
> Why do we need a git revision of this rather than a released version?
>

mmc-utils will change the revision of Git in version 0.1. We are using
the now of any revision in PV,
we do not know from version of package.
Because I want to be seen that this revision from the package, I has
been added SRCPV to PV.

Best regards,
  Nobuhiro
-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6


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

* Re: [PATCH] mmc-utils: update to latest git revision
  2016-08-08 10:09   ` Nobuhiro Iwamatsu
@ 2016-08-08 10:25     ` Burton, Ross
  2016-08-17 21:57       ` Nobuhiro Iwamatsu
  0 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2016-08-08 10:25 UTC (permalink / raw)
  To: Nobuhiro Iwamatsu; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 434 bytes --]

On 8 August 2016 at 11:09, Nobuhiro Iwamatsu <iwamatsu@debian.org> wrote:

> mmc-utils will change the revision of Git in version 0.1. We are using
> the now of any revision in PV,
> we do not know from version of package.
> Because I want to be seen that this revision from the package, I has
> been added SRCPV to PV.
>

The question was why should we build an arbitrary git snapshot instead of a
tested release?

Ross

[-- Attachment #2: Type: text/html, Size: 843 bytes --]

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

* Re: [PATCH] mmc-utils: update to latest git revision
  2016-08-08 10:25     ` Burton, Ross
@ 2016-08-17 21:57       ` Nobuhiro Iwamatsu
  0 siblings, 0 replies; 5+ messages in thread
From: Nobuhiro Iwamatsu @ 2016-08-17 21:57 UTC (permalink / raw)
  To: Burton, Ross; +Cc: openembedded-core

Hi,

2016-08-08 19:25 GMT+09:00 Burton, Ross <ross.burton@intel.com>:
>
> On 8 August 2016 at 11:09, Nobuhiro Iwamatsu <iwamatsu@debian.org> wrote:
>>
>> mmc-utils will change the revision of Git in version 0.1. We are using
>> the now of any revision in PV,
>> we do not know from version of package.
>> Because I want to be seen that this revision from the package, I has
>> been added SRCPV to PV.
>
>
> The question was why should we build an arbitrary git snapshot instead of a
> tested release?
>
> Ross

Thank you for your point.
I did not know about the update of git snapshot.
Please let question. If the software is not been released by the version ,
whether we are the right to manage how a recipe?

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6


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

end of thread, other threads:[~2016-08-17 21:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-07 14:48 [PATCH] mmc-utils: update to latest git revision Nobuhiro Iwamatsu
2016-08-07 21:19 ` Richard Purdie
2016-08-08 10:09   ` Nobuhiro Iwamatsu
2016-08-08 10:25     ` Burton, Ross
2016-08-17 21:57       ` Nobuhiro Iwamatsu

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.