diff options
author | Adriana Kobylak <anoo@us.ibm.com> | 2016-07-01 19:10:20 -0500 |
---|---|---|
committer | Adriana Kobylak <anoo@us.ibm.com> | 2016-07-01 19:10:20 -0500 |
commit | ba270851b094788cab8cecc5f4c21c5cca8ef04e (patch) | |
tree | 9dc5fd76f0daa0653adb6bbaeb2c57678061e3af | |
parent | 0c66833d9608634af803b27c61258411c0296f68 (diff) | |
download | talos-openbmc-ba270851b094788cab8cecc5f4c21c5cca8ef04e.tar.gz talos-openbmc-ba270851b094788cab8cecc5f4c21c5cca8ef04e.zip |
Bump skeleton version for v1.0-stable
Pick up fixes and the ability to update at runtime and get the
bmc code update progress.
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
-rw-r--r-- | meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-phosphor/workbook/barreleye-config.bb | 2 | ||||
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-phosphor/workbook/barreleye-config.bb b/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-phosphor/workbook/barreleye-config.bb index 8f0d16c14..9258d2a08 100644 --- a/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-phosphor/workbook/barreleye-config.bb +++ b/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/recipes-phosphor/workbook/barreleye-config.bb @@ -3,6 +3,6 @@ DESCRIPTION = "Board wiring information for the Barreleye system." HOMEPAGE = "http://github.com/openbmc/skeleton" PR = "r1" -SRCREV = "cbe32133dadf0945357e2bec67aa7a86ae9f0295" +SRCREV = "1bbc820f2b595b7a674e52bee1775c877b35b61e" inherit config-in-skeleton inherit obmc-phosphor-license diff --git a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb index 77a298052..b043d532e 100644 --- a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb +++ b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb @@ -26,7 +26,7 @@ FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/*" PACKAGECONFIG ??= "${@bb.utils.contains('MACHINE_FEATURES', 'openpower-pflash', 'openpower-pflash', '', d)}" PACKAGECONFIG[openpower-pflash] = ",,,pflash" -SRCREV = "fa8f6166a05410472e8a3ef6a2f2e3b9b5f8d8e4" +SRCREV = "1bbc820f2b595b7a674e52bee1775c877b35b61e" S = "${WORKDIR}" |