summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-01-22 10:22:26 -0800
committerTom Zanussi <tom.zanussi@intel.com>2013-01-22 14:24:06 -0600
commite6b13af25d49e7139b7f7eb5a2e7068d3550956f (patch)
treebd9e0452da3ef3dd2d99535aef9058ca8028bfe2
parent3f53ce5e83e81b8b715ea1d292bd7949bcf03e02 (diff)
downloadmeta-intel-e6b13af25d49e7139b7f7eb5a2e7068d3550956f.tar.gz
sys940x: linux-yocto_3.4: cleanup the SRC_URI
As the commit to change kernel recipe SRC_URI to base on the KSRC_linux_yocto_3_4_repo var did not go in the poky layer, it leaves the SRC-URI definition incomplete here. Fix the SRC_URI by specifying the git repository location explicitly. This fixes bug: [YOCTO #3775] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r--meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 10f8e949..0df0c8a4 100644
--- a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -19,4 +19,4 @@ SRCREV_emgd_pn-linux-yocto_sys940x ?= "${AUTOREV}"
19SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}" 19SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}"
20SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}" 20SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}"
21 21
22SRC_URI_sys940x = "git://${KSRC_linux_yocto_3_4_repo};nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.14;name=machine,meta,emgd" 22SRC_URI_sys940x = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.14;name=machine,meta,emgd"