From 5b8113297ece720652a2924f8c2b9a59c34f6813 Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Sun, 31 Dec 2017 05:46:13 -0600 Subject: Copy Romulus files to Talos for future development Apply initial renames and conversions to copied sources --- meta-phosphor/classes/config-in-skeleton.bbclass | 4 ++-- meta-phosphor/classes/skeleton-rev.bbclass | 4 ++-- meta-phosphor/classes/skeleton.bbclass | 2 +- meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc | 2 +- meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'meta-phosphor') diff --git a/meta-phosphor/classes/config-in-skeleton.bbclass b/meta-phosphor/classes/config-in-skeleton.bbclass index 95c2d6423..ad2a47281 100644 --- a/meta-phosphor/classes/config-in-skeleton.bbclass +++ b/meta-phosphor/classes/config-in-skeleton.bbclass @@ -7,13 +7,13 @@ inherit pythonnative inherit skeleton-rev inherit obmc-phosphor-license -HOMEPAGE = "http://github.com/openbmc/skeleton" +HOMEPAGE = "https://scm.raptorcs.com/scm/git/talos-skeleton" PROVIDES += "virtual/obmc-inventory-data" RPROVIDES_${PN} += "virtual-obmc-inventory-data" DEPENDS += "python" -SRC_URI += "${SKELETON_URI};subpath=configs" +SRC_URI += "${SKELETON_URI};protocol=https;subpath=configs" S = "${WORKDIR}/configs" python() { diff --git a/meta-phosphor/classes/skeleton-rev.bbclass b/meta-phosphor/classes/skeleton-rev.bbclass index b625d6990..d1ecfb54e 100644 --- a/meta-phosphor/classes/skeleton-rev.bbclass +++ b/meta-phosphor/classes/skeleton-rev.bbclass @@ -1,2 +1,2 @@ -SRCREV ?= "89e6c91889cbd27d0857aa44438ede5e4eb7fd80" -SKELETON_URI ?= "git://github.com/openbmc/skeleton" +SRCREV ?= "9021aaaa61f7cde49274b8bf340c3e55025ddedd" +SKELETON_URI ?= "git://scm.raptorcs.com/scm/git/talos-skeleton;protocol=https" diff --git a/meta-phosphor/classes/skeleton.bbclass b/meta-phosphor/classes/skeleton.bbclass index 1f673333b..c043b8f0e 100644 --- a/meta-phosphor/classes/skeleton.bbclass +++ b/meta-phosphor/classes/skeleton.bbclass @@ -1,7 +1,7 @@ inherit obmc-phosphor-license inherit skeleton-rev -HOMEPAGE = "http://github.com/openbmc/skeleton" +HOMEPAGE = "https://scm.raptorcs.com/scm/git/talos-skeleton" SRC_URI += "${SKELETON_URI}" S = "${WORKDIR}/git/${SKELETON_DIR}" diff --git a/meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc b/meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc index 72c2334ba..07b2f71c0 100644 --- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc +++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc @@ -8,7 +8,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" inherit obmc-phosphor-utils -KSRC ?= "git://github.com/openbmc/linux;protocol=git;branch=${KBRANCH}" +KSRC ?= "git://scm.raptorcs.com/scm/git/talos-obmc-linux;protocol=https;branch=${KBRANCH}" SRC_URI = "${KSRC}" SRC_URI += "file://phosphor-gpio-keys.scc" SRC_URI += "file://phosphor-gpio-keys.cfg" diff --git a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb index 3c91d5f13..5daf8c52b 100644 --- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb +++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb @@ -1,6 +1,6 @@ KBRANCH ?= "dev-4.10" LINUX_VERSION ?= "4.10.17" -SRCREV="72b52ebab574eaf0bcd2256ae16a25976a37c407" +SRCREV="212eadd9a2238947362c6642a96edb17f674d769" require linux-obmc.inc -- cgit v1.2.1