mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
Fix git.pokylinux.org urls to git.yoctoproject.org
(From OE-Core rev: adbf55721ee956897c0951cff63aeb1defb3c738) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)"
|
||||
|
||||
|
||||
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user