All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto/meta-yocto: update yaffs2 and drop rc6
@ 2012-06-15 16:33 Bruce Ashfield
  2012-06-15 16:33 ` [PATCH 1/1] " Bruce Ashfield
  2012-06-15 20:21 ` [PATCH 0/1] " Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Bruce Ashfield @ 2012-06-15 16:33 UTC (permalink / raw)
  To: richard.purdie; +Cc: poky, saul.wold

Richard/Saul,

The oe-core part of this has already merged, this is the meta-yocto
update to the latest 3.4 SRCREVs.

Cheers,

Bruce

The following changes since commit 4c678307c8188f4956acf66d047d213e4417d0bf:

  meta-skeleton: add linux-yocto-custom reference recipe (2012-06-15 12:16:33 -0400)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib zedd/kernel-yocto
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto

Bruce Ashfield (1):
  linux-yocto/meta-yocto: update yaffs2 and drop rc6

 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

-- 
1.7.5.4



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

* [PATCH 1/1] linux-yocto/meta-yocto: update yaffs2 and drop rc6
  2012-06-15 16:33 [PATCH 0/1] linux-yocto/meta-yocto: update yaffs2 and drop rc6 Bruce Ashfield
@ 2012-06-15 16:33 ` Bruce Ashfield
  2012-06-15 20:21 ` [PATCH 0/1] " Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2012-06-15 16:33 UTC (permalink / raw)
  To: richard.purdie; +Cc: poky, saul.wold

Updating the 3.4 SRCREVs to pickup a yaffs2 update and the removal
of a feature that was required in the 3.2 kernel tree.

1/2 [
    meta: rc6: remove rc6 patches for snb

    The sandybridge rc6 patches are part of the released v3.4 kernel.
    Hence there is no need to keep these patches in the 3.4 linux
    yocto kernel repository.

    Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
]

2/2 [
    yaffs2: update core support

    Uprev yaffs2 to latest version as of 2012-05-29
]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend
index cb8c3aa..6d7d54d 100644
--- a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -3,10 +3,10 @@ KBRANCH_routerstationpro = "standard/routerstationpro"
 KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
 KBRANCH_beagleboard = "standard/beagleboard"
 
-SRCREV_machine_atom-pc ?= "780ab7e11f03931295e8f0e29707f2abb688e9ad"
-SRCREV_machine_routerstationpro ?= "780ab7e11f03931295e8f0e29707f2abb688e9ad"
-SRCREV_machine_mpc8315e-rdb ?= "2d99f67fe6b4301cefd4e6f9a5ce75a9cc84686b"
-SRCREV_machine_beagleboard ?= "780ab7e11f03931295e8f0e29707f2abb688e9ad"
+SRCREV_machine_atom-pc ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72"
+SRCREV_machine_routerstationpro ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72"
+SRCREV_machine_mpc8315e-rdb ?= "a371ff9dc5cbf9629fd3257d57120d5182e0d981"
+SRCREV_machine_beagleboard ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72"
 
 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
 # COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
-- 
1.7.5.4



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

* Re: [PATCH 0/1] linux-yocto/meta-yocto: update yaffs2 and drop rc6
  2012-06-15 16:33 [PATCH 0/1] linux-yocto/meta-yocto: update yaffs2 and drop rc6 Bruce Ashfield
  2012-06-15 16:33 ` [PATCH 1/1] " Bruce Ashfield
@ 2012-06-15 20:21 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-06-15 20:21 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: poky

On 06/15/2012 09:33 AM, Bruce Ashfield wrote:
> Richard/Saul,
>
> The oe-core part of this has already merged, this is the meta-yocto
> update to the latest 3.4 SRCREVs.
>
> Cheers,
>
> Bruce
>
> The following changes since commit 4c678307c8188f4956acf66d047d213e4417d0bf:
>
>    meta-skeleton: add linux-yocto-custom reference recipe (2012-06-15 12:16:33 -0400)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib zedd/kernel-yocto
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto
>
> Bruce Ashfield (1):
>    linux-yocto/meta-yocto: update yaffs2 and drop rc6
>
>   .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    8 ++++----
>   1 files changed, 4 insertions(+), 4 deletions(-)
>

Merged into Poky/master

Thanks
	Sau!


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-15 16:33 [PATCH 0/1] linux-yocto/meta-yocto: update yaffs2 and drop rc6 Bruce Ashfield
2012-06-15 16:33 ` [PATCH 1/1] " Bruce Ashfield
2012-06-15 20:21 ` [PATCH 0/1] " 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.