From adbf55721ee956897c0951cff63aeb1defb3c738 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 18:12:40 +0100 Subject: Fix git.pokylinux.org urls to git.yoctoproject.org Signed-off-by: Richard Purdie --- meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +- meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_git.bb | 2 +- meta/recipes-kernel/oprofile/oprofileui_git.bb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index de5628cd0..10dd92117 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb @@ -9,7 +9,7 @@ PV = "0.1+git${SRCPV}" inherit native -SRC_URI = "git://git.pokylinux.org/yocto-kernel-tools.git;protocol=git" +SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;protocol=git" S = "${WORKDIR}" kern_tools_LIST = kgit kgit-init kgit-meta \ diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb index 6d56f6ec7..8e6239cd7 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb @@ -12,7 +12,7 @@ PV = "2.6.37+git-${SRCPV}" PR = "r3" SRCREV_FORMAT = "meta_machine" -SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" +SRC_URI = "git://git.yoctoproject.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" # force this to empty to prevent installation failures, we aren't # building a device tree as part of kern headers diff --git a/meta/recipes-kernel/linux/linux-yocto_git.bb b/meta/recipes-kernel/linux/linux-yocto_git.bb index 38fbba364..727979397 100644 --- a/meta/recipes-kernel/linux/linux-yocto_git.bb +++ b/meta/recipes-kernel/linux/linux-yocto_git.bb @@ -21,7 +21,7 @@ PR = "r16" PV = "${LINUX_VERSION}+git${SRCPV}" SRCREV_FORMAT = "meta_machine" -SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" +SRC_URI = "git://git.yoctoproject.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|mpc8315e-rdb|routerstationpro|beagleboard)" diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb index 44adcb78d..b5e86dd36 100644 --- a/meta/recipes-kernel/oprofile/oprofileui_git.bb +++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb @@ -6,5 +6,5 @@ PR = "r4" S = "${WORKDIR}/git" # Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now. -SRC_URI = "git://git.pokylinux.org/oprofileui;protocol=git \ +SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git \ file://dso_linking_change_build_fix.patch " -- cgit v1.2.3