All of lore.kernel.org
 help / color / mirror / Atom feed
* [dylan][PATCH 0/1] dylan change for meta-yocto-bsp
@ 2013-07-29  8:40 Paul Eggleton
  2013-07-29  8:40 ` [dylan][PATCH 1/1] linux-yocto: Fix SRCREVs in linux-yocto_3.2 Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2013-07-29  8:40 UTC (permalink / raw)
  To: poky

One change for the dylan branch. This has been acked by Bruce and tested
on the autobuilder.


The following changes since commit 64273e53f2789d2ea8393fc80909ac7086f168a7:

  bitbake: Allow checksums to be used for files retrieved using SFTP (2013-07-09 10:55:16 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib paule/dylan-next-poky
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/dylan-next-poky

Paul Barker (1):
  linux-yocto: Fix SRCREVs in linux-yocto_3.2

 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.2.bbappend | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
1.8.1.2



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

* [dylan][PATCH 1/1] linux-yocto: Fix SRCREVs in linux-yocto_3.2
  2013-07-29  8:40 [dylan][PATCH 0/1] dylan change for meta-yocto-bsp Paul Eggleton
@ 2013-07-29  8:40 ` Paul Eggleton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2013-07-29  8:40 UTC (permalink / raw)
  To: poky

From: Paul Barker <paul@paulbarker.me.uk>

The KERNEL_VERSION set by linux-yocto_3.2.bb in openembedded-core is 3.2.32 but
the SRCREVs in the bbappend in meta-yocto-bsp referred to version 3.2.18. These
SRCREVs are updated to the correct values.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
---
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.2.bbappend | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.2.bbappend
index fa160f8..6aa0add 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -3,10 +3,10 @@ KBRANCH_routerstationpro = "standard/default/routerstationpro"
 KBRANCH_mpc8315e-rdb = "standard/default/fsl-mpc8315e-rdb"
 KBRANCH_beagleboard = "standard/default/beagleboard"
 
-SRCREV_machine_atom-pc ?= "41074a778d251a77e036fd8a99915cd4da6cd8f7"
-SRCREV_machine_routerstationpro ?= "94abc0d75d0a99c40c53402570cd9c569539fee9"
-SRCREV_machine_mpc8315e-rdb ?= "a04e94f4dae9cf6d32d059cf9e0308abe7341a3a"
-SRCREV_machine_beagleboard ?= "40bde7a43ef3cd85729ab02464a7ecdf71e522a6"
+SRCREV_machine_atom-pc ?= "4e22c5593a355ab6f21f29895b68ee432df49f22"
+SRCREV_machine_routerstationpro ?= "06264be5913f2984aad07fe31a27fd8ef8e15782"
+SRCREV_machine_mpc8315e-rdb ?= "f906a896696d98c1e651bcef17631f1096cd6c31"
+SRCREV_machine_beagleboard ?= "cdc1e64b1cec2f93a1ea656e358b8bb8d2926954"
 
 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
 COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
-- 
1.8.1.2



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

end of thread, other threads:[~2013-07-29  8:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-29  8:40 [dylan][PATCH 0/1] dylan change for meta-yocto-bsp Paul Eggleton
2013-07-29  8:40 ` [dylan][PATCH 1/1] linux-yocto: Fix SRCREVs in linux-yocto_3.2 Paul Eggleton

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.