summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2016-08-08 15:20:28 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2016-08-08 15:23:15 -0500
commit63288c0590fc9021caaed0bbe2d12ebf86d8f87e (patch)
treefbeff25f3d3ab25ae35df24a2be2a95cebd1a32c
parent413af0a1edd3fcc274e603dff260a7278ef802c1 (diff)
downloadtalos-openbmc-63288c0590fc9021caaed0bbe2d12ebf86d8f87e.tar.gz
talos-openbmc-63288c0590fc9021caaed0bbe2d12ebf86d8f87e.zip
skeleton: Bump version for v1.0-stablev1.0.4
Pick up fixes for: Loading inventory from cache Start host watchdog just prior to host starting Change-Id: I8c1cfb1d040397a2905fa73303ccc58af15cac87 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
-rw-r--r--meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
index b043d532e..c40b54ed7 100644
--- a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
+++ b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
@@ -18,7 +18,8 @@ VIRTUAL-RUNTIME_skeleton_workbook ?= ""
DEPENDS += "glib-2.0 systemd python"
RDEPENDS_${PN} += "python-json python-subprocess python-compression libsystemd ${VIRTUAL-RUNTIME_skeleton_workbook}"
-SRC_URI += "git://github.com/openbmc/skeleton"
+SKELETON_BRANCH = "openbmc-v1.0-stable"
+SRC_URI += "git://github.com/openbmc/skeleton;branch=${SKELETON_BRANCH}"
FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/*"
@@ -26,7 +27,7 @@ FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/*"
PACKAGECONFIG ??= "${@bb.utils.contains('MACHINE_FEATURES', 'openpower-pflash', 'openpower-pflash', '', d)}"
PACKAGECONFIG[openpower-pflash] = ",,,pflash"
-SRCREV = "1bbc820f2b595b7a674e52bee1775c877b35b61e"
+SRCREV = "a838b2fe6e96e2e4796d88bb701e9b5daaa83a4f"
S = "${WORKDIR}"
OpenPOWER on IntegriCloud