From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms173013pub.verizon.net (vms173013pub.verizon.net [206.46.173.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7BEC6E01465 for ; Mon, 18 Mar 2013 12:04:51 -0700 (PDT) Received: from gandalf.denix.org ([unknown] [108.45.150.102]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MJV006LNEBPET20@vms173013.mailsrvcs.net> for meta-ti@yoctoproject.org; Mon, 18 Mar 2013 14:04:38 -0500 (CDT) Received: from localhost.localdomain (elrond [192.168.0.7]) by gandalf.denix.org (Postfix) with ESMTP id 9FE9C20077; Mon, 18 Mar 2013 15:04:37 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@yoctoproject.org Date: Mon, 18 Mar 2013 15:04:31 -0400 Message-id: <1363633471-23367-1-git-send-email-denis@denix.org> X-Mailer: git-send-email 1.8.1.5 Subject: [PATCHv2 1/3] linux-ti-staging: update to the latest merge of 3.8.3 X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Mar 2013 19:04:51 -0000 From: Denys Dmytriyenko Switch to using the official git.ti.com URL instead of temp gitorious.ti.com Signed-off-by: Denys Dmytriyenko --- v2 - switch from gitorious.ti.com to git.ti.com recipes-kernel/linux/linux-ti-staging_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb index dfef76d..cfd4da0 100644 --- a/recipes-kernel/linux/linux-ti-staging_git.bb +++ b/recipes-kernel/linux/linux-ti-staging_git.bb @@ -39,13 +39,13 @@ S = "${WORKDIR}/git" BRANCH = "ti-linux-3.8.y" -SRCREV = "e69f39916783a559c499e264359edea315ef44fd" -PV = "3.8.2" +SRCREV = "ed93a28fb0b1dc28cc252ee87f6fce3e07bf23fe" +PV = "3.8.3" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -MACHINE_KERNEL_PR_append = "d+gitr${SRCPV}" +MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" -SRC_URI = "git://gitorious.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \ +SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \ file://defconfig \ " -- 1.8.1.5