From e7ee97f59b12561dc5b0dfbaa990d19e2ca794cb Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 30 May 2019 15:32:00 +0000 Subject: phosphor-host-ipmid: srcrev bump db2e8c4572..33298af179 Vernon Mauery (1): Add sdbusplus::asio::connection pointer to ipmi::Context (From meta-phosphor rev: 4c39c7e1f641d9932f18c886795bf7015a38522c) Change-Id: Ie9fff2044ff1e728bbf5a811eb02af685ccb2440 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc index 04ffdfd04..6d1dbf477 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc @@ -2,4 +2,4 @@ HOMEPAGE = "http://github.com/openbmc/phosphor-host-ipmid" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid" -SRCREV = "db2e8c45727ba98e26778b8c754b92e093e6921c" +SRCREV = "33298af179718bf6da82634101578eff39b4a9ae" -- cgit v1.2.3 From 9b982ba358347f3df316cb676b70b9908538b6a5 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 31 May 2019 20:32:02 +0000 Subject: bmcweb: srcrev bump c72aa4757b..57bff08a75 James Feist (1): Update fan added / removed to use string Jennifer Lee (1): [Redfish] Fixed PATCH behavior of IndicatorLED in ComputerSystem Santosh Puranik (1): Fix DBUS Name For BootSource Cd (From meta-phosphor rev: e30d57564194642c7927653a3a4ad323ef2ff773) Change-Id: Ic8d463ac9bef09d43c081daa3b80b81dfcc507cb Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 30da37c49..796a34a1c 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b" SRC_URI = "git://github.com/openbmc/bmcweb.git" PV = "1.0+git${SRCPV}" -SRCREV = "c72aa4757b57da6e4dae2325b7d0570c6be3d89b" +SRCREV = "57bff08a75362a05d36354918195c5b7c82006f1" S = "${WORKDIR}/git" -- cgit v1.2.3 From f0c8a61ec4827f03acd13a91e571743df700a9ba Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 31 May 2019 22:02:30 +0000 Subject: phosphor-ipmi-flash: srcrev bump 615c69ef59..0079d8985b Patrick Venture (21): test: firmware verificationCompleted: commit test: firmware verificationStarted: additional stat() bmc: verificationCompleted::close(success) test: firmware updatePending: initial empty test bmc: firmware updatePending: getBlobIds bmc: firmware updatePending: open(blob) bmc: firmware updatePending: close(session) test: firmware updatePending: writeMeta(session) bmc: firmware updatePending: write(session) test: firmware updatePending: read(session) bmc: firmware updatePending: stat(blob) bmc: firmware updatePending: stat(session) bmc: firmware updatePending: commit(session) test: firmware updateStarted: empty and cleanup test: firmware updateStarted: open(blob) test: firmware updateStarted: getBlobIds() test: firmware updateStarted: stat(blob) test: firmware updateStarted: writeMeta(session) test: firmware updateStarted: write(session) test: firmware updateStarted: read(session) bmc: firmware updateStarted: commit(session) (From meta-phosphor rev: 38532ce9fc258e0cd5d4037fea6bfff67d7fafee) Change-Id: I2ccc4d0e5f4d321ae581c582fcbe633d2cf5dfa2 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb index ccea00c88..119ac1640 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb @@ -20,7 +20,7 @@ EXTRA_OECONF = "--disable-tests --disable-build-host-tool" S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash" -SRCREV = "615c69ef597a044c0d3e7747d9603263f8e462dc" +SRCREV = "0079d8985b56b134497fc261d0f74359e0c4cb8f" FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}" -- cgit v1.2.3 From 1bc215859a1d6366b0d13a3ca10df5ea0c37cf26 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 31 May 2019 00:32:25 +0000 Subject: dbus-sensors: srcrev bump 7b18b1e029..58b2b53e6f Cheng C Yang (1): Implement PSU Event (From meta-phosphor rev: df1235064061d5909188c0e1af2b48b9c28e2fd7) Change-Id: I84edd1ac52a3dba7347afcd4a57ff7326d456bc6 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb index 6e9ed8ef6..7a5eee4d6 100644 --- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb +++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb @@ -2,7 +2,7 @@ SUMMARY = "dbus-sensors" DESCRIPTION = "Dbus Sensor Services Configured from D-Bus" SRC_URI = "git://github.com/openbmc/dbus-sensors.git" -SRCREV = "7b18b1e0298c6237b4b775dbe15bcd0cec7fdf07" +SRCREV = "58b2b53e6f065bfb2b470d8f616d3fef67179fcb" PV = "0.1+git${SRCPV}" -- cgit v1.2.3 From 5be4710a278899f28abd846946649a2fd0c06278 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 31 May 2019 08:43:29 +0000 Subject: entity-manager: srcrev bump 16a02f2848..4c55239523 Yuan Li (1): Change 8-bit address to 7-bit for SAS module. (From meta-phosphor rev: bf55dd8a816344f0b117c36ca3d98dd948ce33b6) Change-Id: If5ca272228cb4ef7bebe03611eb3c89498466a4c Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb index c6a25437f..920ef8a9b 100644 --- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Entity Manager provides d-bus configuration data \ and configures system sensors" SRC_URI = "git://github.com/openbmc/entity-manager.git" -SRCREV = "16a02f28484e8fdf94c7949a3084adc89f023413" +SRCREV = "4c552395239dfbc6bc625d4a5ac1b4d61759ed0f" PV = "0.1+git${SRCPV}" LICENSE = "Apache-2.0" -- cgit v1.2.3 From ac0a4acdf51d7d4d3ca774083b3eea5b19ab8646 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 31 May 2019 14:01:50 +0000 Subject: phosphor-certificate-manager: srcrev bump 13bf74e448..15647204a6 Deepak Kodihalli (1): Propose Devender as a maintainer (From meta-phosphor rev: 7a583a1cce05bd12c3696dc5829ed3cf9b547480) Change-Id: I7277d1b562c13e5fd286a0aab496b9c8d7375aa3 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- .../recipes-phosphor/certificate/phosphor-certificate-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb index 377c0f1b3..62f5cb31f 100644 --- a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb @@ -9,7 +9,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "git://github.com/openbmc/phosphor-certificate-manager" -SRCREV = "13bf74e4486df30fb70b9dbb040277bcdf50e0ec" +SRCREV = "15647204a62e504a83d46e37449237374a14cad1" inherit autotools \ pkgconfig \ -- cgit v1.2.3 From 56194d28fb80e83566cc4129ae6814f625b3c82f Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 31 May 2019 15:42:42 +0000 Subject: phosphor-webui: srcrev bump 6a3b3b2cdd..5bd1dec7fd Yoshie Muranaka (1): Change button styles from rounded to straight corners (From meta-phosphor rev: c9d3a6d32f40a504dcd499c2dfc1769692d81ec0) Change-Id: I5ae89f2cdacac7fbd16d9855f63e3b7dbca51423 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb b/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb index 59b00a885..89f4e24c9 100644 --- a/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/phosphor-webui.git" -SRCREV = "6a3b3b2cdd8e92265997fe66f6c8489caf1dd403" +SRCREV = "5bd1dec7fdc8f6a3a20e6c23dc491b3d31392bc5" S = "${WORKDIR}/git" DEPENDS_prepend = "nodejs-native " -- cgit v1.2.3 From a3880f83ebac9864e22183789d015d93d3547234 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 31 May 2019 17:52:13 +0000 Subject: phosphor-ipmi-blobs: srcrev bump 00d5f0de56..826e17355d Patrick Venture (1): README: add calling contract details (From meta-phosphor rev: 98db763a2c85e9c97bbf6c0edb4ccf480bb53d10) Change-Id: Ic01984df63e03b4fb8f9e5342d0e14b3dd3c5519 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb index 350083e6e..3b504e1c0 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb @@ -16,7 +16,7 @@ DEPENDS += "ipmi-blob-tool" S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/phosphor-ipmi-blobs" -SRCREV = "00d5f0de56f3e453be37c2ffc45418fb406396a2" +SRCREV = "826e17355db0a575e0ad60e25bf82480ac711135" FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}" -- cgit v1.2.3 From 5c14d4e09bf6ee6a2bf594bbf7b596c1a26721e4 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 31 May 2019 13:41:54 +0000 Subject: phosphor-bmc-code-mgmt: srcrev bump d5b8f75c2f..a013560f96 Jayashankar Padath (1): Code Update: ApplyTime software manager support Add new service force-reboot.service This adds a new service, force-reboot.service to meta-phosphor layer which initiates a bmc reboot when ApplyTime value is immediate. Reboot is only carried out after the reboot-guard-disable.service and activation process got completed successfully. (From meta-phosphor rev: f7e8258b053f55a753396be8d9dcad1d555c4c04) Change-Id: I31725a151c2d36f94e46b93c06d189fe43526c1e Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/classes/phosphor-software-manager-ubi-fs.bbclass | 1 + meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/classes/phosphor-software-manager-ubi-fs.bbclass b/meta-phosphor/classes/phosphor-software-manager-ubi-fs.bbclass index fe9d1a5d3..6b0a78ec0 100644 --- a/meta-phosphor/classes/phosphor-software-manager-ubi-fs.bbclass +++ b/meta-phosphor/classes/phosphor-software-manager-ubi-fs.bbclass @@ -33,6 +33,7 @@ SYSTEMD_SERVICE_phosphor-software-manager-updater-ubi += " \ obmc-flash-bmc-mirroruboot.service \ reboot-guard-enable.service \ reboot-guard-disable.service \ + force-reboot.service \ usr-local.mount \ " diff --git a/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc b/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc index 5731f787f..bdc16038a 100644 --- a/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc +++ b/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc @@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/phosphor-bmc-code-mgmt" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI += "git://github.com/openbmc/phosphor-bmc-code-mgmt" -SRCREV = "d5b8f75c2f93d19d16411f0846d8ecd331d59562" +SRCREV = "a013560f96a9ee5c2db4e1778c7dcee199c3acf1" -- cgit v1.2.3 From a081fd6d86708f1700282b5544779e1fe491da0b Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Sun, 2 Jun 2019 20:32:41 +0000 Subject: phosphor-watchdog: srcrev bump 47a9ec4ee9..9062ed11e4 William A. Kennington III (1): autotools: Remove (From meta-phosphor rev: 315ef52cf7eac893097cfbf67e8db0afbe035418) Change-Id: I61da85c05d062e877b1f5ccc40c0df4713066a41 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog_git.bb b/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog_git.bb index 0b63dccb2..f791d68b4 100644 --- a/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog_git.bb +++ b/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog_git.bb @@ -20,7 +20,7 @@ DEPENDS += "phosphor-logging" DEPENDS += "systemd" SRC_URI += "git://github.com/openbmc/phosphor-watchdog" -SRCREV = "47a9ec4ee9b05a9794a09d16762e3ef7318c5489" +SRCREV = "9062ed11e4b2cd96cf96d09ff99d1734b96a1780" S = "${WORKDIR}/git" EXTRA_OEMESON = " \ -- cgit v1.2.3 From 3c0e00389281e4d31d4df436bfe7ef0b893f418c Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 3 Jun 2019 13:51:35 +0000 Subject: phosphor-certificate-manager: srcrev bump 15647204a6..f46827128c Marri Devender Rao (3): Pass flag to skip restart of units for certificate object Return Certificate Signing Request(CSR) contents Add Generate Key and Certificate Signing Request (CSR) (From meta-phosphor rev: 079aafc015cb9f58ddecfc7968ed2743c81f80d5) Change-Id: I34c03dc26bb5f7cf496148a7284e6acd689ee1fb Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- .../recipes-phosphor/certificate/phosphor-certificate-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb index 62f5cb31f..0e6306875 100644 --- a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb @@ -9,7 +9,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "git://github.com/openbmc/phosphor-certificate-manager" -SRCREV = "15647204a62e504a83d46e37449237374a14cad1" +SRCREV = "f46827128c0b53aac50e08db772ffe48c9987c65" inherit autotools \ pkgconfig \ -- cgit v1.2.3 From 4a10fd2b7dea620419a7bc725a83d2aaa1e6604a Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 3 Jun 2019 14:02:35 +0000 Subject: phosphor-user-manager: srcrev bump fef578960f..59dba4435d Ratan Gupta (2): phosphor-ldap-conf: handle "InterfaceAdded" signal on the ldap cert object phosphor-ldap-conf: handle "PropertiesChanged" signal on the ldap cert object Ravi Teja (2): User Mgr: Update GetUserInfo to read ldap user privilege UserMgr: Fix ldap config persistance issue (From meta-phosphor rev: c3c16d3bf6674836ed1181863eba62f067061c04) Change-Id: I054d305946afa9e9800002fb6a328bbed43963eb Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb index db9d3bdee..e91c8d840 100644 --- a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb @@ -39,5 +39,5 @@ DBUS_SERVICE_phosphor-ldap = " \ xyz.openbmc_project.LDAP.PrivilegeMapper.service \ " SRC_URI += "git://github.com/openbmc/phosphor-user-manager" -SRCREV = "fef578960f632abacc5cd615b2bedfb3ab9ebb90" +SRCREV = "59dba4435d0d553369790e8936d7eb43251ff302" S = "${WORKDIR}/git" -- cgit v1.2.3 From 8503ce99c605992a33dfdb5c3c2523511cc43f3d Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 3 Jun 2019 17:42:07 +0000 Subject: phosphor-host-ipmid: srcrev bump 33298af179..a3dd7661d1 Vernon Mauery (1): unpack static assert on unsupported types (From meta-phosphor rev: 99edfb4e6155da1b0f65d507d2b9d63865f1fc0d) Change-Id: If6e7254a4299d2bb50d9292e5106940b83216728 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc index 6d1dbf477..23bfc473b 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc @@ -2,4 +2,4 @@ HOMEPAGE = "http://github.com/openbmc/phosphor-host-ipmid" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid" -SRCREV = "33298af179718bf6da82634101578eff39b4a9ae" +SRCREV = "a3dd7661d18aeb47bbad271f40cc23efb5dea8b5" -- cgit v1.2.3 From 4e2228b270caa689465fa8982b3481f245b4d19e Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 3 Jun 2019 21:32:00 +0000 Subject: phosphor-ipmi-flash: srcrev bump 0079d8985b..254b4cf554 Patrick Venture (9): bmc: firmware updateStarted: stat(session) test: firmware updateCompleted: initial empty file README: Add link to ipmi_flash state machine doc bmc: firmware updateCompleted: open(blob) bmc: firmware updateCompleted: stat(session) merge Verification and Update statuses test: firmware updateCompleted: stat(blob) test: firmware updateCompleted: writeMeta(session) test: firmware updateCompleted: write(session) (From meta-phosphor rev: 51efbf8bcc8c284a3cca74d74a9728674478a09f) Change-Id: I1a2f3d924c5a13abf6bb788975486fff89c05aba Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb index 119ac1640..b329f8a03 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb @@ -20,7 +20,7 @@ EXTRA_OECONF = "--disable-tests --disable-build-host-tool" S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash" -SRCREV = "0079d8985b56b134497fc261d0f74359e0c4cb8f" +SRCREV = "254b4cf554ddb929b7e3f519fc7cb886491b423a" FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}" -- cgit v1.2.3 From bab20941c451d79aa6bdd3cbad89edb45e7cc18c Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 3 Jun 2019 20:41:54 +0000 Subject: ipmi-blob-tool: srcrev bump ef5e09252d..958f1ce952 Patrick Venture (1): ipmi: pull the netfn and command into parameters (From meta-phosphor rev: 8b444c60fd2923b7568c1488c674cf71538cf02d) Change-Id: I53bbe05bae4abc680cb0e505b8ddeb0c3234fc49 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb b/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb index 30b540b7d..bb16749a9 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb @@ -14,4 +14,4 @@ EXTRA_OECONF = "--disable-tests" S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/ipmi-blob-tool" -SRCREV = "ef5e09252dba451acda30e53e8f5b28f08eac0cb" +SRCREV = "958f1ce952849300ebfd30cc04ce86937d3bc718" -- cgit v1.2.3 From 9bf83c80212c268d8d0c3b255cbaad9626bd2902 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 4 Jun 2019 20:31:57 +0000 Subject: phosphor-ipmi-flash: srcrev bump 254b4cf554..1d66fe6ee6 Patrick Venture (3): s/struct blobs::BlobMeta/blobs::BlobMeta/g test: firmware updateCompleted: commit(session) merge Verification and Update Interfaces (From meta-phosphor rev: 7ef25155d9ffb40842300d105c06942fecbfb5cf) Change-Id: Ib4de2d2e45dca9e8bbe58f76612df5ba758c7912 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb index b329f8a03..43a59ca42 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb @@ -20,7 +20,7 @@ EXTRA_OECONF = "--disable-tests --disable-build-host-tool" S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash" -SRCREV = "254b4cf554ddb929b7e3f519fc7cb886491b423a" +SRCREV = "1d66fe6ee6805d682e0b6be4b177b58b8acbade2" FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}" -- cgit v1.2.3 From 31ea32d3953358fa63c97b5e5e0d22cf5dd23cfb Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 31 May 2019 09:38:04 +0800 Subject: phosphor: use standard proxy settings for phosphor-webui recipe The current phosphor-webui compile stage needs to connect to the npm registry. In build environments that use a proxy (specified by the `http_proxy`) setting, this fails. Although the current recipe provides proxy arguments through the HTTP_PROXY environment variable, not many other download tools use this (wget and curl do not). Since the lower-case version needs to be set anyway (for wget), use that instead of requiring both http_proxy and HTTP_PROXY. Tested: phosphor-webui's do_compile target works with only http{,s}_proxy set (From meta-phosphor rev: 0a4689a724565cf04db0844ba56771dc6b9469cc) Fixes: https://github.com/openbmc/meta-phosphor/issues/14 Change-Id: I4091bfec0ce948e23a5648544900fd416c333965 Signed-off-by: Jeremy Kerr Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb b/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb index 89f4e24c9..5d36313c9 100644 --- a/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb @@ -33,7 +33,7 @@ FILES_${PN} += "${datadir}/www/*" do_compile () { cd ${S} rm -rf node_modules - npm --loglevel info --proxy=${HTTP_PROXY} --https-proxy=${HTTPS_PROXY} install + npm --loglevel info --proxy=${http_proxy} --https-proxy=${https_proxy} install npm run-script build } -- cgit v1.2.3 From 9fcbcb12379cdbb284c583f2d98fdb235d7dbfca Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 5 Jun 2019 17:21:48 +0000 Subject: phosphor-pid-control: srcrev bump 375f7098c2..98b704e179 James Feist (1): Add Fan Redundancy Support Kun Yi (1): docs: Add a small guide for thermal tuning (From meta-phosphor rev: 5e457ebaec191fff7638cbf7f6ce3defed7497fa) Change-Id: I6edb83b11b184ab0be38ae06baa64f6ad1a74d6f Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb index 171c1c42e..eebae1442 100644 --- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb +++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb @@ -13,7 +13,7 @@ inherit obmc-phosphor-ipmiprovider-symlink S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/phosphor-pid-control" -SRCREV = "375f7098c232d38adcaab99b2f3ee561ded8c256" +SRCREV = "98b704e179f12d987179fe6b0ea6234d1bace48f" # Each platform will need a service file that starts # at an appropriate time per system. For instance, if -- cgit v1.2.3 From 7785a1964ada2b4de19e9ff9d746201f10662fc9 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 5 Jun 2019 16:01:56 +0000 Subject: bmcweb: srcrev bump 57bff08a75..028f7ebc66 Eddie James (1): Add basic PowerControl and PowerLimit properties (From meta-phosphor rev: 957c2656677af29cf778a5db7df1e07f491e27ad) Change-Id: I5f55dbc28d126e246cc7a7021f4bdf9b81e3b734 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 796a34a1c..d33dd6818 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b" SRC_URI = "git://github.com/openbmc/bmcweb.git" PV = "1.0+git${SRCPV}" -SRCREV = "57bff08a75362a05d36354918195c5b7c82006f1" +SRCREV = "028f7ebc6626f6b95251ce52a9ed9ed053e48a3e" S = "${WORKDIR}/git" -- cgit v1.2.3 From a775f2c945f9138d0a366bb737205e766fba795b Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 5 Jun 2019 18:41:41 +0000 Subject: entity-manager: srcrev bump 4c55239523..0073354294 Jae Hyun Yoo (1): Change CPU inventory name (From meta-phosphor rev: c8add0f12c5819e46ce9ea5266a973b467dbd656) Change-Id: Ib8b0bc952b37666ae9f74dd87d6d03d4619d7683 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb index 920ef8a9b..55f6996c5 100644 --- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Entity Manager provides d-bus configuration data \ and configures system sensors" SRC_URI = "git://github.com/openbmc/entity-manager.git" -SRCREV = "4c552395239dfbc6bc625d4a5ac1b4d61759ed0f" +SRCREV = "0073354294c7526c1d71b846f9e52d4e9dcfefa4" PV = "0.1+git${SRCPV}" LICENSE = "Apache-2.0" -- cgit v1.2.3 From 64217f900748c66c7852e5dc73c23fe7aca24704 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 5 Jun 2019 20:52:08 +0000 Subject: phosphor-ipmi-flash: srcrev bump 1d66fe6ee6..d816b23b95 Patrick Venture (6): test: firmware updateCompleted: read(session) test: firmware updateCompleted: getBlobIds() bmc: firmware updateCompleted: close(session) bmc: simplify ::open() bmc: simplify ::close() bmc: drop unused Session::State (From meta-phosphor rev: 3f3fa0af2f7ca14e31f606b66c4eeb1037261751) Change-Id: I4d654736550df157b13c8879907cff96cbc0f618 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb index 43a59ca42..e3728fd1b 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb @@ -20,7 +20,7 @@ EXTRA_OECONF = "--disable-tests --disable-build-host-tool" S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash" -SRCREV = "1d66fe6ee6805d682e0b6be4b177b58b8acbade2" +SRCREV = "d816b23b955a7b575fba0a08540eb46ee02919af" FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}" -- cgit v1.2.3 From 4b6b2f1936cd53f798f765607bdd7d6a10f87150 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 5 Jun 2019 13:52:10 +0000 Subject: phosphor-host-ipmid: srcrev bump a3dd7661d1..ea1c401c4b Vernon Mauery (1): Modify Get Device ID to use Context::bus (From meta-phosphor rev: f027fb48b77a5e8c7aae7a7d334e3bc6db64d500) Change-Id: Ie02c7057d4da5f25173b572e80f94bac5ad1ca97 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc index 23bfc473b..f2f0d01d9 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc @@ -2,4 +2,4 @@ HOMEPAGE = "http://github.com/openbmc/phosphor-host-ipmid" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid" -SRCREV = "a3dd7661d18aeb47bbad271f40cc23efb5dea8b5" +SRCREV = "ea1c401c4bac43d6070bf7d515df08f8bf57c0a2" -- cgit v1.2.3 From b5fa9d9a26c2aa36e4e71ee862c600b7bb16ca77 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 5 Jun 2019 23:41:53 +0000 Subject: bmcweb: srcrev bump 028f7ebc66..d62cec731d James Feist (1): Add inventory added and removed to registry (From meta-phosphor rev: 11e6c22e16bb1c7b1108bda0862da1481be6b6d7) Change-Id: I18897268f596accd89df1b45199f9d9975631d8a Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index d33dd6818..e9b0469d1 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b" SRC_URI = "git://github.com/openbmc/bmcweb.git" PV = "1.0+git${SRCPV}" -SRCREV = "028f7ebc6626f6b95251ce52a9ed9ed053e48a3e" +SRCREV = "d62cec731dcb533b3fecb08ba115dbf713539681" S = "${WORKDIR}/git" -- cgit v1.2.3 From 83b1ee801019e3fcda7eae2178383a0d4d30085f Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 6 Jun 2019 00:11:40 +0000 Subject: entity-manager: srcrev bump 0073354294..683ff83b9c Jason M. Bills (1): Remove power control GPIOs from the board configuration (From meta-phosphor rev: c8d47f3fa1a5d0ba526de8d36357eba4d3cc3f72) Change-Id: I738fd884514d2e4f250a30f75de14761bec96729 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb index 55f6996c5..69b9d5d99 100644 --- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Entity Manager provides d-bus configuration data \ and configures system sensors" SRC_URI = "git://github.com/openbmc/entity-manager.git" -SRCREV = "0073354294c7526c1d71b846f9e52d4e9dcfefa4" +SRCREV = "683ff83b9cfe0ec3d9683f7220bd40ef77dbfe96" PV = "0.1+git${SRCPV}" LICENSE = "Apache-2.0" -- cgit v1.2.3 From 4a9c9be89ec0e12941692705b80ed78f2a9d93b9 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 6 Jun 2019 14:32:15 +0000 Subject: phosphor-ipmi-flash: srcrev bump d816b23b95..14713becef Patrick Venture (1): tools: open and commit() on updateBlobId (From meta-phosphor rev: 6c47cc4178a156279e03bae4ff812e2722446a93) Change-Id: I22c487ad2f540b770d90783eb5d586d53634d237 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb index e3728fd1b..59ee58d35 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb @@ -20,7 +20,7 @@ EXTRA_OECONF = "--disable-tests --disable-build-host-tool" S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash" -SRCREV = "d816b23b955a7b575fba0a08540eb46ee02919af" +SRCREV = "14713becef822c418cac3ee6a3c4d6e4d4ae40d8" FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}" -- cgit v1.2.3 From 265b1faa12c5eedad7f4422d4388da23d56001d4 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 6 Jun 2019 12:01:53 +0000 Subject: phosphor-dbus-interfaces: srcrev bump 57b878d048..1f0e2ce6e1 Cheng C Yang (1): Add D-Bus interface for Cold Redundancy. (From meta-phosphor rev: a428d5115d68c30d4b767b205ca2717f53a8ac3f) Change-Id: Ib393d70a0394ecba5cbadb81c8819fb78b497149 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb index 9a6c036e4..25e49ba34 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb @@ -14,7 +14,7 @@ DEPENDS += "autoconf-archive-native" DEPENDS += "sdbus++-native" SRC_URI += "git://github.com/openbmc/phosphor-dbus-interfaces" -SRCREV = "57b878d048f929643276f1bf7fdf750abc4bde8b" +SRCREV = "1f0e2ce6e1cb78a59a0015b160816b71156b03c6" DEPENDS_remove_class-native = "sdbus++-native" DEPENDS_remove_class-nativesdk = "sdbus++-native" -- cgit v1.2.3 From f6ecce4e4fb631382aad4076e7d8c3bf3ce43b69 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 6 Jun 2019 15:22:21 +0000 Subject: bmcweb: srcrev bump d62cec731d..0a86febd7f Richard Marian Thomaiyar (1): bmcweb: Fix sensor name identification method (From meta-phosphor rev: 9dc2c395ff65dde09eb319f35bbc22b8f37dc5be) Change-Id: Ib654d6a81d9f12bbc5158a1ad7cd1568dc8d6a76 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index e9b0469d1..2eda20d9f 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b" SRC_URI = "git://github.com/openbmc/bmcweb.git" PV = "1.0+git${SRCPV}" -SRCREV = "d62cec731dcb533b3fecb08ba115dbf713539681" +SRCREV = "0a86febd7fda49d692666ab4ddd9efccf352c4d8" S = "${WORKDIR}/git" -- cgit v1.2.3 From 7e49fbf228523778ee7d76128f9faa1e026822f0 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 6 Jun 2019 21:02:02 +0000 Subject: bmcweb: srcrev bump 0a86febd7f..32bee76c18 Alpana Kumari (1): Support Processors and its collection for ProcessorType Accelerator Ravi Teja (1): Redfish(Network): Add support for IPv6Addresses and IPv6StaticAddresses (From meta-phosphor rev: e355052d9856ac26938dc6c5e41db0207b833942) Change-Id: I85b6d164e0c17abd7d652a18ad4b17da82064100 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 2eda20d9f..e34af9c7e 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b" SRC_URI = "git://github.com/openbmc/bmcweb.git" PV = "1.0+git${SRCPV}" -SRCREV = "0a86febd7fda49d692666ab4ddd9efccf352c4d8" +SRCREV = "32bee76c18d4731657a7d75034ea0450e53c21f0" S = "${WORKDIR}/git" -- cgit v1.2.3 From 37b36fb8a7a97caa4a54e2cd420af74ae01fb119 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 6 Jun 2019 21:22:29 +0000 Subject: phosphor-ipmi-flash: srcrev bump 14713becef..f81199536d Patrick Venture (3): test: firmware notYetStarted: open(tarball) README: typo fix s/differnet/different/ bmc: use c++11 compatible lambda search (From meta-phosphor rev: aec4454b94b21b34c37af67d6eb6ddc7eada10c4) Change-Id: Iab2ce110503068408e77435818775be51acf427e Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb index 59ee58d35..3fb8abaac 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb @@ -20,7 +20,7 @@ EXTRA_OECONF = "--disable-tests --disable-build-host-tool" S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash" -SRCREV = "14713becef822c418cac3ee6a3c4d6e4d4ae40d8" +SRCREV = "f81199536da0fb0da92fcdf47d455c9d1af6098f" FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}" -- cgit v1.2.3 From 2b981f511bd11d338eee493388502bf0fa011f41 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 10 Jun 2019 01:21:47 +0000 Subject: entity-manager: srcrev bump 683ff83b9c..99fa42789a Qiang XU (1): Change GPIO configurations for Multi Node ID (From meta-phosphor rev: 0b2daf0edacd98705ee698fabad1a2d39b09bae5) Change-Id: I156842874886f6389f525848b3e5a4b0bdfa9a6f Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb index 69b9d5d99..a13d53afa 100644 --- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Entity Manager provides d-bus configuration data \ and configures system sensors" SRC_URI = "git://github.com/openbmc/entity-manager.git" -SRCREV = "683ff83b9cfe0ec3d9683f7220bd40ef77dbfe96" +SRCREV = "99fa42789ac8d048cc9f2881fbe2c175c5e4e087" PV = "0.1+git${SRCPV}" LICENSE = "Apache-2.0" -- cgit v1.2.3 From b3e70cbeedd63610b8ced3317afe88aa11a252c0 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 7 Jun 2019 14:42:37 +0000 Subject: phosphor-hwmon: srcrev bump 5c014d2bb7..d0ce7925d7 Matthew Barth (1): Emit signal and remove sensors from dbus (From meta-phosphor rev: 0736b07dc9d34537ad0de6f397778df74a88e7a6) Change-Id: I530d52fda048f6ab63b18d05cc355080b746de88 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb b/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb index e8977d153..de38de08c 100644 --- a/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb +++ b/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb @@ -39,7 +39,7 @@ SRC_URI += "file://70-hwmon.rules" SRC_URI += "file://70-iio.rules" SRC_URI += "file://start_hwmon.sh" -SRCREV = "5c014d2bb76f6f6d51aecf31bea95cb9ed9b1953" +SRCREV = "d0ce7925d77c56c142f64b2c6ae55f0020c06ba8" S = "${WORKDIR}/git" -- cgit v1.2.3 From c431d9a43a75e8a05530e2865a705c821ab2d11d Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 7 Jun 2019 14:22:37 +0000 Subject: phosphor-user-manager: srcrev bump 59dba4435d..75b5a6fc4c manojkiraneda (2): phosphor-ldap-conf: handle "InterfaceAdded" signal on the ca-cert object Change the nslcd configuration based on CertificateString Property (From meta-phosphor rev: 596611235eec0ad0de48ed42a8f37d53badffbcd) Change-Id: I7f257405f305a2f32f604b9216fdb1bc5da3ea25 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb index e91c8d840..2e4533d61 100644 --- a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb @@ -39,5 +39,5 @@ DBUS_SERVICE_phosphor-ldap = " \ xyz.openbmc_project.LDAP.PrivilegeMapper.service \ " SRC_URI += "git://github.com/openbmc/phosphor-user-manager" -SRCREV = "59dba4435d0d553369790e8936d7eb43251ff302" +SRCREV = "75b5a6fc4c0c06f43623fe0e746fd55e667dceb3" S = "${WORKDIR}/git" -- cgit v1.2.3 From c5e25120b44b807afec14fa98e42f48d41b09785 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 7 Jun 2019 20:12:14 +0000 Subject: bmcweb: srcrev bump 32bee76c18..4d2849acfe Jayanth Othayoth (1): Fix for Certificate Signature validation failure (From meta-phosphor rev: 088135f1019fb34e97bcd973a4db57c1b8180b0c) Change-Id: I138856628277d50f468dd84985a8d0118e794885 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index e34af9c7e..5ce2b256a 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b" SRC_URI = "git://github.com/openbmc/bmcweb.git" PV = "1.0+git${SRCPV}" -SRCREV = "32bee76c18d4731657a7d75034ea0450e53c21f0" +SRCREV = "4d2849acfe1fc24e4c28878f765580b9e96ad36e" S = "${WORKDIR}/git" -- cgit v1.2.3 From 40ac01ae4a7a4a1552d945f956ec0a5ec7f06bce Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Sun, 9 Jun 2019 07:42:08 +0000 Subject: phosphor-host-ipmid: srcrev bump ea1c401c4b..02650d5302 Ayushi Smriti (1): User-mgmt: Add IPMI user pam authenticate check API (From meta-phosphor rev: b51a354c9227201cd31cb53cfb8de1c98eec0a56) Change-Id: I3363abd1fc4f8e62b5fa1f7849b1f52a328e128a Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc index f2f0d01d9..b1e329cca 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc @@ -2,4 +2,4 @@ HOMEPAGE = "http://github.com/openbmc/phosphor-host-ipmid" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid" -SRCREV = "ea1c401c4bac43d6070bf7d515df08f8bf57c0a2" +SRCREV = "02650d53027326ed9b24a58b23596a74e5456654" -- cgit v1.2.3 From 2f2914d3ac6dd55e831c0e312399dc0fea72f4b0 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 10 Jun 2019 11:11:59 +0000 Subject: phosphor-gpio-monitor: srcrev bump 64c8fcb651..206f004098 Anthony Wilson (1): gpio-presence: Support for multiple iface assocs (From meta-phosphor rev: e5037692dcee84bcc2c52cbcd5d0df281b19887a) Change-Id: I8ffcbdbf04509729901dd4283cee8dc98a53cabf Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb index c2f611de6..683a5aca0 100644 --- a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb +++ b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb @@ -38,5 +38,5 @@ FILES_${PN}-monitor += "${bindir}/phosphor-gpio-util" FILES_${PN}-presence += "${bindir}/phosphor-gpio-presence" SRC_URI += "git://github.com/openbmc/phosphor-gpio-monitor" -SRCREV = "64c8fcb65192c7b2abc92c1161038467eb98f667" +SRCREV = "206f0040985e27a0651a9164d7958bf347142a31" S = "${WORKDIR}/git" -- cgit v1.2.3 From 3acedc59bd134f8a207e9f4fac4f7f5f8a4a0363 Mon Sep 17 00:00:00 2001 From: James Feist Date: Thu, 30 May 2019 11:58:40 -0700 Subject: libgpiod: Enable CXX Headers Add CXX to packageconfig and change the devtools to RDEPEND on libgpiod-tools instead as they are the actual tools. Without changing it to the tools when we enable cxx the tools do not by default get installed by Yocto. Tested: gpioinfo still functioned properly on BMC, and was able to bitbake package using CXX headers for dbus-sensors. (From meta-phosphor rev: 76d4c46294c83ea0240a319b4e74c06b57dc51c1) Change-Id: I5143130bbfbe97f8af4818231d502f36f88fe4ae Signed-off-by: James Feist Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb | 2 +- meta-phosphor/recipes-support/libgpiod/libgpiod_%.bbappend | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 meta-phosphor/recipes-support/libgpiod/libgpiod_%.bbappend (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb b/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb index 238ee293e..fdec305f5 100644 --- a/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb +++ b/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb @@ -52,7 +52,7 @@ RDEPENDS_${PN}-extrasdev = " \ SUMMARY_${PN}-extrasdevtools = "Development tools" RDEPENDS_${PN}-extrasdevtools = " \ - libgpiod \ + libgpiod-tools \ " # Use the fan control package group for applications diff --git a/meta-phosphor/recipes-support/libgpiod/libgpiod_%.bbappend b/meta-phosphor/recipes-support/libgpiod/libgpiod_%.bbappend new file mode 100644 index 000000000..0ee1845d2 --- /dev/null +++ b/meta-phosphor/recipes-support/libgpiod/libgpiod_%.bbappend @@ -0,0 +1 @@ +PACKAGECONFIG += " cxx" -- cgit v1.2.3 From a3da798b07bf9fe5ed6e9099e8fc0b73c2c78dcb Mon Sep 17 00:00:00 2001 From: James Feist Date: Thu, 30 May 2019 16:25:37 -0700 Subject: dbussensors: add libgpiod depends Upcoming changes are moving away from sysfs to gpio character device. This is needed to use the character device. Tested: review 22115 builds (From meta-phosphor rev: 4a5ee87f5b6f99e4fb88119f276d969faf20ccdb) Change-Id: I23ad69a84712d97c1d6c2e51b68ccac1b0d3747f Signed-off-by: James Feist Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb index 7a5eee4d6..098155dcc 100644 --- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb +++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb @@ -18,7 +18,7 @@ SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.ipmbsensor.service" SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.intrusionsensor.service" SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.psusensor.service" -DEPENDS = "boost nlohmann-json sdbusplus i2c-tools" +DEPENDS = "boost nlohmann-json sdbusplus i2c-tools libgpiod" inherit cmake systemd S = "${WORKDIR}/git/" -- cgit v1.2.3 From 4aad338a9e65b5d3e73278420cfd90e7348194de Mon Sep 17 00:00:00 2001 From: Anthony Wilson Date: Tue, 30 Apr 2019 17:33:30 -0500 Subject: gpio-presence: Add extra-iface param to service exec With the addition of a new parameter in the phosphor-gpio-presence app, this addition to the service exec file ensures any additional interfaces specified in the appropriate config files are passed to said app. phosphor-gpio-presence: srcrev bump 64c8fcb651..206f004098 Anthony Wilson (1): gpio-presence: Support for multiple iface assocs (From meta-phosphor rev: da2632a84ad78b4b0ff97bd3648a4a165cccbcd7) Signed-off-by: Anthony Wilson Change-Id: Ie5c1c970f4f90b12e46284dede4091862b8ca6f5 Signed-off-by: Brad Bishop --- .../gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service index acb6af748..a92f82c87 100644 --- a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service +++ b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service @@ -6,7 +6,7 @@ ConditionPathExists={envfiledir}/obmc/gpio/phosphor-power-supply-%i.conf [Service] EnvironmentFile={envfiledir}/obmc/gpio/phosphor-power-supply-%i.conf -ExecStart=/usr/bin/env phosphor-gpio-presence --path=${{DEVPATH}} --inventory=${{INVENTORY}} --key=${{KEY}} --name=${{NAME}} --drivers=${{DRIVERS}} +ExecStart=/usr/bin/env phosphor-gpio-presence --path=${{DEVPATH}} --inventory=${{INVENTORY}} --key=${{KEY}} --name=${{NAME}} --drivers=${{DRIVERS}} --extra-ifaces=${{EXTRA_IFACES}} SyslogIdentifier=phosphor-gpio-presence [Install] -- cgit v1.2.3 From 3dd0280902f092ec7330d96a34d983123aa4c7c2 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 6 Jun 2019 18:02:38 +0000 Subject: dbus-sensors: srcrev bump 58b2b53e6f..9f16b4bea8 James Feist (4): cpusensor: detect if cpu is available adcsensor: Add CPU presence checking Follow up on Todo, move path out of base sensor Add Hysteresis support (From meta-phosphor rev: 04564d9a8e751c5dbf077dfa66b99461b04e0b34) Change-Id: Iede48bfc8984fa39d669f885ff58395e922c0171 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb index 098155dcc..f0d6abaaa 100644 --- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb +++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb @@ -2,7 +2,7 @@ SUMMARY = "dbus-sensors" DESCRIPTION = "Dbus Sensor Services Configured from D-Bus" SRC_URI = "git://github.com/openbmc/dbus-sensors.git" -SRCREV = "58b2b53e6f065bfb2b470d8f616d3fef67179fcb" +SRCREV = "9f16b4bea861dee5146ffad3536ca29954d7db2b" PV = "0.1+git${SRCPV}" -- cgit v1.2.3 From 6c6aa8edcf41bb79792e29ac188aeca11d939894 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 10 Jun 2019 21:51:43 +0000 Subject: entity-manager: srcrev bump 99fa42789a..3e5e41fb89 Vijay Khemka (3): ADC Scale factor update for FBTP Add stepwise FSC configurations for FBTP Add DTS critical offset (From meta-phosphor rev: db2ff3cae90948b53fc49ca972af661e642bffb8) Change-Id: Ifb0b37c65a711fe9d844ab46668088c4f7e49bf7 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb index a13d53afa..4a9d15648 100644 --- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Entity Manager provides d-bus configuration data \ and configures system sensors" SRC_URI = "git://github.com/openbmc/entity-manager.git" -SRCREV = "99fa42789ac8d048cc9f2881fbe2c175c5e4e087" +SRCREV = "3e5e41fb89b91234ef043df1137c8984f9cafdc4" PV = "0.1+git${SRCPV}" LICENSE = "Apache-2.0" -- cgit v1.2.3 From 7ad06a91714a4a894bd3e04031b4f282a58079ac Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 10 Jun 2019 21:52:29 +0000 Subject: dbus-sensors: srcrev bump 9f16b4bea8..86dea2b5fe Vijay Khemka (1): cpusensor: Add thresold offset (From meta-phosphor rev: ecca2828f5b7e415d36f93afb829fe1c31450c03) Change-Id: I314dbdcf89f3fd9fb1a7b3aa9e634ac3ece1f6a5 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb index f0d6abaaa..71b32e194 100644 --- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb +++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb @@ -2,7 +2,7 @@ SUMMARY = "dbus-sensors" DESCRIPTION = "Dbus Sensor Services Configured from D-Bus" SRC_URI = "git://github.com/openbmc/dbus-sensors.git" -SRCREV = "9f16b4bea861dee5146ffad3536ca29954d7db2b" +SRCREV = "86dea2b5fe33da6cb62049ef03bfcd046517ded9" PV = "0.1+git${SRCPV}" -- cgit v1.2.3 From e809ed7c0513bc5ef105f4b782ff27f6690d2807 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 11 Jun 2019 12:21:46 +0000 Subject: phosphor-certificate-manager: srcrev bump f46827128c..dec5877c7e Marri Devender Rao (1): Fix subject property value is set with certificate string (From meta-phosphor rev: a37d0de134fb4dcf01568fdcdb68ef035936d771) Change-Id: I4e77f1525ed738464c2a2139fb897474113ed7a5 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- .../recipes-phosphor/certificate/phosphor-certificate-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb index 0e6306875..239dbbd6b 100644 --- a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb @@ -9,7 +9,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "git://github.com/openbmc/phosphor-certificate-manager" -SRCREV = "f46827128c0b53aac50e08db772ffe48c9987c65" +SRCREV = "dec5877c7e1219299042671cdf82589a081d583f" inherit autotools \ pkgconfig \ -- cgit v1.2.3 From e342ce51e1b0f090ff2459b33c3152134ebd2a22 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 11 Jun 2019 15:02:07 +0000 Subject: bmcweb: srcrev bump 4d2849acfe..6ca6ac12e6 Johnathan Mantey (1): Redfish: Correct PATCH for IPv6 static addresses (From meta-phosphor rev: 4e9ecc031e0af0fbf57a322c3d5694248a032c90) Change-Id: Idca7a798b5e654cb905090e6d17d7403e2205029 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 5ce2b256a..7f59ca3c6 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b" SRC_URI = "git://github.com/openbmc/bmcweb.git" PV = "1.0+git${SRCPV}" -SRCREV = "4d2849acfe1fc24e4c28878f765580b9e96ad36e" +SRCREV = "6ca6ac12e62bd8bfbdb9a24bbfded4a138a1150a" S = "${WORKDIR}/git" -- cgit v1.2.3 From fbf06d432bd03bc59db6dceb777687777fff5fbd Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 11 Jun 2019 16:11:54 +0000 Subject: entity-manager: srcrev bump 3e5e41fb89..15c49902cf James Feist (3): Update Variant Visitors Enhance device added / removed log message Add thresholds for Exit Air Temp Sensor (From meta-phosphor rev: b5b6c63135a09ac2927014a217cac01ea95fcd07) Change-Id: Ifea6a825cb8f0733c2c51d7f4c9cb5fc7b20676b Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb index 4a9d15648..0a9746259 100644 --- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Entity Manager provides d-bus configuration data \ and configures system sensors" SRC_URI = "git://github.com/openbmc/entity-manager.git" -SRCREV = "3e5e41fb89b91234ef043df1137c8984f9cafdc4" +SRCREV = "15c49902cf030a91a5b4bd325d185ee74b760359" PV = "0.1+git${SRCPV}" LICENSE = "Apache-2.0" -- cgit v1.2.3 From 2b5a779bfa0b93f7e35bb40762a7314fdb4877f1 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Fri, 7 Jun 2019 13:36:54 -0700 Subject: phosphor-ipmi-host: Remove HostIpmi requirement We have systems that have no host present, but require the use of the network ipmi functionality. This requirement doesn't work for these systems since they don't have a host transfer mechanism. This doesn't change the ordering requirements of the services. (From meta-phosphor rev: 484aa1574f390c9a32ba3a31fb5518d94058d7d9) Change-Id: I455b7dad4aecda64b0bc05c0349b011e0e8885d3 Signed-off-by: William A. Kennington III Signed-off-by: Brad Bishop --- .../recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service index 62687d68c..ab898313a 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service @@ -11,7 +11,6 @@ Wants=mapper-wait@-xyz-openbmc_project-control-host0-restriction_mode.service After=mapper-wait@-xyz-openbmc_project-control-host0-restriction_mode.service Wants=clear-once.service After=clear-once.service -Requires=org.openbmc.HostIpmi.service After=org.openbmc.HostIpmi.service [Service] -- cgit v1.2.3 From a7900a460a2bd716e55e839aa68381324896aac3 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 11 Jun 2019 17:32:22 +0000 Subject: dbus-sensors: srcrev bump 86dea2b5fe..15266a96d7 Cheng C Yang (1): Correct association of PSU PWM Sensor (From meta-phosphor rev: 4fcfd1a32290cad390561e2659a877e8d58785b2) Change-Id: I95e4811c01ae682829cf4a9e8c415c816c08dfa6 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb index 71b32e194..c5062701f 100644 --- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb +++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb @@ -2,7 +2,7 @@ SUMMARY = "dbus-sensors" DESCRIPTION = "Dbus Sensor Services Configured from D-Bus" SRC_URI = "git://github.com/openbmc/dbus-sensors.git" -SRCREV = "86dea2b5fe33da6cb62049ef03bfcd046517ded9" +SRCREV = "15266a96d758d4dbc1d3095e652ae083b24732c7" PV = "0.1+git${SRCPV}" -- cgit v1.2.3 From 79f0a0018e570d84c8b840ae00c14b0e3e3eaca9 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 12 Jun 2019 01:22:00 +0000 Subject: bmcweb: srcrev bump 6ca6ac12e6..d22c8396f0 Jason M. Bills (1): Update supported ResetTypes and actions (From meta-phosphor rev: ab434039d188f9ac5a21f0fa96dbdbd7ed36666c) Change-Id: I948b4fb6beddcd493491490e76b2292743c90ad8 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 7f59ca3c6..5aafeab26 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b" SRC_URI = "git://github.com/openbmc/bmcweb.git" PV = "1.0+git${SRCPV}" -SRCREV = "6ca6ac12e62bd8bfbdb9a24bbfded4a138a1150a" +SRCREV = "d22c8396f0bcec4488d0c98eae3092384b3a5929" S = "${WORKDIR}/git" -- cgit v1.2.3 From 5b5e47fb84dc6c2888cae670895cb532b7ba3d5b Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 12 Jun 2019 01:22:22 +0000 Subject: phosphor-host-ipmid: srcrev bump 02650d5302..c419680b29 Richard Marian Thomaiyar (1): user_mgmt: Fix error message with file name (From meta-phosphor rev: c2e9ac97928e8a97646bb1d3fca9441afc6cac46) Change-Id: I06b4c259319454bc9e5a827c32632541977fa5ce Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc index b1e329cca..09e634505 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc @@ -2,4 +2,4 @@ HOMEPAGE = "http://github.com/openbmc/phosphor-host-ipmid" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid" -SRCREV = "02650d53027326ed9b24a58b23596a74e5456654" +SRCREV = "c419680b2905f5ed559a6eed43387cdc827125af" -- cgit v1.2.3 From 13aa51428afab3cec7c81460616619e26df2358c Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 12 Jun 2019 13:22:43 +0000 Subject: phosphor-debug-collector: srcrev bump fa180596fe..5ba7176ca2 Marri Devender Rao (1): Fix dreport os-release script point to a symbolic link (From meta-phosphor rev: 9e088796df3d7063c7e891c691c0a52cf684d6bb) Change-Id: I3724598a40bf84a873b13f2313f679f5d81b2658 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/logging/ffdc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/logging/ffdc_git.bb b/meta-phosphor/recipes-phosphor/logging/ffdc_git.bb index 81b7f4536..fc74af106 100644 --- a/meta-phosphor/recipes-phosphor/logging/ffdc_git.bb +++ b/meta-phosphor/recipes-phosphor/logging/ffdc_git.bb @@ -15,7 +15,7 @@ RDEPENDS_${PN} += " \ S = "${WORKDIR}/git" SRC_URI += "git://github.com/openbmc/phosphor-debug-collector" -SRCREV = "fa180596fe2a3c6fe65e48055e02e0c3e4ef5977" +SRCREV = "5ba7176ca2755080e35daba0b5417386abf17f6d" do_install() { install -d ${D}${bindir} -- cgit v1.2.3 From 1c510169922752bc447a2ea63ff51d08280f6ec9 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Wed, 12 Jun 2019 14:35:33 -0700 Subject: include bmcweb-cert-config the same as bmcweb bmcweb Redfish certificate service in this review: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/18545 Will require phosphor-bmcweb-cert-config to function correctly. Move the location that this is included to ensure that they are included together. Tested: built image with aformentioned patch. observed that GET /redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates/1 no longer throws 500 errors on image types that are not exactly obmc-phosphor-image targets. (From meta-phosphor rev: 80c1e1a4a052f23e05d87d9dce0aa57d9627005e) Signed-off-by: Ed Tanous Change-Id: I98cd1b07fb6b3050ac3c95609fbbcdc71943a7bd Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb | 3 --- meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb b/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb index 70cde265a..eb82b3845 100644 --- a/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb +++ b/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb @@ -4,6 +4,3 @@ IMAGE_LINGUAS = "" inherit obmc-phosphor-image -OBMC_IMAGE_EXTRA_INSTALL_append = "\ - phosphor-bmcweb-cert-config \ - " diff --git a/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb b/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb index fdec305f5..175b37862 100644 --- a/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb +++ b/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb @@ -39,6 +39,7 @@ RDEPENDS_${PN}-chassis-state-mgmt = " \ SUMMARY_${PN}-extras = "Extra features" RDEPENDS_${PN}-extras = " \ bmcweb \ + phosphor-bmcweb-cert-config \ obmc-ikvm \ phosphor-dbus-monitor \ phosphor-systemd-policy \ -- cgit v1.2.3 From 34d8abb2815b29e425a51232069270ce4701badb Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 7 Jun 2019 18:29:14 -0400 Subject: meta-phosphor: ipmi: fru: remove unused dependency Remove the ipmi-fru-hostfw dependency from phosphor-ipmi-fru. It isn't used. Remove the todo that refers to the dependency. The TODO suggests some refactoring but it probably doesn't make sense to push the hostfw abstraction all the way out to the IPMI FRU parser - this is already being accomplished elsewhere with simpler schemes than the one suggested. (From meta-phosphor rev: 02826baeea9bb63317e4ebeff67b7f4db029c19c) Change-Id: Ia5223be36908307179852e767f58732e7e8bf11b Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb index e11235609..d79078a1b 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb @@ -12,7 +12,6 @@ inherit pythonnative require ${PN}.inc DEPENDS += " \ - virtual/phosphor-ipmi-fru-hostfw-config\ virtual/phosphor-ipmi-fru-inventory \ virtual/phosphor-ipmi-fru-properties \ systemd \ @@ -36,13 +35,6 @@ FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}" FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la" -# TODO: Fix the the ipmi-fru-parser code generator to handle split -# host firmware / inventory YAML and replace the OECONF below with: -# -# EXTRA_OECONF += "INVENTORY_YAML=${inventory_datadir}/config.yaml" -# EXTRA_OECONF += "HOSTFW_YAML=${hostfw_datadir}/config.yaml" -# -# For now the generator requires them to already be combined so we have: EXTRA_OECONF = " \ YAML_GEN=${STAGING_DIR_NATIVE}${config_datadir}/config.yaml \ PROP_YAML=${STAGING_DIR_NATIVE}${properties_datadir}/extra-properties.yaml \ -- cgit v1.2.3 From 885cdb22af2114827007315634f5e0a2d8e984eb Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Sun, 9 Jun 2019 22:23:25 -0400 Subject: meta-phosphor: ipmid: remove POWER_READING_SENSOR /usr/share/ipmi-providers/power_reading.json is the ipmid default anyway, so there isn't any point in setting it explicitly. (From meta-phosphor rev: 0f6fbb63bb52af49d0075838417c4184e065aae8) Change-Id: I7d3696255e71c7c2ee2b2f33efb77dda6b0b5a87 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb index 0654cfeb0..1438eaaae 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb @@ -76,7 +76,6 @@ EXTRA_OECONF = " \ INVSENSOR_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/invsensor.yaml \ FRU_YAML_GEN=${STAGING_DIR_NATIVE}${config_datadir}/fru_config.yaml \ ENTITY_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/entity.yaml \ - POWER_READING_SENSOR=${datadir}/ipmi-providers/power_reading.json\ " S = "${WORKDIR}/git" -- cgit v1.2.3 From 1c65850bff2d16b6790d956b9c6f2a6a7a76022b Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 13 Jun 2019 17:12:06 +0000 Subject: bmcweb: srcrev bump d22c8396f0..7e27d83281 Johnathan Mantey (2): Redfish: Correctly identify IPv4 LinkLocal vs. LinkGlobal Redfish: Remove the IPv4 AddressOrigin read-only element Marri Devender Rao (1): Redfish: Add certificate service to manage HTTPS certificates Zbigniew Kurzynski (1): Updating Roles to version 1.2.1 to be in compliance with PSMEv2.4 specification. (From meta-phosphor rev: d11ffe527ee5bc2e54557a6086be3ac1d9921c2c) Change-Id: Ibac126066b45791aa9cd47886de57c0ab167ee64 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 5aafeab26..442b93cc3 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b" SRC_URI = "git://github.com/openbmc/bmcweb.git" PV = "1.0+git${SRCPV}" -SRCREV = "d22c8396f0bcec4488d0c98eae3092384b3a5929" +SRCREV = "7e27d832812fa32630a805c7fd752ec5ed80d28e" S = "${WORKDIR}/git" -- cgit v1.2.3 From fee4187da774de694d46ca5e65294099461e0030 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Sun, 9 Jun 2019 22:57:35 -0400 Subject: meta-phosphor: ipmid: enable EXTRA_OECONF override Set the whitelist with the post-parse append operator, so ipmid bbappends can set EXTRA_OECONF directly. A simple example illustrates how this helps: foo.bb: BAR = "def" FOO = "abc ${BAR} foo.bbappend: FOO = "zyx" FOO would be "zyx" But if one has: foo.bb: BAR = "def" FOO = "abc" FOO_append = " ${BAR}" foo.bbappend: FOO = "zyx" FOO would be "zyx def" This is because bitbake parses recipes and bbappends in multiple passes - the second pass is when things like the _append operator and inline python are evaluated. for more reading: https://www.yoctoproject.org/docs/latest/bitbake-user-manual/bitbake-user-manual.html#override-style-operation-advantages (From meta-phosphor rev: bb60cffd406a8a413be0ce70b65d9b3447c95bbf) Change-Id: I2c9a4eaf65c815ebdf18ff158de75448837872b4 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb index 1438eaaae..314b70fd3 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb @@ -71,12 +71,14 @@ WHITELIST_CONF = " \ ${S}/host-ipmid-whitelist.conf \ " EXTRA_OECONF = " \ - WHITELIST_CONF="${WHITELIST_CONF}" \ SENSOR_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/sensor.yaml \ INVSENSOR_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/invsensor.yaml \ FRU_YAML_GEN=${STAGING_DIR_NATIVE}${config_datadir}/fru_config.yaml \ ENTITY_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/entity.yaml \ " +EXTRA_OECONF_append = " \ + WHITELIST_CONF="${WHITELIST_CONF}" \ + " S = "${WORKDIR}/git" -- cgit v1.2.3 From 8554d047f9371f6fe179c462eba7dc25820c957d Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 13 Jun 2019 20:52:06 +0000 Subject: bmcweb: srcrev bump 7e27d83281..286b9118a3 Johnathan Mantey (1): Redfish: Remove "state" response content from PATCH commands (From meta-phosphor rev: 1475f5cd1860a0c1d3521fe0637c7f992f23f084) Change-Id: Ibbcaa6e55a94301df82bcd551ebf1c29c88ed959 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 442b93cc3..4cbac906b 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b" SRC_URI = "git://github.com/openbmc/bmcweb.git" PV = "1.0+git${SRCPV}" -SRCREV = "7e27d832812fa32630a805c7fd752ec5ed80d28e" +SRCREV = "286b9118a35ba8c212972b9c30a257ee41c5d7d2" S = "${WORKDIR}/git" -- cgit v1.2.3 From 0ada7c808607de269aa1e59cd50d903f838fb040 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 13 Jun 2019 20:52:26 +0000 Subject: phosphor-ipmi-flash: srcrev bump f81199536d..7a5dcd8c21 Patrick Venture (2): tools: update status debug message bugfix: build: treat strings as variables (From meta-phosphor rev: 2483dc656c1a8b68734ee0f1926620037987283d) Change-Id: If112472bd2a34d9fd61785efb988933c50b3b4a4 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb index 3fb8abaac..69b10a11f 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb @@ -20,7 +20,7 @@ EXTRA_OECONF = "--disable-tests --disable-build-host-tool" S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash" -SRCREV = "f81199536da0fb0da92fcdf47d455c9d1af6098f" +SRCREV = "7a5dcd8c213972b5abc6e05c663d37cf004bda7f" FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}" -- cgit v1.2.3 From c2cf5cd2c96bf9f2a12ef11ddb15921768c60b9f Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 14 Jun 2019 12:12:18 +0000 Subject: phosphor-host-ipmid: srcrev bump c419680b29..2a5d8d1ffe Brad Bishop (1): autotools: fix broken out of tree builds (From meta-phosphor rev: 9a7abf5bfb98dd48aed5c8717152963581bded0f) Change-Id: I0e974d58840e1fab461f176325bac05ac6db0325 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc index 09e634505..d148d4c6e 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc @@ -2,4 +2,4 @@ HOMEPAGE = "http://github.com/openbmc/phosphor-host-ipmid" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid" -SRCREV = "c419680b2905f5ed559a6eed43387cdc827125af" +SRCREV = "2a5d8d1ffeabb0484e52b591bb43bfa886d45731" -- cgit v1.2.3 From 583a76e0c99759343367b04a4c54e6374a15254f Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 14 Jun 2019 20:42:01 +0000 Subject: phosphor-pid-control: srcrev bump 98b704e179..2192a6daef Patrick Venture (2): README: formatting cleanup README: cleanup and split out oem-ipmi details (From meta-phosphor rev: 2c62efc94a4c1cb42f8ca7739d9769e6655b6c65) Change-Id: I87dfde2ac883be9126a7b211e8b7e80cba6fa0b0 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb index eebae1442..9b204fe04 100644 --- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb +++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb @@ -13,7 +13,7 @@ inherit obmc-phosphor-ipmiprovider-symlink S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/phosphor-pid-control" -SRCREV = "98b704e179f12d987179fe6b0ea6234d1bace48f" +SRCREV = "2192a6daefe48055e063861b3a33a6c2d91ddf40" # Each platform will need a service file that starts # at an appropriate time per system. For instance, if -- cgit v1.2.3