[meta-intel] [PATCH 2/3] sys940x: linux-yocto_3.4: cleanup the SRC_URI

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Tue Jan 22 11:55:16 PST 2013


From: Nitin A Kamble <nitin.a.kamble at intel.com>

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 at intel.com>
---
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    2 +-
 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 10f8e94..0df0c8a 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"
-- 
1.7.3.4




More information about the meta-intel mailing list