From e6b13af25d49e7139b7f7eb5a2e7068d3550956f Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 22 Jan 2013 10:22:26 -0800 Subject: 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 Acked-by: Darren Hart Signed-off-by: Tom Zanussi --- meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-sys940x') 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}" SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}" SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}" -SRC_URI_sys940x = "git://${KSRC_linux_yocto_3_4_repo};nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.14;name=machine,meta,emgd" +SRC_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" -- cgit v1.2.3-54-g00ecf