summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-04-25 15:55:51 -0500
committerTom Zanussi <tom.zanussi@intel.com>2012-04-25 15:57:47 -0500
commit3e9d2d63c10efce444a0ed627db729bda642420d (patch)
tree4fdf5a59abbe5384afd31c9e8936c006fa2a2641 /meta-cedartrail
parent9fd0fa7450aec9d6ab01a7d164a49312277ad845 (diff)
downloadmeta-intel-3e9d2d63c10efce444a0ed627db729bda642420d.tar.gz
meta-cedartrail: add yocto/pvr branch to SRC_URI
meta-cedartrail merges yocto/pvr via the back-end kernel tooling, but there's nothing to tell it when it needs to be re-fetched. Add pvr to the SRC_URI along with its current SRCREV, so the git fetcher can determine whether or not it needs to refetch the repo. Fixes [YOCTO #2294]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-cedartrail')
-rw-r--r--meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend3
1 files changed, 3 insertions, 0 deletions
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 dc15a5e3..0a4095dd 100644
--- a/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -1,5 +1,7 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;bareclone=1;branch=${KBRANCH},meta,yocto/pvr;name=machine,meta,pvr"
4
3COMPATIBLE_MACHINE_cedartrail = "cedartrail" 5COMPATIBLE_MACHINE_cedartrail = "cedartrail"
4KMACHINE_cedartrail = "yocto/standard/cedartrail" 6KMACHINE_cedartrail = "yocto/standard/cedartrail"
5KERNEL_FEATURES_append_cedartrail += " cfg/smp.scc" 7KERNEL_FEATURES_append_cedartrail += " cfg/smp.scc"
@@ -13,6 +15,7 @@ KERNEL_FEATURES_append_cedartrail-nopvr += " cfg/smp.scc"
13 15
14SRCREV_machine_pn-linux-yocto_cedartrail ?= "81fd8c307997aff37916828dc8b4ef72f5d35a94" 16SRCREV_machine_pn-linux-yocto_cedartrail ?= "81fd8c307997aff37916828dc8b4ef72f5d35a94"
15SRCREV_meta_pn-linux-yocto_cedartrail ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c" 17SRCREV_meta_pn-linux-yocto_cedartrail ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c"
18SRCREV_pvr_pn-linux-yocto_cedartrail ?= "9d0264753e869d21ec4d9a6dd5558de73d64f94d"
16 19
17SRCREV_machine_pn-linux-yocto_cedartrail-nopvr ?= "81fd8c307997aff37916828dc8b4ef72f5d35a94" 20SRCREV_machine_pn-linux-yocto_cedartrail-nopvr ?= "81fd8c307997aff37916828dc8b4ef72f5d35a94"
18SRCREV_meta_pn-linux-yocto_cedartrail-nopvr ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c" 21SRCREV_meta_pn-linux-yocto_cedartrail-nopvr ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c"