summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2022-11-30Remove yocto-deps build flagEd Tanous1-1/+0
When the bmcweb recipe was converted from cmake -> meson, this option was added for continuity, but was functionally replaced by the meson subproject system, rendering this option effectively moot. This commit removes the option from the recipe, so we can eventually remove it from the application. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I826bd53426dcdccd9771cbdf732653546f7dcd1f
2022-11-30phosphor-host-ipmid: srcrev bump fc24fa5e00..52535624d6Andrew Geissler1-1/+1
William A. Kennington III (1): dbus-sdr/storagecommands: Fix type Change-Id: I2d9a7558c7ba6a471b3fdb3687898eac92da5c0e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-30bmcweb: srcrev bump 8be2b5b64a..2138483c18Andrew Geissler1-1/+1
George Liu (1): Add the GetSubTree and GetSubTreePaths method to dbus_utility Change-Id: I6ed7dfa65e1976a45b23f91715d1be034c1b8d51 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-30phosphor-health-monitor: srcrev bump 9ca0045836..af109947daAndrew Geissler1-1/+1
Nan Zhou (1): sensors: change object_manager path Change-Id: I007b04c49a092a1c566449244589212e4d8a74cc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-29phosphor-time-manager: srcrev bump 5660800085..dd42c7fa1dAndrew Geissler1-1/+1
Pavithra Barithaya (1): Minor changes in the code Change-Id: Icc873eae332f31593a4f663fb98219ab82cb2630 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-29smbios-mdr: srcrev bump bb9c622d16..966fcb10f6Andrew Geissler1-1/+1
Patrick Williams (1): sdbusplus: use shorter type aliases Change-Id: Ic2a82804a5a8089c4a13056d3423d475245dac8a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-29phosphor-debug-collector: srcrev bump cdb5897745..aa72e7f063Andrew Geissler1-1/+1
Dhruvaraj Subhashchandran (1): Update OWNERS file to add reviewer Change-Id: I9e8bdc79673a18810188657ae7c8dcfbb6fee8cf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-29phosphor-virtual-sensor: srcrev bump bbf22d8127..83e3ac39fcAndrew Geissler1-1/+1
Patrick Williams (1): sdbusplus: use shorter type aliases Change-Id: Ibf666dcf8da4727521866a1a0aa05bd945062eed Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-29phosphor-health-monitor: srcrev bump 51bcfcb11d..9ca0045836Andrew Geissler1-1/+1
Jayashree Dhanapal (1): Remove initial values for Health sensor Patrick Williams (1): sdbusplus: use shorter type aliases Change-Id: Ibcfda535b8b3b0209816b07158d20bc30b74ba56 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-29phosphor-buttons: srcrev bump d219fa3c48..e3b4e11fa7Andrew Geissler1-1/+1
Patrick Williams (1): sdbusplus: use shorter type aliases Change-Id: I56e16f0b063eb747cf3e9d740ffd921ae1d1bfb6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-29sdbusplus: srcrev bump 44c6013c14..ae47928b21Andrew Geissler1-1/+1
Jonathan Doman (1): Clean up ASIO set-property callback code William A. Kennington III (2): bus: Return the value of wait bus: Add function for checking open status Change-Id: Icfd130150f33ec7fe4a6de9ab3e6ef0d207a0071 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-29phosphor-nvme: srcrev bump bcae0870ce..a2e788cc30Andrew Geissler1-1/+1
Brandon Kim (1): OWNERS: Take out OWNERs to root cause gerrit issue Change-Id: Ib4d7d3655d8aac990871b03702a1e84fde484b26 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-29bmcweb: srcrev bump 1aee751c0f..8be2b5b64aAndrew Geissler1-1/+1
Patrick Williams (1): sdbusplus: use shorter type aliases Potin Lai (1): managers: fix interface patch and delete of pid object Shantappa Teekappanavar (1): Populate cable properties if length is NaN Tony Lee (1): pcie:Fix get PCIeFunction Change-Id: Iffe46bef9292d2e4510db9c3fc914feeb75ce7f4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-28state-management: move target relationship creationAndrew Geissler2-28/+29
The targets are within the phosphor-state-manager repository so the relationship between them should be defined within the corresponding recipe. Adding these to phosphor-state-manager also allows us to remove the duplicate logic in the bletchley layer. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I8bc789ed25a937ed38840e398dd728782f8f368b
2022-11-28rename obmc-op-control-power to phosphor-skeletonAndrew Geissler5-8/+8
This power control implementation is not specific to openpower systems (as seen by the variety of systems including it) so rename it to something more appropriate. This is using code from skeleton which is not ideal but that's a change for another day. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Iffe6427b5494558b53cd6f5716a08cce82cb90d8
2022-11-28move generic chassis services into phosphor-state-managerAndrew Geissler8-121/+12
Move the generic services which are used to power on and off the chassis into phosphor-state-manager. This will make the use of phosphor-state-manager for chassis power control more straightforward. The following email has more details on this change: https://lists.ozlabs.org/pipermail/openbmc/2022-November/032457.html phosphor-state-manager: srcrev bump eab2ea348d..69a250dd45 Andrew Geissler (2): move chassis power services to phosphor-state-manager improve new chassis power services Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I14fce315107cafacb0500d8664e51d9f61f7864d
2022-11-25phosphor-time-manager: srcrev bump dc746c0b3b..5660800085Andrew Geissler1-1/+1
William A. Kennington III (2): subprojects: Fix phosphor-logging dep name manager: Switch to lambda Change-Id: I1ea9dbd222ca9c04a9f7957ba7b941df8420df4c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-25pldm: srcrev bump cac0ebb2a6..e87ca91653Andrew Geissler1-1/+1
Deb McLemore (1): Hostboot Add Planar SPD lid file Change-Id: I23bf938f8585e99222774d86f55cec0ac6c14f88 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-25dbus-sensors: srcrev bump ece5c86a12..7627c860faAndrew Geissler1-1/+1
Zev Weiss (1): hwmontempsensor: Fix crash on eventHandler signal callback Change-Id: I46cc78a1ae0f021813b6084bd3755040fa64333f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-25bmcweb: srcrev bump 33a32b3427..1aee751c0fAndrew Geissler1-1/+1
George Liu (1): Add Link header handling to ThermalSubsystem Change-Id: I91472554e9986f0f052093e1fc98456f1fea912f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-22bmcweb: srcrev bump 4ca3ec3c54..33a32b3427Andrew Geissler1-1/+1
Asmitha Karunanithi (1): Remove support for priv-noaccess role George Liu (1): Add Link header handling to PowerSubsystem Gunnar Mills (1): Allow a lower DeliveryRetryIntervalSeconds Nan Zhou (1): OWNERS: fix minor path issue Change-Id: Ic12f7ca11c8a563397c59087ffe1769f064150a2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-22phosphor-bmc-code-mgmt: srcrev bump deb86b4a16..a8ebf96225Andrew Geissler1-1/+1
Patrick Williams (1): meson: remove oe-sdk support Change-Id: I2c6d5fef0a1b540a26112fde005d27ba96b968dd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-22entity-manager: srcrev bump b068d431c6..4d4df5b47aAndrew Geissler1-1/+1
AKSHAY RAVEENDRAN K (1): Add reading FRU support from different MUX channel Change-Id: I51f27c4e4dbd968dd601a95601c2214544dfc757 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-22phosphor-user-manager: srcrev bump fef63038e4..5c892d183eAndrew Geissler1-1/+1
Asmitha Karunanithi (1): Remove support for priv-noaccess role Nan Zhou (7): user_mgr: move constructor codes to separate func MinPasswordLength: add unit test rememberOldPasswordTimes: add unit test MaxLoginAttemptBeforeLockout: add unit test accountUnlockTimeout: add unit test userEnable: fix bug and add unit test userLockedForFailedAttempt: add unit test Change-Id: I9031110b9fc453c9a39a1b702c562c5dc8478d21 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-22phosphor-ipmi-flash: srcrev bump 76d37b6b23..ea65e680fdAndrew Geissler1-1/+1
Brandon Kim (1): meson: Fix meson builds Change-Id: I7d16a22e805e0ef30ed4b76a79ba10597cf61cc6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-22stdplus: srcrev bump 3ad6baf880..aef36f4000Andrew Geissler1-1/+1
William A. Kennington III (4): test/raw: Workaround compiler warning treewide: Remove redundant inline pinned: Add class for memory pinning include: Fix missing header install Change-Id: Ice085e222844e8a26358e078ffad29d91c3b49c3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-21phosphor-networkd: srcrev bump 01c816f25b..9f621f3e89Andrew Geissler1-1/+1
Potin Lai (1): network_manager_main: add force-sync-mac option Change-Id: I40b83021620892becabf4f87bcd30350a6b2383b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-19systemd: set cgroupv2 PACKAGECONFIGPatrick Williams1-0/+1
Enable the cgroupv2 feature flag which should disable some legacy code around cgroup handling that we do not need due to running newer kernels. Change-Id: I487b71ba2b81ea2ff54280072220e65c95c4caab Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2022-11-19subtree updatesPatrick Williams2-58/+0
- Remove systemd patches for object-manager due to upstream fix. meta-arm: 3b7347cd67..d5f132b199: Abdellatif El Khlifi (2): kas: corstone1000: set branches to langdale arm-bsp/documentation: corstone1000: 2022.11.10 RC: update the user guide Anton Antonov (1): arm-bsp/fvp-base: Enable virtio-rng support and unset preferred 5.15 kernel Emekcan (2): arm-bsp/trusted-services: add checks for null attributes in smm gateway arm-bsp/trusted-services: Fix GetNextVariable max_name_len in smm gateway Jon Mason (3): arm/sbsa-acs: update to the latest version arm/hafnium: cleanup the patches arm/gn: update to the latest SHA Luca Fancellu (1): arm,arm-bsp/recipes-kernel: don't use PN in arm-ffa-transport.inc Peter Hoyes (5): arm/fvp: Join cli arguments in verbose logging arm/lib: Factor out asyncio in FVPRunner arm/lib: Decouple console parsing from the FVPRunner arm/oeqa: Log the FVP output in OEFVPSSHTarget runfvp: Fix verbose output when using --console Ross Burton (1): arm/linux-arm64-ack: fix buildpaths in the perf Python module Rui Miguel Silva (3): arm/trusted-services: check before applying patches arm-bsp/trusted-services: psa test setup corstone1000 arm-bsp/trusted-firmware-m: adjust ps assets for corstone1000 Vishnu Banavath (2): arm-bsp/documentation: corstone1000: 2022.11.10 RC: update the release notes arm-bsp/documentation: corstone1000: 2022.11.10 RC: update the change log meta-raspberrypi: a305f4804b..93dadf336c: Andrei Gherzan (2): ci: Bump actions/checkout to v3 ci: Fix dco-check job with newer git versions Martin Jansa (1): raspberrypi4-64: drop DEFAULTTUNE assignment poky: 482c493cf6..44bb88cc86: Alex Kiernan (1): rust: update 1.64.0 -> 1.65.0 Alexander Kanavin (74): man-pages: upgrade 5.13 -> 6.01 piglit: upgrade to latest revision lsof: upgrade 4.96.3 -> 4.96.4 ffmpeg: upgrade 5.1.1 -> 5.1.2 ccache: upgrade 4.6.3 -> 4.7.2 python3-pip: upgrade 22.2.2 -> 22.3 ltp: upgrade 20220527 -> 20220930 alsa-utils: upgrade 1.2.7 -> 1.2.8 alsa-ucm-conf: upgrade 1.2.7.2 -> 1.2.8 libbsd: upgrade 0.11.6 -> 0.11.7 libunistring: upgrade 1.0 -> 1.1 puzzles: upgrade to latest revision libsoup: upgrade 3.2.0 -> 3.2.1 linux-firmware: upgrade 20220913 -> 20221012 python3-git: upgrade 3.1.28 -> 3.1.29 xwayland: upgrade 22.1.3 -> 22.1.4 strace: upgrade 5.19 -> 6.0 python3-dtschema: upgrade 2022.8.3 -> 2022.9 fontconfig: upgrade 2.14.0 -> 2.14.1 python3-setuptools: upgrade 65.0.2 -> 65.5.0 taglib: upgrade 1.12 -> 1.13 nghttp2: upgrade 1.49.0 -> 1.50.0 python3-wheel: upgrade 0.37.1 -> 0.38.0 libffi: upgrade 3.4.2 -> 3.4.4 libical: upgrade 3.0.15 -> 3.0.16 mtd-utils: upgrade 2.1.4 -> 2.1.5 repo: upgrade 2.29.3 -> 2.29.5 libidn2: upgrade 2.3.3 -> 2.3.4 makedepend: upgrade 1.0.6 -> 1.0.7 diffoscope: upgrade 221 -> 224 mmc-utils: upgrade to latest revision libsoup-2.4: upgrade 2.74.2 -> 2.74.3 gdk-pixbuf: upgrade 2.42.9 -> 2.42.10 harfbuzz: upgrade 5.3.0 -> 5.3.1 netbase: upgrade 6.3 -> 6.4 mpg123: upgrade 1.30.2 -> 1.31.1 sudo: upgrade 1.9.11p3 -> 1.9.12 alsa-lib: upgrade 1.2.7.2 -> 1.2.8 pango: upgrade 1.50.10 -> 1.50.11 pixman: upgrade 0.40.0 -> 0.42.2 vulkan: upgrade 1.3.224.1 -> 1.3.231.1 gstreamer1.0: upgrade 1.20.3 -> 1.20.4 shaderc: upgrade 2022.2 -> 2022.3 selftest: add a copy of previous mtd-utils version to meta-selftest python3: correctly adjust include paths in sysconfigdata vala: install vapigen-wrapper into /usr/bin/crosscripts and stage only that sanity.bbclass: do not check for presence of distutils pango: replace a recipe fix with an upstream submitted patch libpciaccess: update 0.16 -> 0.17 libxinerama: update 1.1.4 -> 1.1.5 libxkbfile: update 1.1.0 -> 1.1.1 libxmu: update 1.1.3 -> 1.1.4 libxrender: update 0.9.10 -> 0.9.11 libxshmfence: update 1.3 -> 1.3.1 libxtst: update 1.2.3 -> 1.2.4 libxxf86vm: update 1.1.4 -> 1.1.5 xcb-util: update to latest revisions xf86-input-vmmouse: update 13.1.0 -> 13.2.0 gnomebase.bbclass: return the whole version for tarball directory if it is a number adwaita-icon-theme: update 42.0 -> 43 libepoxy: convert to git libepoxy: update 1.5.9 -> 1.5.10 rgb: update 1.0.6 -> 1.1.0 meson: update 0.63.3 -> 0.64.0 systemd: update 251.4 -> 251.8 libxext: update 1.3.4 -> 1.3.5 gettext: update 0.21 -> 0.21.1 glib-2.0: update 2.72.3 -> 2.74.1 glib-networking: update 2.72.2 -> 2.74.0 readline: update 8.1.2 -> 8.2 llvm: update 15.0.1 -> 15.0.4 make: update 4.3 -> 4.4 bash: update 5.1.16 -> 5.2.9 mesa: do not rely on native llvm-config in target sysroot Atanas Bunchev (1): qemu.rst: audio: reference to Command-Line options Benjamin Szőke (1): image_types: Add 7-Zip support in conversion types and commands Changhyeok Bae (1): repo: upgrade 2.29.5 -> 2.29.9 Chase Qi (1): libc-test: add libc testsuite for musl Christoph Lauer (1): populate_sdk_base: add zip options David Bagonyi (1): gpgme: Allow setuptools3-base to be excluded from the inherit list Diego Sueiro (1): kernel.bbclass: Include randstruct seed assets in STAGING_KERNEL_BUILDDIR Etienne Cordonnier (1): mirrors.bbclass: use shallow tarball for nativesdk-binutils Jordan Crouse (2): spirv-tools: Correctly set the prefix in exported cmake packages vulkan-loader: Allow headless targets to build the loader Jose Quaresma (3): sstatesig: skip the rm_work task signature rm_work: exclude the SSTATETASKS from the rm_work tasks sinature sstate: Allow optimisation of do_deploy_archives task dependencies Joshua Watt (2): classes: create-spdx: Move to version specific class scripts: convert-overrides: Allow command-line customizations Kai Kang (1): libuv: fixup SRC_URI Konrad Weihmann (1): create-spdx: default share_src for shared sources Lee Chee Yang (1): migration guides: add release notes for 4.0.5 Leon Anavi (2): get_module_deps3.py: Check attribute '__file__' python3-manifest.json: Fix re in core Mark Asselstine (2): bitbake: data: drop unused __expand_var_regexp__ and __expand_python_regexp__ bitbake: data_smart: allow python snippets to include a dictionary Markus Volk (4): webkitgtk: use libsoup-3.0 by default epiphany: use libsoup-3.0 by default gstreamer1.0-plugins-good: use libsoup-3.0 by default libinput: upgrade 1.19.4 -> 1.21.0 Martin Jansa (1): cargo.bbclass: avoid calling which ${RUSTC} with undefined ${RUSTC} Michael Opdenacker (10): ref-manual: terms.rst: add SBOM and SPDX terms ref-manual: variables.rst: document spdx-create class variables dev-manual: common-tasks.rst: add section about SPDX / SBOM generation ref-manual: classes.rst: expand documentation of create-spdx class ref-manual: terms.rst: add reference to new SBOM/SPDX section in dev manual manuals: document "mime-xdg" class and MIME_XDG_PACKAGES manuals: add shortcut for Wikipedia links ref-manual/variables.rst: expand BB_NUMBER_THREADS description ref-manual/variables.rst: expand PARALLEL_MAKE description release-notes: use oe_git and yocto_git macros Nathan Rossi (4): oeqa/selftest/lic_checksum: Cleanup changes to emptytest include oeqa/selftest/minidebuginfo: Create selftest for minidebuginfo glibc-locale: Do not INHIBIT_DEFAULT_DEPS package: Fix handling of minidebuginfo with newer binutils Niko Mauno (1): systemd: Consider PACKAGECONFIG in RRECOMMENDS Paulo Neves (1): manuals: remove xterm requirements Pavel Zhukov (1): bitbake: gitsm: Fix regression in gitsm submodule path parsing Peter Kjellerstedt (1): pango: Make it build with ptest disabled Peter Marko (2): systemd: add group render to udev package meta-selftest/staticids: add render group for systemd Quentin Schulz (3): docs: ref-manual: classes: fix section name for github-releases docs: ref-manual: classes: add missing closing parenthesis docs: poky.yaml.in: remove pylint3 from Ubuntu/Debian host dependencies Richard Purdie (7): bitbake.conf: Drop export of SOURCE_DATE_EPOCH_FALLBACK gcc-shared-source: Fix source date epoch handling gcc-source: Fix gengtypes race gcc-source: Drop gengtype manipulation gcc-source: Ensure deploy_source_date_epoch sstate hash doesn't change sanity: Drop data finalize call bitbake: data/data_smart/build: Clean up datastore finalize/update_data references Robert Yang (1): bitbake: gitsm.py: process_submodules(): Set nobranch=1 for url Ross Burton (19): insane: add codeload.github.com to src-uri-bad check populate_sdk_ext: use ConfigParser instead of SafeConfigParser stress-ng: improve makefile use linux-firmware: don't put the firmware into the sysroot oeqa/qemurunner: update exception class for QMP API changes oeqa/core/decorator: add decorators to skip based on HOST_ARCH oeqa/selftest/buildoptions: skip test_read_only_image on qemuarm64 oeqa/selftest/efibootpartition: improve test oeqa/selftest/imagefeatures: remove hardcoded MACHINE in test_image_gen_debugfs oeqa/selftest/imagefeatures: don't use wic images in test_hypervisor_fmts oeqa/selftest/imagefeatures: set a .wks in test_fs_types oeqa/selftest/overlayfs: overlayfs: skip x86-specific tests oeqa/selftest/package: generalise test_gdb_hardlink_debug() oeqa/selftest/package: improve test_preserve_ownership oeqa/selftest/runqemu: don't hardcode qemux86-64 oeqa/selftest/runtime_test: only run the virgl tests on qemux86-64 oeqa/selftest/wic: skip more tests on aarch64 oeqa/selftest/wic: use skipIfNotArch instead of custom decorator classes/testexport: move to classes-recipe Sergei Zhmylev (1): wic: make ext2/3/4 images reproducible Tim Orling (4): python3-typing-extensions: upgrade 4.3.0 -> 4.4.0 bitbake: toaster: fixtures/README: django 1.8 -> 3.2 bitbake: toaster: fixtures/gen_fixtures.py: update branches bitbake: toaster: Add refreshed oe-core and poky fixtures Ulrich Ölmann (1): dev-manual: common-tasks.rst: fix typos Wang Mingyu (33): bind: upgrade 9.18.7 -> 9.18.8 libedit: upgrade 20210910-3.1 -> 20221030-3.1 mtools: upgrade 4.0.41 -> 4.0.42 diffstat: upgrade 1.64 -> 1.65 inetutils: upgrade 2.3 -> 2.4 orc: upgrade 0.4.32 -> 0.4.33 socat: upgrade 1.7.4.3 -> 1.7.4.4 libxcrypt: upgrade 4.4.28 -> 4.4.30 python3-babel: upgrade 2.10.3 -> 2.11.0 python3-hatch-fancy-pypi-readme: upgrade 22.7.0 -> 22.8.0 python3-hatchling upgrade: 1.11.0 -> 1.11.1 gi-docgen: upgrade 2022.1 -> 2022.2 libdrm: upgrade 2.4.113 -> 2.4.114 mmc-utils: upgrade to latest revision mobile-broadband-provider-info: upgrade 20220725 -> 20221107 libsdl2: upgrade 2.24.1 -> 2.24.2 mesa: upgrade 22.2.2 -> 22.2.3 python3-dtschema: upgrade 2022.9 -> 2022.11 python3-flit-core: upgrade 3.7.1 -> 3.8.0 python3-pip: update 22.3 -> 22.3.1 python3-psutil: upgrade 5.9.3 -> 5.9.4 python3-setuptools: upgrade 65.5.0 -> 65.5.1 python3-sphinx-rtd-theme: upgrade 1.1.0 -> 1.1.1 python3-subunit: upgrade 1.4.0 -> 1.4.1 python3-wheel: upgrade 0.38.0 -> 0.38.4 sed: update 4.8 -> 4.9 sudo: upgrade 1.9.12 -> 1.9.12p1 sysstat: upgrade 12.6.0 -> 12.6.1 babeltrace: upgrade 1.5.8 -> 1.5.11 iso-codes: upgrade 4.11.0 -> 4.12.0 libsoup: upgrade 3.2.1 -> 3.2.2 wayland-protocols: upgrade 1.27 -> 1.28 xwayland: upgrade 22.1.4 -> 22.1.5 zhengruoqin (5): python3-jsonschema: upgrade 4.16.0 -> 4.17.0 python3-pyrsistent: upgrade 0.18.1 -> 0.19.2 python3-numpy: upgrade 1.23.3 -> 1.23.4 python3-sphinx-rtd-theme: upgrade 1.0.0 -> 1.1.0 python3-pbr: upgrade 5.10.0 -> 5.11.0 meta-openembedded: 6ebff843cc..d04444509a: Armin Kuster (1): meta-oe][PATCH] gst-editing-services: fix typo in LICENSE field. Chen Pei (1): python3-brotli: Add new recipe for 1.0.9 Kory Maincent (1): openocd: fix build error Leon Anavi (6): python3-automat: Upgrade 20.2.0 -> 22.10.0 python3-asttokens: Upgrade 2.0.8 -> 2.1.0 python3-zeroconf: Upgrade 0.39.2 -> 0.39.4 python3-imageio: Upgrade 2.22.2 -> 2.22.3 python3-httplib: Upgrade 0.20.4 -> 0.21.0 python3-twisted: Upgrade 22.8.0 -> 22.10.0 Markus Volk (6): pugixml: upgrade 1.12 -> 1.13 geary: update 40.0 -> 43.0 rest: upgrade 0.8.1 -> 0.9.0 gnome-online-accounts: update 3.44.0 -> 3.46.0 yelp: use libsoup-3.0 by default surf: use libsoup-3.0 by default Martin Jansa (1): monkey: use git fetcher Randy MacLeod (1): nftables: use automake ptest output format Sakib Sajal (1): minio: add recipe for minio client Tim Orling (5): libcompress-raw-bzip2-perl: upgrade 2.096 -> 2.201 libcompress-raw-lzma-perl: upgrade 2.096 -> 2.201 libcompress-raw-zlib-perl: upgrade 2.096 -> 2.202 libio-compress-lzma-perl: upgrade 2.096 -> 2.201 libio-compress-perl: upgrade 2.096 -> 2.201 Wang Mingyu (43): python3-lazy-object-proxy: upgrade 1.7.1 -> 1.8.0 python3-luma-oled: upgrade 3.8.1 -> 3.9.0 python3-nmap: upgrade 1.5.4 -> 1.6.0 python3-pint: upgrade 0.20 -> 0.20.1 python3-protobuf: upgrade 4.21.8 -> 4.21.9 python3-pytest-benchmark: upgrade 3.4.1 -> 4.0.0 python3-pytest-html: upgrade 3.1.1 -> 3.2.0 python3-pytest-xdist: upgrade 2.5.0 -> 3.0.2 python3-requests-toolbelt: upgrade 0.10.0 -> 0.10.1 python3-websockets: upgrade 10.3 -> 10.4 fetchmail: Fix buildpaths warning. libxpresent: upgrade 1.0.0 -> 1.0.1 xkbprint: upgrade 1.0.5 -> 1.0.6 xmlsec1: upgrade 1.2.34 -> 1.2.36 openwsman: Change download branch from master to main. hwdata: upgrade 0.363 -> 0.364 lcms: upgrade 2.13.1 -> 2.14 libdbd-sqlite-perl: upgrade 1.70 -> 1.72 mosh: upgrade 1.3.2 -> 1.4.0 xfstests: upgrade 2022.10.09 -> 2022.10.30 ulogd2: upgrade 2.0.7 -> 2.0.8 cli11: upgrade 2.3.0 -> 2.3.1 ctags: upgrade 5.9.20221023.0 -> 5.9.20221106.0 valijson: upgrade 0.7 -> 1.0 openvpn: upgrade 2.5.7 -> 2.5.8 poco: upgrade 1.12.3 -> 1.12.4 poppler: upgrade 22.10.0 -> 22.11.0 satyr: upgrade 0.39 -> 0.40 ser1net: upgrade 4.3.8 -> 4.3.9 stunnel: upgrade 5.66 -> 5.67 wolfssl: upgrade 5.5.2 -> 5.5.3 tio: upgrade 2.2 -> 2.3 uhubctl: upgrade 2.4.0 -> 2.5.0 zabbix: upgrade 6.2.3 -> 6.2.4 python3-spidev: upgrade 3.5 -> 3.6 python3-gevent: upgrade 22.10.1 -> 22.10.2 python3-google-auth: upgrade 2.13.0 -> 2.14.0 python3-greenlet: upgrade 1.1.3.post0 -> 2.0.0 python3-robotframework: upgrade 6.0 -> 6.0.1 python3-regex: upgrade 2022.9.13 -> 2022.10.31 python3-pillow: upgrade 9.2.0 -> 9.3.0 python3-paramiko: upgrade 2.11.0 -> 2.12.0 python3-jsonref: upgrade 0.3.0 -> 1.0.1 leimaohui (1): samba: Fix install conflict with multilib enabled. zhengrq.fnst@fujitsu.com (5): python3-sqlalchemy: upgrade 1.4.42 -> 1.4.43 python3-websocket-client: upgrade 1.4.1 -> 1.4.2 python3-termcolor: upgrade 2.0.1 -> 2.1.0 python3-zopeinterface: upgrade 5.5.0 -> 5.5.1 python3-tqdm: upgrade 4.64.0 -> 4.64.1 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0a8f95b57a7b9433fe59a9055a4dae58694c1759
2022-11-19phosphor-host-ipmid: srcrev bump b78184e73b..fc24fa5e00Andrew Geissler1-1/+1
Alexander Filippov (2): user_mgmt: set priv-user as the default privilege user_mgmt: Discard no-access privilege Jiaqing Zhao (1): channel_mgmt: Handle uncaught exception in syncNetworkChannelConfig Willy Tu (2): enable dbus-sdr in testing by default sensordatahandler: clamp the values instead of removing the sensor Change-Id: Ieaf7c5603aed6a8a406338320ab0627b559ab428 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-19phosphor-networkd: srcrev bump 85dc57a57c..01c816f25bAndrew Geissler1-1/+1
Jian Zhang (1): util: Add data ptr check to avoid crash William A. Kennington III (20): types: Add hash function for IPs types: Simplify ostream operators types: hash_multi should take const refs types: Add constexpr endianness functions types: Add a type for interface addresses types: Add constexpr numeric decode types: Add constexpr ether_addr parser types: Add constexpr in_addr parser types: Better IPv6 RFC5952 support types: Add constexpr in6_addr parser types: Add constexpr InAddrAny / IfAddr parser types: Add constexpr int encoder types: Make all address conversion constexpr ipaddress: Refactor object creation ethernet_interface: Normalize IP for gateway ethernet_interface: Normalize IPs for nameservers util: Remove unused isValidPrefix neighbor: Refactor object creation util: Remove unused isValidIP util: Simplify addFromBuf Change-Id: Id1b2b0c8244c0a9f45da0fbec0e319d3e706a369 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-19phosphor-power: srcrev bump 941b60df01..bb54ba3a74Andrew Geissler1-1/+1
Shawn McCarney (1): regulators: Initial Bonnell config file Change-Id: Ic9c83c9b1c2e6fce8f52bec44af14301389b04c7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-19phosphor-pid-control: srcrev bump fb82a87d2e..23e22b90c3Andrew Geissler1-1/+1
Bonnie Lo (2): Support derivative term in PID algorithm and support to set cycle interval time from fan table Add debug mode Josh Lehan (5): Fix Meson build problem when building tests Adding new feature of core PID loop logging FanController: Use raw RPM as input to fan PID loop Adding more temporary files to gitignore Add new PID Class types "power" and "powersum" Change-Id: I04104ec2e254ae8f7a7908f55d150c9fef5ca4e9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-19kcsbridge: srcrev bump bc7bf46322..b1cb6dd873Andrew Geissler1-1/+1
Harvey.Wu (1): ensure service start success Change-Id: I31aa2c60667e4747d0b9f09d14da08e5b0fa746f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-19meta-phosphor: systemd: remove udev from USERADD_PACKAGESPatrick Williams1-0/+8
The latest Yocto adds udev to the USERADD_PACKAGES set, which causes it to have a RDEPENDS on "shadow". We explicitly remove shadow from our initramfs due to not wanting the size of it and all the corresponding PAM modules. Having it set breaks p10bmc where we pull a udev-requiring script into the initramfs. The only reason udev is currently in the USERADD_PACKAGES is due to a need for a specific udev rule related to graphics adding a `render` group. Since this isn't applicable to the BMC, I'm removing udev from the USERADD_PACKAGES for us. Change-Id: I9b92dbefc691f91c179a0bfcb5bd228bb27b738a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2022-11-18phosphor-debug-collector: srcrev bump f39157c877..cdb5897745Andrew Geissler1-1/+1
Jayanth Othayoth (1): remove unused com.ibm specific header file from dump utils Marri Devender Rao (2): Revert "dreport: add active services (systemd) status to the BMC dump" dreport: move ipaddr plugin commands into network plugin Change-Id: Iaffbbab7eacf8e17413eab84234565d94d22568d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-16phosphor-host-ipmid: srcrev bump 9a9ac0bcfc..b78184e73bAndrew Geissler1-1/+1
Willy Tu (1): Add option to disable getActiveSoftwareVersionInfo Change-Id: I3b363575cc4b14c672f5ddbc7f4df83d8621f51a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-16phosphor-pid-control: srcrev bump cf8ee3006c..fb82a87d2eAndrew Geissler1-1/+1
Harvey Wu (2): Change folder name build to buildjson fix cppcheck warning Harvey.Wu (2): fix compile warning when meson build meson: Add meson and meson_option files Josh Lehan (2): pid/zone: Adding unscaled to cache and logging dbusconfiguration: Init margin similar to temp Change-Id: I64d771c3ad25bdee0d4ff249a84701ce5de6e7c0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-16smbios-mdr: srcrev bump 7393e48def..bb9c622d16Andrew Geissler1-1/+1
Gobinath Krishnamoorthy (1): Use mobo's object system iface to find mobo path. Konstantin Aladyshev (1): Utilize 'Bank Locator' memory device table field Change-Id: I24002707ab97189ae64aa85b16b9058bf73519f0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-16pldm: srcrev bump 68f5bbdfa5..cac0ebb2a6Andrew Geissler1-1/+1
Sagar Srinivas (1): pldm: Trace out BIOS attribute change Change-Id: I8c41ca8226b3484f57a6feff2b3b05f301abfa13 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-16phosphor-debug-collector: srcrev bump 89d648e797..f39157c877Andrew Geissler1-1/+1
Asmitha Karunanithi (1): Implement OriginatedBy interface in dump entry dbus obj Janet Adkins (1): dreport: Add Linux Kernel trace to dump Change-Id: Id92a4215decb76531beb2cd773bdde93fe0f4c43 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-16bmcweb: srcrev bump ce05f6c443..4ca3ec3c54Andrew Geissler1-1/+1
Albert Zhang (1): Add Redfish EnvironmentMetrics schema in bmcweb Nikhil Namjoshi (1): Processor: Implement links and HEAD Change-Id: I564e5419f78b475c8b963d4185460de58afb5a13 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-15libmctp: srcrev bump f447b4f440..0f05b6cb81Andrew Geissler1-1/+1
Andrew Jeffery (1): astlpc: Refactor redundant assertion and associated logic Change-Id: Ife917ac238d0313b9d0d6e99c21b8cf335a385f3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-12phosphor-dbus-interfaces: srcrev bump e7c10bd5cd..219368bedbAndrew Geissler1-1/+1
William A. Kennington III (1): Network/VLAN: Remove InterfaceName Change-Id: I4f0e4a83d3630e53e2565b6d00bad40bcc59aa70 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-12phosphor-post-code-manager: srcrev bump a27519e987..c1819379d1Andrew Geissler1-1/+1
Bonnie Lo (1): Max post code file size per cycle setting Change-Id: Ic533dad7f9986a01bd29523b39ee29e0b49009f0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-12webui-vue: srcrev bump 946535f39b..b24a483edaAndrew Geissler1-1/+1
Konstantin Aladyshev (1): Display DIMM identify LED element only if LED is present Change-Id: I266e5abeb88eadb5f794b19f32f17ebd4eac7b2b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-12phosphor-state-manager: srcrev bump 6bb52dad50..eab2ea348dAndrew Geissler1-1/+1
Andrew Geissler (2): hypervisor: add to documentation update host state documentation Change-Id: I43fe1991a9fd8baeed21d85b65881c601787cbbb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-12phosphor-user-manager: srcrev bump 40e44979e8..fef63038e4Andrew Geissler1-1/+1
Nan Zhou (5): user add/delete: add unit tests ThrowForInvalidPrivilege: add unit test ThrowForInvalidGroups: add unit test renameUser: add unit test updateGroupsAndPriv: fix bugs and add tests Change-Id: Ic09994c776b9e3fc134a968bd19ff25d4e15dbcc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-11bmcweb: srcrev bump 32d9a653b2..ce05f6c443Andrew Geissler1-1/+1
Carson Labrado (1): Aggregation: Fix header clobbering Nan Zhou (1): thermal subsystem: iwyu Change-Id: I21c3eb60b25c6efec1dde6ee3968cb9a443e2b59 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-11-11phosphor-debug-collector: srcrev bump c0ab9d43d5..89d648e797Andrew Geissler1-1/+1
Marri Devender Rao (12): dreport: fix capturing guard data in BMC dump op:dreport change path of device-tree to copy to dump dreport: add inventory persistent data to BMC dump dreport: add led manager persistent data to BMC dump ibm:dreport: move IBM specific dump plugins to repository dreport: Fix warnings displayed during plugin execution op:dreport list existing dump details to BMC dump op:dreport Add OCC details to BMC dump dreport: Add BIOS settings data to BMC dump dreport: add settings data to BMC dump openpower:dreport: add cfam details to BMC dump dreport: removing logging error in altfwprintenv dump plugin Matt Spinler (1): Add README for dreport Change-Id: Ic3dfbbd1be8fcd10b058abce30e661a60b73957e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>