All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-intel][PATCH 0/1] Add SRCREV of yocto/pvr kernel branch
@ 2012-05-01 22:58 rahul.saxena
  2012-05-01 22:58 ` [PATCH 1/1] meta-cedartrail: add " rahul.saxena
  0 siblings, 1 reply; 3+ messages in thread
From: rahul.saxena @ 2012-05-01 22:58 UTC (permalink / raw)
  To: yocto, tom.zanussi, bruce.ashfield, kishore.k.bodke

From: Rahul Saxena <rahul.saxena@intel.com>

SRCREV for yocto/pvr was needed after the new rev of the kernel pvr patches were added

Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com>

--
The following changes since commit 0861f2513ebe7e1ad18291664356cfeab3c196b9:

  meta-cedartrail: fix README to state tools-testapps needed for Glxgears (2012-04-16 16:34:31 -0500)

are available in the git repository at:
  git://git.pokylinux.org/meta-intel-contrib rsaxena-edison
  http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=rsaxena-edison

Rahul Saxena (1):
  meta-cedartrail: add SRCREV of yocto/pvr kernel branch

 .../linux/linux-yocto-rt_3.0.bbappend              |    3 +--
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.4.1



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

* [PATCH 1/1] meta-cedartrail: add SRCREV of yocto/pvr kernel branch
  2012-05-01 22:58 [meta-intel][PATCH 0/1] Add SRCREV of yocto/pvr kernel branch rahul.saxena
@ 2012-05-01 22:58 ` rahul.saxena
  0 siblings, 0 replies; 3+ messages in thread
From: rahul.saxena @ 2012-05-01 22:58 UTC (permalink / raw)
  To: yocto, tom.zanussi, bruce.ashfield, kishore.k.bodke

From: Rahul Saxena <rahul.saxena@intel.com>

SRCREV for yocto/pvr was needed after new rev of kernel pvr patches were added

Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com>
---
 .../linux/linux-yocto-rt_3.0.bbappend              |    3 +--
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
index 759c3b7..a147168 100755
--- a/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ b/meta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
@@ -1,7 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
-
 COMPATIBLE_MACHINE_cedartrail = "cedartrail"
 KMACHINE_cedartrail  = "cedartrail"
 
@@ -19,6 +17,7 @@ KERNEL_FEATURES_append_cedartrail += " bsp/cedartrail/cedartrail-pvr-merge.scc"
 #KBRANCH_cedartrail-nopvr = "yocto/standard/preempt-rt/base"
 #SRCREV_machine_pn-linux-yocto-rt_cedartrail-nopvr ?= XXXX
 #SRCREV_meta_pn-linux-yocto-rt_cedartrail-nopvr ?= XXXX
+#SRCREV_pvr_pn-linux-yocto-rt_cedartrail ?= XXXX
 
 #KBRANCH_cedartrail  = "yocto/standard/preempt-rt/base"
 #SRCREV_machine_pn-linux-yocto-rt_cedartrail ?= XXXX
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 03c5a27..b7994a8 100755
--- a/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -1,6 +1,6 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
+SRC_URI_cedartrail = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;bareclone=1;branch=${KBRANCH},meta,yocto/pvr;name=machine,meta,pvr"
 
 COMPATIBLE_MACHINE_cedartrail-nopvr = "cedartrail"
 KMACHINE_cedartrail-nopvr  = "yocto/standard/cedartrail"
@@ -14,6 +14,7 @@ KERNEL_FEATURES_append_cedartrail += " bsp/cedartrail/cedartrail-pvr-merge.scc"
 
 SRCREV_machine_pn-linux-yocto_cedartrail ?= "5746120ee0afefd1e28400bea4b74f285bd5e59a"
 SRCREV_meta_pn-linux-yocto_cedartrail ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c"
+SRCREV_pvr_pn-linux-yocto_cedartrail ?= "997f5644664b31ebefd6e16c451c4a3729eb378a"
 
 SRCREV_machine_pn-linux-yocto_cedartrail-nopvr ?= "5746120ee0afefd1e28400bea4b74f285bd5e59a"
 SRCREV_meta_pn-linux-yocto_cedartrail-nopvr ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c"
-- 
1.7.4.1



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

* [meta-intel][PATCH 0/1] Add SRCREV of yocto/pvr kernel branch
@ 2012-05-02 21:08 rahul.saxena
  0 siblings, 0 replies; 3+ messages in thread
From: rahul.saxena @ 2012-05-02 21:08 UTC (permalink / raw)
  To: yocto, tom.zanussi, bruce.ashfield, kishore.k.bodke

From: Rahul Saxena <rahul.saxena@intel.com>

SRCREV for yocto/pvr was needed after the new rev of the kernel pvr patches were added

Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com>
--

The following changes since commit 0861f2513ebe7e1ad18291664356cfeab3c196b9:

  meta-cedartrail: fix README to state tools-testapps needed for Glxgears (2012-04-16 16:34:31 -0500)

are available in the git repository at:
  git://git.pokylinux.org/meta-intel-contrib rsaxena-edison3
  http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=rsaxena-edison3

Rahul Saxena (1):
  meta-cedartrail: add SRCREV of yocto/pvr kernel branch

 .../linux/linux-yocto-rt_3.0.bbappend              |    3 +--
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |   10 +++++++---
 2 files changed, 8 insertions(+), 5 deletions(-)

-- 
1.7.4.1



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

end of thread, other threads:[~2012-05-02 21:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01 22:58 [meta-intel][PATCH 0/1] Add SRCREV of yocto/pvr kernel branch rahul.saxena
2012-05-01 22:58 ` [PATCH 1/1] meta-cedartrail: add " rahul.saxena
  -- strict thread matches above, loose matches on Subject: below --
2012-05-02 21:08 [meta-intel][PATCH 0/1] Add " rahul.saxena

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.