All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto/meta-yocto: update SRCREVs to 3.4.9, unionfs, perf and cfg
@ 2012-09-04 15:35 Bruce Ashfield
  2012-09-04 15:35 ` [PATCH 1/1] " Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2012-09-04 15:35 UTC (permalink / raw)
  To: richard.purdie; +Cc: poky, saul.wold

Richard/Saul,

This is a sync for the meta-yocto boards to match what qemu* has in
oe-core. I'm doing more build testing here, but I wanted to get my
queue pushed out, since there's only so many board combos I can 
build myself.

I don't expect any issues, but obviously, I'm around to fix anything
that goes off the rails.

Cheers,

Bruce

The following changes since commit fc1c6360e80b1d094a5b618cb7aeabe0700a4971:

  linux-yocto-rt: update to 3.4.9-rt17 (2012-09-04 11:13:36 -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 SRCREVs to 3.4.9, unionfs, perf and cfg

 .../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 SRCREVs to 3.4.9, unionfs, perf and cfg
  2012-09-04 15:35 [PATCH 0/1] linux-yocto/meta-yocto: update SRCREVs to 3.4.9, unionfs, perf and cfg Bruce Ashfield
@ 2012-09-04 15:35 ` Bruce Ashfield
  2012-09-04 16:03   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2012-09-04 15:35 UTC (permalink / raw)
  To: richard.purdie; +Cc: poky, saul.wold

Updating the SRCREVs for the following updates to match the oe-core boards:

 - v3.4.8, v3.4.9

  - bug fixes:
      a4c7a04 perf: add SLANG_INC for slang.h
      e32ab98 unionfs: restore FD_* utility defines
      9f0fe58 unionfs: update unionfs fork to align with mainline
      b3fcc2f codel: refine one condition to avoid a nul rec_inv_sqrt
      ef7cf65 fq_codel: should use qdisc backlog as threshold
      3f0ed1d net: codel: fix build errors
      4c06aa1 net/codel: Add missing #include <linux/prefetch.h>
      2888bf2 codel: use u16 field instead of 31bits for rec_inv_sqrt
      6edeb2e codel: use Newton method instead of sqrt() and divides
      2faecd6 fq_codel: Fair Queue Codel AQM
      edca95f netem: add ECN capability

   - config/BSP updates:

      463299b meta: bump kver to v3.4.9
      6b961c8 CrystalForest: Enable PCI IOV feature
      4bc2238 meta: Add new pci iov feature
      70346e6 mpc8315: remove now obsolete CONFIG_MISC_DEVICES

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 0a9508a..e9a6d9d 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 ?= "c77666c1d4c4be4be4b2046c3ff25bf1db34eb21"
-SRCREV_machine_routerstationpro ?= "2c4707476e4295ee58c3e7963b9028ab98bf41e5"
-SRCREV_machine_mpc8315e-rdb ?= "f10500e9faad3f9f799137a3159ff5c836c88227"
-SRCREV_machine_beagleboard ?= "c77666c1d4c4be4be4b2046c3ff25bf1db34eb21"
+SRCREV_machine_atom-pc ?= "0985844fa6235422c67ef269952fa4e765f252f9"
+SRCREV_machine_routerstationpro ?= "a2907c57acfb8fa71095a3ce5b20994ff859dbc5"
+SRCREV_machine_mpc8315e-rdb ?= "363a6f7e0c95aabec779a7ea3474662d191b935c"
+SRCREV_machine_beagleboard ?= "0985844fa6235422c67ef269952fa4e765f252f9"
 
 
 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
-- 
1.7.5.4



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

* Re: [PATCH 1/1] linux-yocto/meta-yocto: update SRCREVs to 3.4.9, unionfs, perf and cfg
  2012-09-04 15:35 ` [PATCH 1/1] " Bruce Ashfield
@ 2012-09-04 16:03   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-09-04 16:03 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: poky, saul.wold

On Tue, 2012-09-04 at 11:35 -0400, Bruce Ashfield wrote:
> Updating the SRCREVs for the following updates to match the oe-core boards:
> 
>  - v3.4.8, v3.4.9
> 
>   - bug fixes:
>       a4c7a04 perf: add SLANG_INC for slang.h
>       e32ab98 unionfs: restore FD_* utility defines
>       9f0fe58 unionfs: update unionfs fork to align with mainline
>       b3fcc2f codel: refine one condition to avoid a nul rec_inv_sqrt
>       ef7cf65 fq_codel: should use qdisc backlog as threshold
>       3f0ed1d net: codel: fix build errors
>       4c06aa1 net/codel: Add missing #include <linux/prefetch.h>
>       2888bf2 codel: use u16 field instead of 31bits for rec_inv_sqrt
>       6edeb2e codel: use Newton method instead of sqrt() and divides
>       2faecd6 fq_codel: Fair Queue Codel AQM
>       edca95f netem: add ECN capability
> 
>    - config/BSP updates:
> 
>       463299b meta: bump kver to v3.4.9
>       6b961c8 CrystalForest: Enable PCI IOV feature
>       4bc2238 meta: Add new pci iov feature
>       70346e6 mpc8315: remove now obsolete CONFIG_MISC_DEVICES
> 
> 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(-)

Merged to master, thanks.

Richard



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

end of thread, other threads:[~2012-09-04 16:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-04 15:35 [PATCH 0/1] linux-yocto/meta-yocto: update SRCREVs to 3.4.9, unionfs, perf and cfg Bruce Ashfield
2012-09-04 15:35 ` [PATCH 1/1] " Bruce Ashfield
2012-09-04 16:03   ` Richard Purdie

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.