summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/mrw
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2016-09-15 10:39:43 -0500
committerPatrick Williams <patrick@stwcx.xyz>2016-09-20 21:26:51 +0000
commitb103a33112cd06ebb03c74808abee28b1f887b65 (patch)
treea6465e5f0df5d2e13147924f100f51018b1c11c0 /meta-phosphor/common/recipes-phosphor/mrw
parent171031d20c7ed03900739d51ba53ad0001f98fa5 (diff)
downloadtalos-openbmc-b103a33112cd06ebb03c74808abee28b1f887b65.tar.gz
talos-openbmc-b103a33112cd06ebb03c74808abee28b1f887b65.zip
Store MRW URIs and REVs in common file
Change-Id: Ibc759639706583d6368740f1b2ecbf8adf2ae2c1 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/mrw')
-rw-r--r--meta-phosphor/common/recipes-phosphor/mrw/mrw-api-native.bb5
-rw-r--r--meta-phosphor/common/recipes-phosphor/mrw/mrw-patch-native.bb5
2 files changed, 6 insertions, 4 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/mrw/mrw-api-native.bb b/meta-phosphor/common/recipes-phosphor/mrw/mrw-api-native.bb
index 01bff6186..1930388ed 100644
--- a/meta-phosphor/common/recipes-phosphor/mrw/mrw-api-native.bb
+++ b/meta-phosphor/common/recipes-phosphor/mrw/mrw-api-native.bb
@@ -8,11 +8,12 @@ inherit obmc-phosphor-license
inherit native
inherit perlnative
inherit cpan-base
+inherit mrw-rev
DEPENDS += "libxml-simple-perl-native json-perl-native"
-SRC_URI += "git://github.com/open-power/serverwiz.git;subpath=scripts"
-SRCREV = "04f15f37e9ab6c09412a0abcffb87e9aefcc5368"
+SRC_URI += "${MRW_API_SRC_URI}"
+SRCREV = "${MRW_API_SRCREV}"
do_install() {
install -d ${D}${PERLLIBDIRS_class-native}/perl/site_perl/${PERLVERSION}/mrw
diff --git a/meta-phosphor/common/recipes-phosphor/mrw/mrw-patch-native.bb b/meta-phosphor/common/recipes-phosphor/mrw/mrw-patch-native.bb
index 05d5baa95..b67b26241 100644
--- a/meta-phosphor/common/recipes-phosphor/mrw/mrw-patch-native.bb
+++ b/meta-phosphor/common/recipes-phosphor/mrw/mrw-patch-native.bb
@@ -6,11 +6,12 @@ S = "${WORKDIR}/git"
inherit obmc-phosphor-license
inherit native
+inherit mrw-rev
DEPENDS += "python-native python-lxml-native"
-SRC_URI += "git://github.com/openbmc/phosphor-mrw-tools"
-SRCREV = "7a68567af7bf121143ef135152a39723518b6e06"
+SRC_URI += "${MRW_PATCH_SRC_URI}"
+SRCREV = "${MRW_PATCH_SRCREV}"
do_install() {
install -d ${D}${bindir}/obmc-mrw
OpenPOWER on IntegriCloud