diff options
author | Adriana Kobylak <anoo@us.ibm.com> | 2016-05-24 16:22:47 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2016-05-24 22:06:51 -0500 |
commit | 03f51f5489813391c066bb62a5aa1e9eb06e658d (patch) | |
tree | 90e9e90a34176e07fd2a519897f7683f9f36565b /meta-phosphor/common/recipes-phosphor/skeleton | |
parent | 6634fb213c8f620ea4aa6bf0bf34577716f03bd5 (diff) | |
download | talos-openbmc-03f51f5489813391c066bb62a5aa1e9eb06e658d.tar.gz talos-openbmc-03f51f5489813391c066bb62a5aa1e9eb06e658d.zip |
Bump IPMI, networkd, REST, and skeleton versionsv0.8.1
Pick up:
Fix FRU VPD error messages
Add REST interface to update BMC via local file
Add Barreleye motherboard VPD to the inventory
Handle parallel IPMI SEL reservation requests
Add support to stream the journald log to a remote syslog
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/skeleton')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb index c091206bf..9d81279f0 100644 --- a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb +++ b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb @@ -20,7 +20,7 @@ SRC_URI += "git://github.com/openbmc/skeleton" PACKAGECONFIG ??= "${@bb.utils.contains('MACHINE_FEATURES', 'openpower-pflash', 'openpower-pflash', '', d)}" PACKAGECONFIG[openpower-pflash] = ",,,pflash" -SRCREV = "f55a1cda5898ed5cb97ada7a0ed4bf68f4b4977d" +SRCREV = "2f9ee83356fba3f6f843bf2584f3e7e95763ec98" S = "${WORKDIR}" |