linux-yocto-stable: Update SRC_URI after fetcher changes

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-02-02 17:41:15 +00:00
parent 8b5b3cca7d
commit 43addfd01d
1 changed files with 1 additions and 3 deletions

View File

@ -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"