Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix linux-yocto-3.2 SRCREV typo
@ 2012-06-08 14:02 tom.zanussi
  2012-06-08 14:03 ` [PATCH 1/1] linux-yocto/3.2: fix meta " tom.zanussi
  2012-06-11 10:10 ` [PATCH 0/1] Fix linux-yocto-3.2 " Richard Purdie
  0 siblings, 2 replies; 4+ messages in thread
From: tom.zanussi @ 2012-06-08 14:02 UTC (permalink / raw)
  To: openembedded-core, bruce.ashfield

From: Tom Zanussi <tom.zanussi@intel.com>

Did a fresh pull this morning and noticed a typo in the meta SRCREV...

The following changes since commit 0612cf3fcb3365e7721a2d5c331f8cd2647ae60b:
  Kang Kai (1):
        hob2: create a standalone deploy image tool

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib.git tzanussi/3.2-meta-srcrev-typo-fix
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/3.2-meta-srcrev-typo-fix

Tom Zanussi (1):
  linux-yocto/3.2: fix meta SRCREV typo

 meta/recipes-kernel/linux/linux-yocto_3.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




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

* [PATCH 1/1] linux-yocto/3.2: fix meta SRCREV typo
  2012-06-08 14:02 [PATCH 0/1] Fix linux-yocto-3.2 SRCREV typo tom.zanussi
@ 2012-06-08 14:03 ` tom.zanussi
  2012-06-11  9:15   ` Andrei Gherzan
  2012-06-11 10:10 ` [PATCH 0/1] Fix linux-yocto-3.2 " Richard Purdie
  1 sibling, 1 reply; 4+ messages in thread
From: tom.zanussi @ 2012-06-08 14:03 UTC (permalink / raw)
  To: openembedded-core, bruce.ashfield

From: Tom Zanussi <tom.zanussi@intel.com>

Remove a stray character at the end of the meta SRCREV.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta/recipes-kernel/linux/linux-yocto_3.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto_3.2.bb b/meta/recipes-kernel/linux/linux-yocto_3.2.bb
index 85c0096..e6cf9bb 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.2.bb
@@ -16,7 +16,7 @@ SRCREV_machine_qemuppc ?= "1396a8f7b62f8926dc1fa474c7d94ae920d81852"
 SRCREV_machine_qemux86 ?= "9d32bb075e349cc69c7af42b60f6715c5d8c972e"
 SRCREV_machine_qemux86-64 ?= "dd488f551fa0f8e3bf1aadd78083b8547bba8bdf"
 SRCREV_machine ?= "76133a1cadf0de417c29ed15d6fbb12c41c0802b"
-SRCREV_meta ?= "ee78519365bdb25287703bbc31c06b193263c654l"
+SRCREV_meta ?= "ee78519365bdb25287703bbc31c06b193263c654"
 
 PR = "r1"
 PV = "${LINUX_VERSION}+git${SRCPV}"
-- 
1.7.0.4




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

* Re: [PATCH 1/1] linux-yocto/3.2: fix meta SRCREV typo
  2012-06-08 14:03 ` [PATCH 1/1] linux-yocto/3.2: fix meta " tom.zanussi
@ 2012-06-11  9:15   ` Andrei Gherzan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrei Gherzan @ 2012-06-11  9:15 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

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

Please merge this minor but important fix.


On Fri, Jun 8, 2012 at 5:03 PM, <tom.zanussi@intel.com> wrote:

> From: Tom Zanussi <tom.zanussi@intel.com>
>
> Remove a stray character at the end of the meta SRCREV.
>
> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
> ---
>  meta/recipes-kernel/linux/linux-yocto_3.2.bb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.2.bbb/meta/recipes-kernel/linux/
> linux-yocto_3.2.bb
> index 85c0096..e6cf9bb 100644
> --- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto_3.2.bb
> @@ -16,7 +16,7 @@ SRCREV_machine_qemuppc ?=
> "1396a8f7b62f8926dc1fa474c7d94ae920d81852"
>  SRCREV_machine_qemux86 ?= "9d32bb075e349cc69c7af42b60f6715c5d8c972e"
>  SRCREV_machine_qemux86-64 ?= "dd488f551fa0f8e3bf1aadd78083b8547bba8bdf"
>  SRCREV_machine ?= "76133a1cadf0de417c29ed15d6fbb12c41c0802b"
> -SRCREV_meta ?= "ee78519365bdb25287703bbc31c06b193263c654l"
> +SRCREV_meta ?= "ee78519365bdb25287703bbc31c06b193263c654"
>
>  PR = "r1"
>  PV = "${LINUX_VERSION}+git${SRCPV}"
> --
> 1.7.0.4
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>

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

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

* Re: [PATCH 0/1] Fix linux-yocto-3.2 SRCREV typo
  2012-06-08 14:02 [PATCH 0/1] Fix linux-yocto-3.2 SRCREV typo tom.zanussi
  2012-06-08 14:03 ` [PATCH 1/1] linux-yocto/3.2: fix meta " tom.zanussi
@ 2012-06-11 10:10 ` Richard Purdie
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2012-06-11 10:10 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, 2012-06-08 at 09:02 -0500, tom.zanussi@intel.com wrote:
> From: Tom Zanussi <tom.zanussi@intel.com>
> 
> Did a fresh pull this morning and noticed a typo in the meta SRCREV...
> 
> The following changes since commit 0612cf3fcb3365e7721a2d5c331f8cd2647ae60b:
>   Kang Kai (1):
>         hob2: create a standalone deploy image tool
> 
> are available in the git repository at:
> 
>   git://git.yoctoproject.org/poky-contrib.git tzanussi/3.2-meta-srcrev-typo-fix
>   http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/3.2-meta-srcrev-typo-fix
> 
> Tom Zanussi (1):
>   linux-yocto/3.2: fix meta SRCREV typo

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2012-06-11 10:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 14:02 [PATCH 0/1] Fix linux-yocto-3.2 SRCREV typo tom.zanussi
2012-06-08 14:03 ` [PATCH 1/1] linux-yocto/3.2: fix meta " tom.zanussi
2012-06-11  9:15   ` Andrei Gherzan
2012-06-11 10:10 ` [PATCH 0/1] Fix linux-yocto-3.2 " Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox