All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] [meta-intel] Cedartrail: Update SRCREV of yocto/pvr kernel branch
@ 2012-05-04 18:55 kishore.k.bodke
  2012-05-04 18:55 ` [PATCH 1/1] " kishore.k.bodke
  2012-05-04 20:41 ` [PATCH 0/1] " Tom Zanussi
  0 siblings, 2 replies; 3+ messages in thread
From: kishore.k.bodke @ 2012-05-04 18:55 UTC (permalink / raw)
  To: yocto, tom.zanussi

From: Kishore Bodke <kishore.k.bodke@intel.com>

This patch is to update the SRCREVs for the yocto/pvr
to pull in the new kernel patches.

Please pull into meta-intel/denzil.

Thanks
Kishore.

The following changes since commit bde31fd7e66faea865d24ff0858a9006b89e4e54:

  meta-emenlow: update kernel SRCREVs (2012-04-26 15:24:31 -0500)

are available in the git repository at:

  git://git.pokylinux.org/meta-intel-contrib kishore/denzil
  http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=kishore/denzil

Kishore Bodke (1):
  Cedartrail: Update SRCREV of yocto/pvr kernel branch

 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
1.7.9.5



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

* [PATCH 1/1] [meta-intel] Cedartrail: Update SRCREV of yocto/pvr kernel branch
  2012-05-04 18:55 [PATCH 0/1] [meta-intel] Cedartrail: Update SRCREV of yocto/pvr kernel branch kishore.k.bodke
@ 2012-05-04 18:55 ` kishore.k.bodke
  2012-05-04 20:41 ` [PATCH 0/1] " Tom Zanussi
  1 sibling, 0 replies; 3+ messages in thread
From: kishore.k.bodke @ 2012-05-04 18:55 UTC (permalink / raw)
  To: yocto, tom.zanussi

From: Kishore Bodke <kishore.k.bodke@intel.com>

Yocto/pvr branch has been updated with new kernel patches.
So update the SRCREV for the same.

Add SRC_URI to build Cedartrail with nopvr version.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
---
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
index 0a4095d..68ff3ea 100644
--- a/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -2,6 +2,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;bareclone=1;branch=${KBRANCH},meta,yocto/pvr;name=machine,meta,pvr"
 
+SRC_URI_cedartrail-nopvr = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
+
 COMPATIBLE_MACHINE_cedartrail = "cedartrail"
 KMACHINE_cedartrail  = "yocto/standard/cedartrail"
 KERNEL_FEATURES_append_cedartrail += " cfg/smp.scc"
@@ -15,7 +17,7 @@ KERNEL_FEATURES_append_cedartrail-nopvr += " cfg/smp.scc"
 
 SRCREV_machine_pn-linux-yocto_cedartrail ?= "81fd8c307997aff37916828dc8b4ef72f5d35a94"
 SRCREV_meta_pn-linux-yocto_cedartrail ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c"
-SRCREV_pvr_pn-linux-yocto_cedartrail ?= "9d0264753e869d21ec4d9a6dd5558de73d64f94d"
+SRCREV_pvr_pn-linux-yocto_cedartrail ?= "997f5644664b31ebefd6e16c451c4a3729eb378a"
 
 SRCREV_machine_pn-linux-yocto_cedartrail-nopvr ?= "81fd8c307997aff37916828dc8b4ef72f5d35a94"
 SRCREV_meta_pn-linux-yocto_cedartrail-nopvr ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c"
-- 
1.7.9.5



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

* Re: [PATCH 0/1] [meta-intel] Cedartrail: Update SRCREV of yocto/pvr kernel branch
  2012-05-04 18:55 [PATCH 0/1] [meta-intel] Cedartrail: Update SRCREV of yocto/pvr kernel branch kishore.k.bodke
  2012-05-04 18:55 ` [PATCH 1/1] " kishore.k.bodke
@ 2012-05-04 20:41 ` Tom Zanussi
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Zanussi @ 2012-05-04 20:41 UTC (permalink / raw)
  To: kishore.k.bodke; +Cc: yocto

Pulled into master.  (meta-intel/denzil is just a placeholder for
documentation at this point).

Tom

On Fri, 2012-05-04 at 11:55 -0700, kishore.k.bodke@intel.com wrote:
> From: Kishore Bodke <kishore.k.bodke@intel.com>
> 
> This patch is to update the SRCREVs for the yocto/pvr
> to pull in the new kernel patches.
> 
> Please pull into meta-intel/denzil.
> 
> Thanks
> Kishore.
> 
> The following changes since commit bde31fd7e66faea865d24ff0858a9006b89e4e54:
> 
>   meta-emenlow: update kernel SRCREVs (2012-04-26 15:24:31 -0500)
> 
> are available in the git repository at:
> 
>   git://git.pokylinux.org/meta-intel-contrib kishore/denzil
>   http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=kishore/denzil
> 
> Kishore Bodke (1):
>   Cedartrail: Update SRCREV of yocto/pvr kernel branch
> 
>  .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 




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

end of thread, other threads:[~2012-05-04 20:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-04 18:55 [PATCH 0/1] [meta-intel] Cedartrail: Update SRCREV of yocto/pvr kernel branch kishore.k.bodke
2012-05-04 18:55 ` [PATCH 1/1] " kishore.k.bodke
2012-05-04 20:41 ` [PATCH 0/1] " Tom Zanussi

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.