From 43addfd01d97fe327b62ad000dccccfb6185fabe Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 2 Feb 2011 17:41:15 +0000 Subject: linux-yocto-stable: Update SRC_URI after fetcher changes Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-stable_git.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta') diff --git a/meta/recipes-kernel/linux/linux-yocto-stable_git.bb b/meta/recipes-kernel/linux/linux-yocto-stable_git.bb index 2f6eb2dba5..1ded3cba4f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-stable_git.bb +++ b/meta/recipes-kernel/linux/linux-yocto-stable_git.bb @@ -32,9 +32,7 @@ python __anonymous () { bb.data.setVar("LINUX_KERNEL_TYPE_EXTENSION", kerntype, d) } -SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;fullclone=1;branch=${KBRANCH};name=machine \ - git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;noclone=1;branch=wrs_meta;name=meta" - +SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" # Functionality flags KERNEL_REVISION_CHECKING ?= "t" -- cgit 1.2.3-korg