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>
This commit is contained in:
Nitin A Kamble 2013-01-22 10:22:26 -08:00 committed by Tom Zanussi
parent 3f53ce5e83
commit e6b13af25d

View File

@ -19,4 +19,4 @@ SRCREV_emgd_pn-linux-yocto_sys940x ?= "${AUTOREV}"
SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}" SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}"
SRCREV_meta_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"