[meta-lsi] [PATCH 51/86] linux-yocto: For 3.10 use PUBLIC GitHub repo

Daniel Dragomir daniel.dragomir at windriver.com
Wed Oct 29 08:35:59 PDT 2014


From: Paul Butler <paul.butler at windriver.com>

Changes SRC_URI for 3.10 Kernel to use public github repo instead of
private repo.

Signed-off-by: Paul Butler <paul.butler at windriver.com>
---
 recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | 4 ++--
 recipes-kernel/linux/linux-yocto_3.10.bbappend    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
index 8a445c5..9519833 100644
--- a/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
+++ b/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
@@ -11,8 +11,8 @@ LINUX_KERNEL_TYPE = "preempt-rt"
 SRCREV_machine="${AUTOREV}"
 SRCREV_meta="${AUTOREV}"
 
-SRC_URI = "git://git@github.com/lsigithub/lsi_axxia_yocto_3.10.git;protocol=ssh;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
-#SRC_URI = "git://git@github.com/lsigithub/lsi_axxia_yocto_public_3.10.git;protocol=ssh;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
+#SRC_URI = "git://git@github.com/lsigithub/lsi_axxia_yocto_3.10.git;protocol=ssh;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
+SRC_URI = "git://git@github.com/lsigithub/lsi_axxia_yocto_public_3.10.git;protocol=ssh;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
 #SRC_URI = "git:///home/pbutler/repos/lsikernel-3.10;protocol=file;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
 
 SRC_URI += "file://defconfig"
diff --git a/recipes-kernel/linux/linux-yocto_3.10.bbappend b/recipes-kernel/linux/linux-yocto_3.10.bbappend
index 4143cac..5aacb67 100644
--- a/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -11,8 +11,8 @@ LINUX_KERNEL_TYPE = "standard"
 SRCREV_machine="${AUTOREV}"
 SRCREV_meta="${AUTOREV}"
 
-SRC_URI = "git://git@github.com/lsigithub/lsi_axxia_yocto_3.10.git;protocol=ssh;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
-#SRC_URI = "git://git@github.com/lsigithub/lsi_axxia_yocto_public_3.10.git;protocol=ssh;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
+#SRC_URI = "git://git@github.com/lsigithub/lsi_axxia_yocto_3.10.git;protocol=ssh;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
+SRC_URI = "git://git@github.com/lsigithub/lsi_axxia_yocto_public_3.10.git;protocol=ssh;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
 #SRC_URI = "git:///home/pbutler/repos/lsikernel-3.10;protocol=file;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
 
 #SRC_URI_${MACHINE} += "file://defconfig"
-- 
1.8.1.4



More information about the meta-lsi mailing list