summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul Saxena <rahul.saxena@intel.com>2012-05-02 13:51:04 -0700
committerTom Zanussi <tom.zanussi@intel.com>2012-05-04 15:26:26 -0500
commit8639a836d388812887ecd28bd4e7c66a7763ee8e (patch)
tree3c757c361648385cb4bdae6c57c6bae08cece863
parent0861f2513ebe7e1ad18291664356cfeab3c196b9 (diff)
downloadmeta-intel-8639a836d388812887ecd28bd4e7c66a7763ee8e.tar.gz
meta-cedartrail: add SRCREV of yocto/pvr kernel branch
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> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rwxr-xr-xmeta-cedartrail/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend3
-rwxr-xr-xmeta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend10
2 files changed, 8 insertions, 5 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 759c3b74..a1471689 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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
4
5COMPATIBLE_MACHINE_cedartrail = "cedartrail" 3COMPATIBLE_MACHINE_cedartrail = "cedartrail"
6KMACHINE_cedartrail = "cedartrail" 4KMACHINE_cedartrail = "cedartrail"
7 5
@@ -19,6 +17,7 @@ KERNEL_FEATURES_append_cedartrail += " bsp/cedartrail/cedartrail-pvr-merge.scc"
19#KBRANCH_cedartrail-nopvr = "yocto/standard/preempt-rt/base" 17#KBRANCH_cedartrail-nopvr = "yocto/standard/preempt-rt/base"
20#SRCREV_machine_pn-linux-yocto-rt_cedartrail-nopvr ?= XXXX 18#SRCREV_machine_pn-linux-yocto-rt_cedartrail-nopvr ?= XXXX
21#SRCREV_meta_pn-linux-yocto-rt_cedartrail-nopvr ?= XXXX 19#SRCREV_meta_pn-linux-yocto-rt_cedartrail-nopvr ?= XXXX
20#SRCREV_pvr_pn-linux-yocto-rt_cedartrail ?= XXXX
22 21
23#KBRANCH_cedartrail = "yocto/standard/preempt-rt/base" 22#KBRANCH_cedartrail = "yocto/standard/preempt-rt/base"
24#SRCREV_machine_pn-linux-yocto-rt_cedartrail ?= XXXX 23#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 03c5a275..fc6885a0 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,9 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" 3SRC_URI_cedartrail = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;bareclone=1;branch=${KBRANCH},meta,yocto/pvr;name=machine,meta,pvr"
4
5SRC_URI_cedartrail-nopvr = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
6
4 7
5COMPATIBLE_MACHINE_cedartrail-nopvr = "cedartrail" 8COMPATIBLE_MACHINE_cedartrail-nopvr = "cedartrail"
6KMACHINE_cedartrail-nopvr = "yocto/standard/cedartrail" 9KMACHINE_cedartrail-nopvr = "yocto/standard/cedartrail"
@@ -12,8 +15,9 @@ KERNEL_FEATURES_append_cedartrail += " cfg/smp.scc"
12KERNEL_FEATURES_append_cedartrail += " cfg/drm-cdvpvr.scc" 15KERNEL_FEATURES_append_cedartrail += " cfg/drm-cdvpvr.scc"
13KERNEL_FEATURES_append_cedartrail += " bsp/cedartrail/cedartrail-pvr-merge.scc" 16KERNEL_FEATURES_append_cedartrail += " bsp/cedartrail/cedartrail-pvr-merge.scc"
14 17
15SRCREV_machine_pn-linux-yocto_cedartrail ?= "5746120ee0afefd1e28400bea4b74f285bd5e59a" 18SRCREV_machine_pn-linux-yocto_cedartrail ?= "81fd8c307997aff37916828dc8b4ef72f5d35a94"
16SRCREV_meta_pn-linux-yocto_cedartrail ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c" 19SRCREV_meta_pn-linux-yocto_cedartrail ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c"
20SRCREV_pvr_pn-linux-yocto_cedartrail ?= "997f5644664b31ebefd6e16c451c4a3729eb378a"
17 21
18SRCREV_machine_pn-linux-yocto_cedartrail-nopvr ?= "5746120ee0afefd1e28400bea4b74f285bd5e59a" 22SRCREV_machine_pn-linux-yocto_cedartrail-nopvr ?= "81fd8c307997aff37916828dc8b4ef72f5d35a94"
19SRCREV_meta_pn-linux-yocto_cedartrail-nopvr ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c" 23SRCREV_meta_pn-linux-yocto_cedartrail-nopvr ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c"