summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 18:12:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 00:29:31 +0100
commit5164821975bb8524760f386065b476a6b4722a2f (patch)
treef949dc917b8d5c598598581ce6f12cb5c5203b12 /meta/recipes-kernel
parentb8a07171ebe4e73add3557266e278dbd3ff9a840 (diff)
downloadpoky-5164821975bb8524760f386065b476a6b4722a2f.tar.gz
Fix git.pokylinux.org urls to git.yoctoproject.org
(From OE-Core rev: adbf55721ee956897c0951cff63aeb1defb3c738) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/kern-tools/kern-tools-native_git.bb2
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_git.bb2
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui_git.bb2
4 files changed, 4 insertions, 4 deletions
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 de5628cd02..10dd921174 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}"
9 9
10inherit native 10inherit native
11 11
12SRC_URI = "git://git.pokylinux.org/yocto-kernel-tools.git;protocol=git" 12SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;protocol=git"
13S = "${WORKDIR}" 13S = "${WORKDIR}"
14 14
15kern_tools_LIST = kgit kgit-init kgit-meta \ 15kern_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 6d56f6ec76..8e6239cd74 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}"
12PR = "r3" 12PR = "r3"
13 13
14SRCREV_FORMAT = "meta_machine" 14SRCREV_FORMAT = "meta_machine"
15SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" 15SRC_URI = "git://git.yoctoproject.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
16 16
17# force this to empty to prevent installation failures, we aren't 17# force this to empty to prevent installation failures, we aren't
18# building a device tree as part of kern headers 18# 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 38fbba3646..7279793978 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"
21PV = "${LINUX_VERSION}+git${SRCPV}" 21PV = "${LINUX_VERSION}+git${SRCPV}"
22SRCREV_FORMAT = "meta_machine" 22SRCREV_FORMAT = "meta_machine"
23 23
24SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
25 25
26COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|mpc8315e-rdb|routerstationpro|beagleboard)" 26COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|mpc8315e-rdb|routerstationpro|beagleboard)"
27 27
diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb
index 44adcb78d2..b5e86dd36f 100644
--- a/meta/recipes-kernel/oprofile/oprofileui_git.bb
+++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb
@@ -6,5 +6,5 @@ PR = "r4"
6S = "${WORKDIR}/git" 6S = "${WORKDIR}/git"
7 7
8# Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now. 8# Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now.
9SRC_URI = "git://git.pokylinux.org/oprofileui;protocol=git \ 9SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git \
10 file://dso_linking_change_build_fix.patch " 10 file://dso_linking_change_build_fix.patch "