summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-05-19openpower-vpd-parser: srcrev bump 390fccb10f..99f7a66305Andrew Geissler2-1/+11
Andrew Geissler (1): systemd: no installation in templated targets Includes needed service installation. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I22023bee9be60928a1ab990d627dc3d5553f30ad
2023-05-19openpower-pnor-code-mgmt: srcrev bump fe34ccd9da..67dbb254daAndrew Geissler2-1/+6
Andrew Geissler (2): fix shellcheck failures systemd: no installation in templated targets Patrick Williams (1): clang-format: copy latest and re-format Includes adding the needed wants relationship with mboxd-reload@.service for all host instances. Tested: - Confirmed the following in the built image: /lib/systemd/system/mboxd-reload@0.service.wants/obmc-vpnor-updatesymlinks.service Change-Id: I5c44dd1f1c2cae23c48c5092cb17a930ed872239 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-19phosphor-bmc-code-mgmt: srcrev bump d5e8e73b88..cce26eb063Andrew Geissler2-1/+16
Andrew Geissler (1): systemd: no installation in templated targets Includes change to add service installation. Change-Id: I57f508aef682640312e2aa54ab6ad6d242c01b71 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-19openpower-hw-diags: srcrev bump 415860077f..e043f954b8Andrew Geissler1-1/+12
Andrew Geissler (2): remove OSStart as indication host is running systemd: no installation in templated targets Patrick Williams (1): clang-format: copy latest and re-format Includes the needed service installation. Change-Id: I24f4effce37ec9f50ee4009c4a73be49fe1d25dd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-18meta-gsj: fix do_install for usrmergePatrick Williams1-1/+1
The recipe previously had a hard coded removal of `/lib` which will no longer exist under usrmerge. I think the purpose of this was to delete the systemd units, but leave the library. Therefore I've adjusted the removal to be systemd_unitdir instead of `/lib`. This results in the following package structure: ``` $ find tmp/work/armv7a-openbmc-linux-gnueabi/google-ipmi-sys/0.1+gitAUTOINC+59445f5e21-r1/packages-split/google-ipmi-sys -type f tmp/work/armv7a-openbmc-linux-gnueabi/google-ipmi-sys/0.1+gitAUTOINC+59445f5e21-r1/packages-split/google-ipmi-sys/usr/lib/systemd/system-preset/98-google-ipmi-sys.preset tmp/work/armv7a-openbmc-linux-gnueabi/google-ipmi-sys/0.1+gitAUTOINC+59445f5e21-r1/packages-split/google-ipmi-sys/usr/lib/ipmid-providers/libgooglesys.so ``` The `98-google-ipmi-sys.preset` file is empty. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I05dd016fcc8dfd8dc33ba90acad100afafb18073
2023-05-18meta-facebook: fix phosphor-gpio-monitor for usrmergePatrick Williams1-1/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib3f82c32379d2b92b0ceb23c294b02264f401d62
2023-05-18meta-phosphor: pam-ipmi: prep for usrmergePatrick Williams1-0/+2
Change If53ea402f1e50416bc8a0e561d42080ea68742f9 is going to require us to pass the `--libdir` configure option so that the install directory of the PAM modules is not hard-coded, but instead relies on the `${base_libdir}` derived by the usrmerge feature. Add this now in preparation. This is the same approach taken by the base PAM recipe. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1a46177f65347521debca54f00145d32872b05b6
2023-05-18meta-phosphor: btrfs-tools: disable python PACKAGECONFIGPatrick Williams2-0/+8
Some systems, like Bletchley, might be using btrfs file systems and using the btrfs-tools to format them. They probably don't need the Python modules by default, so disable them in meta-phosphor. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I87316001f48432db4297656838b750e10651d043
2023-05-18meta-phosphor: unset 'largefile' featurePatrick Williams1-1/+1
According to poky/documentation/migration-guides/migration-4.1.rst, the DISTRO_FEATURE `largefile` no longer exists. Remove it from our default feature list. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id6d052c439ea2442dea5cb98468d7e2d68cb7c42
2023-05-18openpower: croserver: Bump to latest eCMD 15 branachJoel Stanley1-2/+2
Change-Id: I0de0c44e4346adebe7bbc1fdf44a8f6d80ed2a14 Signed-off-by: Joel Stanley <joel@jms.id.au>
2023-05-18meta-google: gbmc-upgrade: use GBMC_TARGET_MACHINETom Tung1-1/+1
Signed-off-by: Tom Tung <shes050117@gmail.com> Change-Id: Ib4d3b942aa8821f70981dff0d16ff1d7f349697b
2023-05-18meta-google: os-release: add GBMC_TARGET_MACHINETom Tung1-1/+3
Tested: Check `tmp/work/all-openbmc-linux/os-release/1.0-r0/package/etc/os-release` and the `GBMC_TARGET_MACHINE` has the value as expected. Change-Id: I8b2d2b2aefcd3310f36404f97af0d03f840f64ad Signed-off-by: Tom Tung <shes050117@gmail.com>
2023-05-18meta-google: gbmc-ip-monitor: increase the start timeoutYuxiao Zhang1-0/+1
In some cases gbmc-ip-monitor failed to start within the default timeout 90s, this extend the timeout so that it has enough time to start. Change-Id: I79e82f5110f72371019390a168c8b8be5f4d9750 Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
2023-05-17meta-google: Remove libhoth recipeWilly Tu4-15/+3
Use the libhoth recipe in meta-security instead of openbmc one. Set the source rev override until that bump is submitted and subtree updated. libhoth source bump in - https://lore.kernel.org/yocto/20230517172730.3837643-1-jebr@google.com/T/#u Change-Id: I6099d6351417dcef9eb3b4d297de43a5e229d7dd Signed-off-by: Willy Tu <wltu@google.com>
2023-05-17openpower-vpd-parser: srcrev bump c78d887cca..390fccb10fAndrew Geissler1-1/+1
girik (1): vpd-tool: Fixing of display of KW values having 0x00s Change-Id: Iaed45843f5b82caba1cbb66f0d4ccd7eacf4a168 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17obmc-console: srcrev bump 5ba20b5bf1..bd992c9f62Andrew Geissler1-1/+1
Ninad Palsule (1): Add Connect() method to console DBUS object Change-Id: I754baa5ce58b0b3e9324e589f61763f65ebf61a9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17openpower: pdata: srcrev bump. 1ae8abf..86435f2ojayanth1-1/+1
Marri Devender Rao (1): scripts : Port MRW parser changes from hostboot Ramesh Iyyar (3): data: p10: Added attributes for SBE recovery docs: README and documents Revert "data: p10: Added attributes for SBE recovery" aravnair-in (1): data:p10: Add ATTR_AVSBUS_BUSNUM and ATTR_AVSBUS_RAIL Change-Id: I98d2ab1b46533476f122e677e796e4ad7f983e9f Signed-off-by: ojayanth <ojayanth@in.ibm.com>
2023-05-17openpower: ekb: add pm_attribute xml to required xml file listojayanth1-1/+2
Change-Id: Ifa1e8b22b478b33a3f2596564b69ba4585af332d Signed-off-by: ojayanth <ojayanth@in.ibm.com>
2023-05-17evb-npcm845: packagegroup: remove nuvoton-ipmi-oemBrian Ma1-1/+0
Remote nuvoton-ipmi-oem from packagegroup due to the package is not exist in Openbmc. Change-Id: I90cd286f87cd485d1b406108736910e1766ef9a6 Signed-off-by: Brian Ma <chma0@nuvoton.com>
2023-05-17phosphor-pid-control: srcrev bump 8c051121ad..7e6130aab0Andrew Geissler1-1/+1
Patrick Williams (1): meson: remove deprecated get_pkgconfig_variable Change-Id: I14b702a9818b292c69be63cbcefe7936e5e10dd5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17bmcweb: srcrev bump bad2c4a9a1..ddd70dcaa5Andrew Geissler1-1/+1
Ed Tanous (3): Boost::urls::format Remove flat_set from EthernetInterfaces Use array Gunnar Mills (2): README: Move to "meson setup [options]" Remove done TODO Lakshmi Yadlapati (3): Add State information for PCIeDevice Fix invalid PCIeType in pcie_slots Fix documentation for PCIeDevice properties vijayabharathi shetty (1): Fix certificate replacement error code issue Change-Id: I66bb2a4256b9004ffd9617e8122f181737f487a4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17obmc-console: srcrev bump 4e44c790ad..5ba20b5bf1Andrew Geissler1-1/+1
Ninad Palsule (1): obmc-console: Consolidate handling of default socket-id Change-Id: I213b22cd744d61f1bca5b6eb082b779c97fe5259 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17sdeventplus: srcrev bump db7e56bdb0..a8c11e3ca3Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I6cd7ef7fbbe75d2ad595f47240248b761ff9855d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17libmctp: srcrev bump 2608b2943b..7f7fdc1dcbAndrew Geissler1-1/+1
Andrew Jeffery (1): clang-format: copy latest and re-format Change-Id: I3250a9712a10f5e1661f3fd1900965badb54c08a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17obmc-console: srcrev bump ae2460d0b8..4e44c790adAndrew Geissler1-1/+1
Andrew Jeffery (1): clang-format: copy latest and re-format Change-Id: I1ed4f9e5d70af4fd3dec0647f5893b1172fb5bdb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17pldm: srcrev bump 6da4f91b06..7c1dc7ea0bAndrew Geissler1-1/+1
Andrew Jeffery (1): pldmd: move to libpldm instance ID alloc/free Change-Id: I6c073d3b61f0ebba216023306412d5322897ecb0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17libpldm: srcrev bump 6fd81a518d..39f8832599Andrew Geissler1-1/+1
Andrew Jeffery (1): clang-format: copy latest and re-format Rashmica Gupta (1): requester: Make pldm_open() return existing fd Change-Id: Ia703ae5a24af65268031dc6f502311829718bc7b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17ssifbridge: srcrev bump 6f25d7b4d0..4300d2104bAndrew Geissler1-1/+1
Quang Nguyen (1): Avoid ssif driver entering aborting state Thang Q. Nguyen (1): clang-format: copy latest and re-format quang.name (1): Fix issue two identical requests are received and one of them is timeout Change-Id: I6203d8f55e1ae80c2bb4fe6629982195ed45e336 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17sdbusplus: srcrev bump fdfd3af1e7..6937348252Andrew Geissler1-1/+1
Patrick Williams (4): sdbus++: handle error includes in Python code sdbus++: handle error names in Python code sdbus++: property: simplify server mako structure sdbus++: simplify vtable generation Change-Id: Idd088d8da3b811eb895385b6b1045c62a13f6c92 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17phosphor-user-manager: srcrev bump b704304707..2d042d143bAndrew Geissler1-1/+1
Jason M. Bills (1): Change to pam_faillock and pam pwquality Change-Id: I52cb564b081c1e41788254899f84f0a44ceecda6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17dbus-sensors: srcrev bump 6d0f27b381..88a32137fbAndrew Geissler1-1/+1
Michael Shen (1): Fix format in HwmonMain.cpp to pass format check Change-Id: I1a33c924cc8db1ae3cbb99f55c6092a65ed438a6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17x86-power-control: srcrev bump 48aa1f05d5..d7ea283b7eAndrew Geissler1-1/+1
Olivier FAURAX (1): Add option to only log nmiButtonPress when host is running Change-Id: I74c059233ee3ee65582ffda71c4b2644780c82c3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17openpower-vpd-parser: srcrev bump 5629fbc005..c78d887ccaAndrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I3068e3cdeb190e366ac2c64fdb45d0c6a161a680 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17phosphor-misc: srcrev bump 37c76da7c2..8419820f64Andrew Geissler1-1/+1
Patrick Williams (1): meson: remove deprecated get_pkgconfig_variable Change-Id: Id4c5c44a49caefdd7561b12fce989e8e8dc765dd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17openpower-libhei: srcrev bump 925c3edccf..2f7537db1eAndrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I468be3b8b0d53054c6739623e47f88ab93969f94 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17meta-ibm: introduce p10.incAndrew Geissler2-1/+4
Similar to previous generation of the POWER processor, introduce a p10.inc that can be included on P10 systems. Without this, the needed op-proc-control services and functions are not brought in. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I58490e95e69ef8b4b31b0f4bc9213787058f0bba
2023-05-17openpower-proc-control: srcrev bump 00dd33efc3..933bee764bAndrew Geissler2-1/+18
Andrew Geissler (1): systemd: no installation in templated targets Includes the needed changes to install services in appropriate targets. Change-Id: I3c9fbbc5dd0ad73ded05858476b71d0c6eccff6c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17phosphor-logging: srcrev bump 7410260a3b..757c0ef3d5Andrew Geissler1-1/+1
Matt Spinler (9): PEL: Convert a BCDTime to epoch milliseconds PEL: New D-Bus properties on PEL entry iface PEL: peltool: show hostboot deconfig/guard flags PEL:pel_manager_test: Refactor temp dir cleanup PEL:test: Refactor mocked checkDumpStatus usage PEL: Modify Repo::updatePEL behavior PEL: Watch for fan/PS hotplugs PEL: Clear deconfig flag after callout replaced PEL: Update README.md with latest functionality Change-Id: Iedfb451106945f3c048599032e3dac9287ba464b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17phosphor-dbus-interfaces: srcrev bump ca6a4837d0..b9f7c1de73Andrew Geissler1-1/+1
Ninad Palsule (1): Added Connect() method in console DBUS interface Change-Id: I051680a31b97763c36f3d628d7fd08fabd66dc03 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-17meta-ibm: witherspoon: Set QB_DEFAULT_FSTYPE for use of UBIAndrew Jeffery1-0/+1
Witherspoon uses UBI instead of static partitioning for flash management, so make sure the qemu helper script can find the flash image. Tested: Reached a login prompt with `runqemu nographic slirp`. Change-Id: I513d0a5b878c553456d70bef25adedfa25bf9c90 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2023-05-17meta-google:hoth: SRCREV bump 519c585..7692962Willy Tu1-1/+1
aranikam(1): Add flash_spi_info command wltu(1): Expose header files expose USB APIs Change-Id: I6275c7aba776c21abe578086c6b8a251f11e4f7e Signed-off-by: Willy Tu <wltu@google.com>
2023-05-17meta-phosphor: adjust default DISTRO_CODENAMEPatrick Williams1-1/+1
When upstream adjusted this to mickledore, we missed it and it was still listed as langdale. Adjust to match. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5ad4a373f4d4c823ecf9314218c73faf7f23213f
2023-05-17meta-google: ipmi: extend the timeout for fru allocYuxiao Zhang1-1/+1
Fru device can take longer than 60s to come up, this is observed more often especially in qemu. This extend the timeout to 5 minutes. Change-Id: I95dcdf2cf10e8f9941ff6502a54e9c67dfc6c7e3 Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
2023-05-15phosphor-power: srcrev bump aded7a0d44..8c90f319d5Andrew Geissler3-1/+39
Andrew Geissler (1): systemd: no installation in templated targets Includes changes required to ensure services are properly installed. Tested: -Confirmed services were installed into correct targets when building p10bmc machine Change-Id: I2d675ba083b2901ad1c26485d2f8b075fd6b3a25 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-15meta-inspur: nf5280m7 Add new machine layermaxiaoyu10-0/+161
the Inspur NF5280M7 is an x86 platform server with an AST2600-based BMC. Tested: Built nf5280m7 and verified the image-bmc is generated. Change-Id: Iab86a8682d1fc8f3320590e63613a22a14571fcd Signed-off-by: Xiaoyu Ma <maxiaoyu@inspur.com>
2023-05-13phosphor-net-ipmid: srcrev bump e81b7c9d1a..099fb097d1Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: Ibce90663c062ed073b74183560a52f5594775293 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-13phosphor-debug-collector: srcrev bump 78e88402a2..27884e6b66Andrew Geissler1-1/+1
Andrew Geissler (1): systemd: no installation in templated targets Change-Id: I0bd02383091df1de180a071712f1b06c31cf28ae Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-12bmcweb: srcrev bump 89492a157c..bad2c4a9a1Andrew Geissler1-1/+1
Ed Tanous (3): Don't rely on implicit operator comparison Update RedfishVersion to 1.17.0 Revert "http_connection: Allow empty json objects" Lakshmi Yadlapati (1): Remove "Manufacturer" from PCIeDevice interface Patrick Williams (17): human-sort: fix clang-tidy warnings about pointer arithmetic time-utils: fix clang-tidy warning multipart-parser: fix clang-tidy issues pam-authenticate: fix clang-tidy warning mutual-tls: fix clang-tidy warning json-html-serializer: fix clang-tidy warning query-param: fix clang-tidy warnings log-services: fix clang-tidy warnings certificate-service: fix clang-tidy warnings http-logging: fix clang-tidy warnings http-app: fix unused macro clang-tidy warning chassis: fix clang-tidy warning fix clang-tidy warnings with unreachable returns use emplace where appropriate per clang-tidy ibm-locks: shut up clang-tidy by disabling code systems: remove stray break for clang-tidy fix more push vs emplace calls Change-Id: I7c1aebc8f1d857080fb4d8270b84ba8d177dd399 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-12peci-pcie: srcrev bump 42a9ac884b..4fe704c4b2Andrew Geissler1-1/+1
Lakshmi Yadlapati (1): Remove "Manufacturer" from PCIeDevice interface Change-Id: I159a1a717e1c6ed36c2c6b9534b633954dc13fcf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-12phosphor-state-manager: srcrev bump afe12d69a0..57c0a893cdAndrew Geissler1-1/+1
Andrew Geissler (1): hypervisor: remove OSStart from state association Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I239994e815320c1084e1b496474ffcde7a72cd1c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>