diff options
author | Raptor Engineering Development Team <support@raptorengineering.com> | 2017-12-31 05:46:13 -0600 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-04-19 12:32:02 +0000 |
commit | 7072d01f96a31c7fdf4f1ea3c52b9b0c75dd3ab7 (patch) | |
tree | 988fe5540565d0c1383887aec61eb59c7f24a74d /meta-phosphor | |
parent | 7443ee80b34f976b9c0b1344ca2b0299a5409ed2 (diff) | |
download | talos-openbmc-7072d01f96a31c7fdf4f1ea3c52b9b0c75dd3ab7.tar.gz talos-openbmc-7072d01f96a31c7fdf4f1ea3c52b9b0c75dd3ab7.zip |
Copy Romulus files to Talos for future development
Apply initial renames and conversions to copied sources
Diffstat (limited to 'meta-phosphor')
-rw-r--r-- | meta-phosphor/classes/config-in-skeleton.bbclass | 4 | ||||
-rw-r--r-- | meta-phosphor/classes/skeleton-rev.bbclass | 4 | ||||
-rw-r--r-- | meta-phosphor/classes/skeleton.bbclass | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/meta-phosphor/classes/config-in-skeleton.bbclass b/meta-phosphor/classes/config-in-skeleton.bbclass index b76753724..e98074829 100644 --- a/meta-phosphor/classes/config-in-skeleton.bbclass +++ b/meta-phosphor/classes/config-in-skeleton.bbclass @@ -6,13 +6,13 @@ inherit setuptools inherit pythonnative inherit skeleton-rev -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};" +SRC_URI += "${SKELETON_URI};protocol=https" S = "${WORKDIR}/git/configs" python() { diff --git a/meta-phosphor/classes/skeleton-rev.bbclass b/meta-phosphor/classes/skeleton-rev.bbclass index 181a892fd..7d142ea16 100644 --- a/meta-phosphor/classes/skeleton-rev.bbclass +++ b/meta-phosphor/classes/skeleton-rev.bbclass @@ -1,4 +1,4 @@ -SRCREV ?= "c8334f3258cb80839e49defe386d33c196929215" -SKELETON_URI ?= "git://github.com/openbmc/skeleton" +SRCREV ?= "329915a7f1aec4d9c4bb4c923c3307793fbe5495" +SKELETON_URI ?= "git://scm.raptorcs.com/scm/git/talos-skeleton;protocol=https" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" diff --git a/meta-phosphor/classes/skeleton.bbclass b/meta-phosphor/classes/skeleton.bbclass index 865ae44c8..2522e460f 100644 --- a/meta-phosphor/classes/skeleton.bbclass +++ b/meta-phosphor/classes/skeleton.bbclass @@ -1,6 +1,6 @@ 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}" |