From a14169a51236f2056786f48b6510379af1e335a8 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 27 Sep 2021 19:50:43 +0000 Subject: phosphor-dbus-interfaces: srcrev bump 3a665b28dc..329d1d8169 Brandon Kim (1): Add Microcode property to CpuCore Interface Ryon Heichelbech (1): Add DomainEnabled property to DHCPConfiguration Change-Id: I2233d3d6b2c254d50e6fd1aa08c0661a854579a8 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') 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 0f5f7ba2d..322cfb4e6 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces" -SRCREV = "3a665b28dcc0d9f6926a1f5eb20bc0d9d768418d" +SRCREV = "329d1d8169339717e4955f736b8181fde8f0ac9c" # Process OBMC_ORG_YAML_SUBDIRS to create Meson config options. # ex. xyz/openbmc_project -> -Ddata_xyz_openbmc_project=true -- cgit v1.2.3 From 79bdfcce55206addc8d3f0fbcb3b9aafbcdd6035 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 4 Oct 2021 20:10:47 +0000 Subject: phosphor-dbus-interfaces: srcrev bump 329d1d8169..e52a525730 Brad Bishop (2): cable: add length cable: add CableTypeDescription Chu Lin (1): Add the cable interface Patrick Williams (2): threshold: fix up documentation per sensor.value ManufacturerExt: minor spelling fix Szymon Dompke (1): Update Telemetry Trigger and TriggerManager Change-Id: I0cb2f9541efa9df8b99d78210a2e4302b0145253 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') 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 322cfb4e6..cc1ce41f7 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces" -SRCREV = "329d1d8169339717e4955f736b8181fde8f0ac9c" +SRCREV = "e52a525730974c72219ad5758d0c8573c8d6fd4c" # Process OBMC_ORG_YAML_SUBDIRS to create Meson config options. # ex. xyz/openbmc_project -> -Ddata_xyz_openbmc_project=true -- cgit v1.2.3 From e9e982486160a1d724bf30f21167d72dfbcb84ce Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Mon, 4 Oct 2021 17:31:21 -0500 Subject: dbus-dir: change static dbus config directory Move static dbus config directory to be `/usr/share` instead of `/etc`, which is recommended by `dbus-daemon`. Signed-off-by: Patrick Williams Change-Id: Ifd210a262e1c8025dc9e3037c9970ec66ebb085b --- meta-phosphor/classes/dbus-dir.bbclass | 2 +- meta-phosphor/recipes-phosphor/dbus/dbus-perms.bb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') diff --git a/meta-phosphor/classes/dbus-dir.bbclass b/meta-phosphor/classes/dbus-dir.bbclass index f66346399..a8ed3e7ec 100644 --- a/meta-phosphor/classes/dbus-dir.bbclass +++ b/meta-phosphor/classes/dbus-dir.bbclass @@ -1,2 +1,2 @@ -dbus_system_confdir="${sysconfdir}/dbus-1/system.d/" +dbus_system_confdir="${datadir}/dbus-1/system.d/" dbus_system_servicesdir="${datadir}/dbus-1/system-services/" diff --git a/meta-phosphor/recipes-phosphor/dbus/dbus-perms.bb b/meta-phosphor/recipes-phosphor/dbus/dbus-perms.bb index ca60b6931..9097222f0 100644 --- a/meta-phosphor/recipes-phosphor/dbus/dbus-perms.bb +++ b/meta-phosphor/recipes-phosphor/dbus/dbus-perms.bb @@ -10,6 +10,8 @@ inherit dbus-dir SRC_URI += "file://org.openbmc.conf" +FILES:${PN}:append = " ${dbus_system_confdir}" + do_install:append() { install -d ${D}${dbus_system_confdir} install -m 0644 ${WORKDIR}/org.openbmc.conf \ -- cgit v1.2.3 From 7bcd7b268bcd24456b13ef9a84a3faa73bbb3f9d Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 7 Oct 2021 20:20:53 +0000 Subject: phosphor-dbus-interfaces: srcrev bump e52a525730..a9c704e7ca Andrew Geissler (1): bmc-quiesced: introduce bmc service failure state Chris Cain (1): Control.Power.IdlePowerSaver: Add Idle Power Saver Interface Manikandan Elumalai (1): Add Host selector yaml configuration Change-Id: Ia5ca04e5bf2ce189cb720a8eb359011f5b337978 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') 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 cc1ce41f7..0a0db54be 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces" -SRCREV = "e52a525730974c72219ad5758d0c8573c8d6fd4c" +SRCREV = "a9c704e7caffca36c67adfb464e3af8492e8e668" # Process OBMC_ORG_YAML_SUBDIRS to create Meson config options. # ex. xyz/openbmc_project -> -Ddata_xyz_openbmc_project=true -- cgit v1.2.3 From 9b0aa6c8e64da40aa43536957f21139eb5235b86 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 7 Oct 2021 13:31:09 +0000 Subject: phosphor-dbus-monitor: srcrev bump cfdfa0da24..a95e8c81bb Patrick Williams (1): catch exceptions as const Change-Id: I8515a11112c19d40c8a18f8c42ff7795661fbe83 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb index d4176b70a..7a3166db2 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb @@ -7,7 +7,7 @@ HOMEPAGE = "http://github.com/openbmc/phosphor-dbus-monitor" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/phosphor-dbus-monitor" -SRCREV = "cfdfa0da249777b7aad9dacf4e4e3198d8309da5" +SRCREV = "a95e8c81bb88c170cede32f3cb45356f7af7e023" inherit autotools \ pkgconfig \ -- cgit v1.2.3 From 304981881b09c555493cfd4830520a723e56d53b Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 12 Oct 2021 21:30:46 +0000 Subject: phosphor-dbus-interfaces: srcrev bump a9c704e7ca..77369cbb57 Szymon Dompke (1): Update Telemetry Report and ReportManager Change-Id: I013e0bd2377428f1d171eb5603697b016974e068 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') 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 0a0db54be..94d2900fa 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces" -SRCREV = "a9c704e7caffca36c67adfb464e3af8492e8e668" +SRCREV = "77369cbb575c2867355c482fbc582df266daf2bf" # Process OBMC_ORG_YAML_SUBDIRS to create Meson config options. # ex. xyz/openbmc_project -> -Ddata_xyz_openbmc_project=true -- cgit v1.2.3 From faf59e054914202c4d2ee3ae7201616fedbaefe6 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 14 Oct 2021 00:30:45 +0000 Subject: phosphor-objmgr: srcrev bump bedd41655e..a02cd54c61 Brad Bishop (1): meson.build: drop config.h Change-Id: I4a59cfd938b82fe3ff0ee16c46a0f5fcfad0beda Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb index 3ea5bffa0..b999ca91f 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb @@ -25,7 +25,7 @@ SYSTEMD_SERVICE:${PN} += " \ " SRC_URI += "git://github.com/openbmc/phosphor-objmgr" -SRCREV = "bedd41655ed9641a9f6c47079e811797869ad8f3" +SRCREV = "a02cd54c61e19df89ac13623fbee595b740cf0c0" S = "${WORKDIR}/git" -- cgit v1.2.3 From 0e3ab8b951391554bc3a71298cce21aa91795dc0 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 18 Oct 2021 20:40:43 +0000 Subject: phosphor-objmgr: srcrev bump a02cd54c61..0a13c765e6 Ed Tanous (1): Move mapper methods to free functions Change-Id: I4e0ce284aeddcd993489eced8c81f93da14ec598 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb index b999ca91f..089952ec6 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb @@ -25,7 +25,7 @@ SYSTEMD_SERVICE:${PN} += " \ " SRC_URI += "git://github.com/openbmc/phosphor-objmgr" -SRCREV = "a02cd54c61e19df89ac13623fbee595b740cf0c0" +SRCREV = "0a13c765e673d9b841a3a4f006f9d222ae5c47ab" S = "${WORKDIR}/git" -- cgit v1.2.3 From b34ccb46e239b94cc1c253c9a5a072bd2f357317 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 22 Oct 2021 21:50:38 +0000 Subject: phosphor-dbus-interfaces, phosphor-snmp: srcrev bumps phosphor-dbus-interfaces: srcrev bump 77369cbb57..0170a76594 Brad Bishop (2): net: Client.Create interface from SNMP project pcieslot, cpu: add upstream_processor association Brandon Kim (2): Cpu: Add EffectiveFamily and update Model to EffectiveModel Cpu: Update Step and Microcode type to uint SpencerKu (1): Add "GenerationInUse" and "GenerationSupported" to PCIeDevice interface phosphor-snmp: srcrev bump c3600d86bc..d560529eb7 Manojkiran Eda (1): Add OWNERS file Patrick Williams (1): use Create interface from phosphor-dbus-interfaces Signed-off-by: Andrew Geissler Signed-off-by: Patrick Williams Change-Id: I102470c177002354b88777badda8a892d66ecd32 --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb | 2 +- meta-phosphor/recipes-phosphor/network/phosphor-snmp_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') 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 94d2900fa..2a123df4b 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces" -SRCREV = "77369cbb575c2867355c482fbc582df266daf2bf" +SRCREV = "0170a765942a3432976e06e975c07f22ed3bb8a7" # Process OBMC_ORG_YAML_SUBDIRS to create Meson config options. # ex. xyz/openbmc_project -> -Ddata_xyz_openbmc_project=true diff --git a/meta-phosphor/recipes-phosphor/network/phosphor-snmp_git.bb b/meta-phosphor/recipes-phosphor/network/phosphor-snmp_git.bb index a38dc2b59..9f5c0b262 100644 --- a/meta-phosphor/recipes-phosphor/network/phosphor-snmp_git.bb +++ b/meta-phosphor/recipes-phosphor/network/phosphor-snmp_git.bb @@ -12,7 +12,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI += "git://github.com/openbmc/phosphor-snmp" -SRCREV = "c3600d86bc6a911e11933e5d727f4e5bac8ce411" +SRCREV = "d560529eb7e22c0b78fb0def20f57c6f35be9dfe" DBUS_SERVICE:${PN} += "xyz.openbmc_project.Network.SNMP.service" -- cgit v1.2.3 From e2c069f1e131b871487c4cc8d68ab93f3e293e37 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 25 Oct 2021 17:20:55 +0000 Subject: phosphor-dbus-interfaces: srcrev bump 0170a76594..4aec8027ac Willy Tu (1): Software: Settings: add setting to Software interface Change-Id: Ifd9439d38440780ac739159e514f0e95a6f84a67 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') 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 2a123df4b..9f8066428 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces" -SRCREV = "0170a765942a3432976e06e975c07f22ed3bb8a7" +SRCREV = "4aec8027acae734a1dbc6334d53fd66ab854b81c" # Process OBMC_ORG_YAML_SUBDIRS to create Meson config options. # ex. xyz/openbmc_project -> -Ddata_xyz_openbmc_project=true -- cgit v1.2.3 From ac253ea0b0bbdae13ba1139d27a098e355c594b6 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 26 Oct 2021 16:01:05 +0000 Subject: phosphor-dbus-monitor: srcrev bump a95e8c81bb..0a3fe497b4 Manojkiran Eda (1): Add OWNERS file Change-Id: Ibf18ccb845e2a911367664782e0c94b0472da7d4 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb index 7a3166db2..fb3ce4870 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb @@ -7,7 +7,7 @@ HOMEPAGE = "http://github.com/openbmc/phosphor-dbus-monitor" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/phosphor-dbus-monitor" -SRCREV = "a95e8c81bb88c170cede32f3cb45356f7af7e023" +SRCREV = "0a3fe497b41d4530e0f6ce6f19a8612b41986514" inherit autotools \ pkgconfig \ -- cgit v1.2.3 From 02e36133130e701c37c9a5a252038de142b8a131 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 25 Oct 2021 16:31:02 +0000 Subject: phosphor-objmgr: srcrev bump 0a13c765e6..f5e6422e6c Manojkiran Eda (1): Add OWNERS file Change-Id: I8b23d6435fc31eacf4445631f2d3ea6c22468482 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb index 089952ec6..f5c86cc39 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb @@ -25,7 +25,7 @@ SYSTEMD_SERVICE:${PN} += " \ " SRC_URI += "git://github.com/openbmc/phosphor-objmgr" -SRCREV = "0a13c765e673d9b841a3a4f006f9d222ae5c47ab" +SRCREV = "f5e6422e6c0d9636233c7b4dd9a73b746942b727" S = "${WORKDIR}/git" -- cgit v1.2.3 From 48629b1e3fbea8964da537274816aeed6c5aa730 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 29 Oct 2021 12:40:48 +0000 Subject: phosphor-dbus-interfaces: srcrev bump 4aec8027ac..4a3bfcaf4a Brandon Kim (1): CpuCore: Update Microcode type to uint Manojkiran Eda (1): Add OWNERS file Change-Id: I1db255bc9bbd837ee9c5a7c1b1b2b11e30c085df Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') 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 9f8066428..8150dd6d3 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces" -SRCREV = "4aec8027acae734a1dbc6334d53fd66ab854b81c" +SRCREV = "4a3bfcaf4a5ac066cc6b3a63a9fae7143f8d7b7d" # Process OBMC_ORG_YAML_SUBDIRS to create Meson config options. # ex. xyz/openbmc_project -> -Ddata_xyz_openbmc_project=true -- cgit v1.2.3 From f36eb5739dd8129004f2da5976af20073f154c85 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 2 Nov 2021 21:11:07 +0000 Subject: phosphor-dbus-interfaces: srcrev bump 4a3bfcaf4a..9011692063 Jonathan Doman (1): Fix install_subdir setup error Change-Id: Ifc3d5d549d54bc930b1d3f401cd67bc4ec203a11 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') 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 8150dd6d3..59721cef1 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces" -SRCREV = "4a3bfcaf4a5ac066cc6b3a63a9fae7143f8d7b7d" +SRCREV = "90116920633cdd49e68508d8009d2fec24237539" # Process OBMC_ORG_YAML_SUBDIRS to create Meson config options. # ex. xyz/openbmc_project -> -Ddata_xyz_openbmc_project=true -- cgit v1.2.3 From ec34cc639e9a54f80bd542bb5afff9b4a4311bd9 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 3 Nov 2021 09:57:52 -0500 Subject: meta-phosphor:meson: pkgconfig inherit required Upstream yocto made a change recently that brought to light a bug in some of our recipes. If your meson makefiles utilize the dependency() function then the recipe must also include pkgconfig. Signed-off-by: Andrew Geissler Change-Id: Ie85e2a3bd86010c2ce5d08c75fddc1ba348ff891 --- meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb | 2 +- meta-phosphor/recipes-graphics/obmc-ikvm/obmc-ikvm_git.bb | 2 +- meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb | 2 +- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb | 2 +- meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb | 2 +- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb | 2 +- meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb | 2 +- meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb | 2 +- meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb | 2 +- meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb | 2 +- meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') diff --git a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb index b4b101936..454ca6097 100644 --- a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb +++ b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb @@ -1,7 +1,7 @@ SUMMARY = "C++ bindings for systemd dbus APIs" DESCRIPTION = "C++ bindings for systemd dbus APIs." -inherit meson +inherit pkgconfig meson inherit python3native include sdbusplus-rev.inc diff --git a/meta-phosphor/recipes-graphics/obmc-ikvm/obmc-ikvm_git.bb b/meta-phosphor/recipes-graphics/obmc-ikvm/obmc-ikvm_git.bb index 14f7ce777..7dfee1c84 100644 --- a/meta-phosphor/recipes-graphics/obmc-ikvm/obmc-ikvm_git.bb +++ b/meta-phosphor/recipes-graphics/obmc-ikvm/obmc-ikvm_git.bb @@ -14,4 +14,4 @@ SYSTEMD_SERVICE:${PN} += "start-ipkvm.service" S = "${WORKDIR}/git" -inherit meson systemd +inherit pkgconfig meson systemd diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb index 6665713d0..bba4eaf4a 100644 --- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb @@ -16,7 +16,7 @@ DEPENDS = "boost \ valijson" S = "${WORKDIR}/git" -inherit meson systemd +inherit pkgconfig meson systemd EXTRA_OEMESON = "-Dtests=disabled" 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 59721cef1..397d14803 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb @@ -6,7 +6,7 @@ S = "${WORKDIR}/git" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" -inherit meson +inherit pkgconfig meson inherit obmc-phosphor-utils inherit phosphor-dbus-yaml inherit python3native diff --git a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb index 8d40965c7..04388fba3 100644 --- a/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb +++ b/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb @@ -20,7 +20,7 @@ DBUS_PACKAGES = "${PN}-manager" SYSTEMD_PACKAGES = "${PN}-monitor" -inherit meson \ +inherit pkgconfig meson \ obmc-phosphor-dbus-service \ python3native \ phosphor-debug-collector diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index aacb66388..07eb75d59 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -17,7 +17,7 @@ SRCREV = "37bbf98c8ba77196ba72864846ca3b4a4ff5be4b" S = "${WORKDIR}/git" -inherit meson ptest +inherit pkgconfig meson ptest SRC_URI += " \ file://run-ptest \ diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb index fe432f0c7..b419db1c0 100644 --- a/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb +++ b/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/openbmc/phosphor-hostlogger" PR = "r1" PV = "1.0+git${SRCPV}" -inherit meson +inherit pkgconfig meson inherit systemd # License info diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb index 5acd8021d..1453ab49f 100644 --- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb +++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb @@ -7,7 +7,7 @@ PV = "1.0+git${SRCPV}" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" -inherit meson +inherit pkgconfig meson inherit python3native inherit obmc-phosphor-dbus-service inherit phosphor-logging diff --git a/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb b/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb index 20b104b90..6c10cb7c5 100644 --- a/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb +++ b/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb @@ -9,7 +9,7 @@ DESCRIPTION = "Utility to write IPMI SEL records to the journal" # SEL_LOGGER_MONITOR_THRESHOLD_EVENTS: # Monitors and logs SEL records for threshold sensor events -inherit meson systemd +inherit pkgconfig meson systemd S = "${WORKDIR}/git" LICENSE = "Apache-2.0" diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb index f6bf0d906..2c3a9e197 100644 --- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb +++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb @@ -73,7 +73,7 @@ DEPENDS = " \ phosphor-logging \ sdbusplus \ " -inherit meson systemd +inherit pkgconfig meson systemd S = "${WORKDIR}/git" diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb b/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb index 1d080754d..3b2eb44a6 100644 --- a/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb +++ b/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb @@ -5,7 +5,7 @@ PV = "1.0+git${SRCPV}" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" -inherit meson +inherit pkgconfig meson inherit obmc-phosphor-systemd PACKAGECONFIG ??= "" diff --git a/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb b/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb index 8844efb69..31e821618 100644 --- a/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb +++ b/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb @@ -12,7 +12,7 @@ SRCREV = "e28aa53dc1492f09a64dc9f1dbfd5b6dba06e31f" S = "${WORKDIR}/git" -inherit meson +inherit pkgconfig meson inherit systemd DEPENDS = "boost \ -- cgit v1.2.3 From 0b92eb5104712d25bb3b36420852991e8d0aac08 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 15 Nov 2021 17:20:38 +0000 Subject: phosphor-dbus-interfaces: srcrev bump 9011692063..e0764cf41d Andrew Geissler (2): host-state: introduce new scheduled power on reason host-state: introduce new host crash restart reason Change-Id: I40aabb227478f0c15cc028b6ce1f2ae2dc40097e Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') 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 397d14803..119d17ffc 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces" -SRCREV = "90116920633cdd49e68508d8009d2fec24237539" +SRCREV = "e0764cf41d16b823a519e9d4f508b588e3e84aba" # Process OBMC_ORG_YAML_SUBDIRS to create Meson config options. # ex. xyz/openbmc_project -> -Ddata_xyz_openbmc_project=true -- cgit v1.2.3 From 84e2468ae7008cbe7f8658fb4a3b27e376b5e4e1 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 16 Nov 2021 23:00:44 +0000 Subject: phosphor-objmgr: srcrev bump f5e6422e6c..bbf456b448 William A. Kennington III (1): libmapper: Add missing double include guard Change-Id: Ibf5f6f23d3bda048eb27dfb3e9df599c722232ce Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb index f5c86cc39..1a5a6d21b 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb @@ -25,7 +25,7 @@ SYSTEMD_SERVICE:${PN} += " \ " SRC_URI += "git://github.com/openbmc/phosphor-objmgr" -SRCREV = "f5e6422e6c0d9636233c7b4dd9a73b746942b727" +SRCREV = "bbf456b448b8f281ad3a077083a86e61c86e2249" S = "${WORKDIR}/git" -- cgit v1.2.3