summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-02-02meta-facebook: Add service for power control initialization in ↵Delphine CC Chiu3-1/+46
phosphor-state-manager Description: Add service to for power control initialization use. Test Case: Get corresponding BMC register configuration. Change-Id: I8d227da66ddca4e38142744606ee130c1ce7aa7f Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
2023-02-02meta-facebook: phosphor-state-manager: support host power reset and chassis ↵Delphine CC Chiu7-4/+128
power cycle Summary: Add service and script to support host reset and chassis power cycle. Tested: Change property to trigger host and chassis target and check the power status. Change-Id: Ie21903f5bc5bbebeaf31153c52d1605cd35619a0 Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
2023-02-02greatlakes: support SoL on multi-hostDelphine CC Chiu19-0/+270
Description: - Support Meta greatlakes SoL on multi-host Design: - We designed by 4 clients on port 2200~2203 represents Host1 ~ Host4, and 4 clients on port 2300~2303 represents BIC1 ~ BIC4, the clients will use socket-id to connect to corresponding server. - For switching between Host/BIC, each client will manipulate the UART mux by the cpld driver before connect to the server. The script for switching the mux can be implemented in project layer. Limitation: - Since the CPLD device driver is not ready yet, we currently use raw commands (i2ctransfer) to manipulate the register value, we will adapt to the interface on CPLD device drvier when it's ready. Issue: - None Test Case: 1. Check ssh -p 2200 ${ip} should successfully connect to Slot 1 Host. - pass 2. Check ssh -p 2300 ${ip} should successfully connect to Slot 1 BIC. - pass 3. Check ssh -p 2201 ${ip} should successfully connect to Slot 2 Host. - pass 4. Check ssh -p 2301 ${ip} should successfully connect to Slot 2 BIC. - pass 5. Check ssh -p 2202 ${ip} should successfully connect to Slot 3 Host. - pass 6. Check ssh -p 2302 ${ip} should successfully connect to Slot 3 BIC. - pass 7. Check ssh -p 2203 ${ip} should successfully connect to Slot 4 Host. - pass 8. Check ssh -p 2303 ${ip} should successfully connect to Slot 4 BIC. - pass Change-Id: I3ebe12d4cabb01b401220c053cced089141e79e8 Signed-off-by: Bonnie Lo <Bonnie_Lo@wiwynn.com>
2023-02-02openpower-proc-control: srcrev bump bd1d736182..ec41db0314Andrew Geissler1-1/+1
Andrew Geissler (1): update op-reset-host-check in accordance with recent refactoring Change-Id: I95c7a1b6b22df2633f604403bc73d23401ff3f62 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-02phosphor-buttons: srcrev bump c0fee46e2b..ce24bf6373Andrew Geissler1-1/+1
kuiying (1): Updagte Kuiying's email address Change-Id: I19be7983f179f1f6eb1b0c4715d239ed48fcd52d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-02smbios-mdr: srcrev bump efd41540b5..6d8d8d63c4Andrew Geissler1-1/+1
kuiying (1): Updagte Kuiying's email address Change-Id: I5d801191b34dd4231e637b1d7b41c19fa7218257 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-02bmcweb: srcrev bump 870f3e9148..cef57e855fAndrew Geissler1-1/+1
Gunnar Mills (1): Fix handleAccounttDelete spelling Willy Tu (1): Set state to Absent on Present == false Change-Id: I9cc2dadebab2834070e5008231f300dc0fd4e875 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-02phosphor-fan-presence: srcrev bump 466bd228e6..0eeadc2326Andrew Geissler1-1/+1
Chau Ly (2): monitor: Add delay for host control monitor: Use host state to decide power state Matt Spinler (2): Add explicit keyword to 1 arg constructors control: Removed unused variable Change-Id: Id587ebb01ac26962f0fb372aed13cd24110d1b5b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-02webui-vue: srcrev bump 83ca596d2f..c72f1e3e1eAndrew Geissler1-1/+1
Sivaprabu Ganesan (1): Added encodeURIComponent to CSR certificate Change-Id: I7c4fe3bcadd43d3cf04c5e3227f80d8d1c01a665 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-02openpower-vpd-parser: srcrev bump 80cac3fa27..f27cea7575Andrew Geissler1-1/+1
Kantesh Nagaradder (1): Add necessary fields to make NVMe drives as CMable Priyanga Ramasamy (1): Enable backup&reset on system brand name keywords Change-Id: I07eaf7c7ecbe682bf98cad2225ced461b455c230 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-02libbej: srcrev bump c14fab6eeb..42627cab5cAndrew Geissler1-1/+1
kasunath (1): Fix formating issues Change-Id: Id4c785ef86a8401f60cf52966ad02e7bf16a7b49 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-01sdbusplus: srcrev bump abbdd6aa11..29c4d43538Andrew Geissler1-1/+1
Patrick Williams (1): event: add unistd header Change-Id: I5c28596a4246f898b40fac8de4294977fbf47326 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-31Removed extra added postcode manager dbus serviceKumar Thangavel1-5/+4
In current code, Extra Postcode manager dbus service name had added for our multi host systems which have 4 hosts[1-4] Ex : PostCode0, PostCode[1-4]. PostCode0 is not needed for our multi host system. So, this change removes the extra PostCode0 dbus services by removing default PostCode.service file. As per design, dbus service naming conventions as follows single host - xyz.openbmc_project.State.Boot.PostCode0 multi host system - xyz.openbmc_project.State.Boot.PostCode1 xyz.openbmc_project.State.Boot.PostCode2 xyz.openbmc_project.State.Boot.PostCode3 xyz.openbmc_project.State.Boot.PostCode4(N) xyz.openbmc_project.State.Boot.PostCode0 was added additionally for multi host systems which has been removed in this patch TESTED : Verified all host postcode dbus services are displayed correctly and tested in Facebook YosemiteV2/Tiogapass platform Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: I8ba9674cd8cd124b659649526aace093684ad612
2023-01-30subtree updatesPatrick Williams121-534/+975
meta-security: 3d9dab6d14..7eed4a60f5: Armin Kuster (2): linux-yocto.bbappend: bump to kernel version 6.x meta-tpm: bump linux-yocto to 6.x kernel Max Krummenacher (1): samhain: rework due to changed cache handling meta-openembedded: 2ab113e8be..ea63f13846: Beniamin Sandu (1): mbedtls: export source files/headers needed by ATF Khem Raj (13): poco: Do not use std::atomic<bool> libwebsockets: Fix build with gcc13 v4l-utils: Fix build with gcc13 proj: Upgrade to 9.1.1 release mpd: Upgrade to 0.23.12 release geos: Upgrade to 3.9.4 geos: Fix build with gcc13 libinih: Upgrade to version 56 python3-pybind11: Upgrade to 2.10.3 waylandpp: Fix build with gcc-13 sedutil: Fix build with gcc13 usbguard: Fix build with gcc13 minifi-cpp: Fix build with gcc13 Martin Jansa (6): keyutils: fix Upstream-Status formatting gphoto2: fix Upstream-Status formatting .patch: fix Upstream-Status formatting issues reported by patchreview tool from oe-core android-tools: fix Upstream-Status formatting mm-common: fix Upstream-Status formatting .patch: fix Signed-off-by formatting issues reported by patchreview tool from oe-core poky: 5e249ec855..29afbb5e14: Alejandro Hernandez Samaniego (1): newlib: Upgrade 4.2.0 -> 4.3.0 Alexander Kanavin (1): gdk-pixbuf: do not use tools from gdk-pixbuf-native when building tests Armin Kuster (1): lttng-modules: Fix for 5.10.163 kernel version Khem Raj (3): valgrind: Include missing <cstdint> webkitgtk: Fix build with gcc 13 gdb: Define alignof using _Alignof when using C11 or newer Richard Purdie (3): make-mod-scripts: Ensure kernel build output is deterministic bitbake.conf: Inject a dash into PN for BB_HASH_CODEPARSER_VALS scripts/bitbake-prserv-tool: Fix to work with memres bitbake Ross Burton (1): Revert "cve-update-db-native: show IP on failure" meta-arm: 3d51e1117d..aecbb77f72: Jon Mason (4): arm/qemuarm-secureboot: Changes for v2023.01 u-boot arm-bsp/juno: update to use u-boot v2023.01 arm-bsp/juno: update kernel patches for 6.1 arm-bsp/fvp-base: update kernel config to remove warning Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia335876b7ce9a4c9d19ca41ae321b266b3b6d00e
2023-01-30meta-ampere: Change login attempt default thresholdChau Ly2-0/+22
The default login attempt threshold is currently 0. This patch changes the value to 5 to match with Ampere's functional specification. Test: 1. Login via web and check Account policy settings 2. Default value at "Max failed login attempts Value must be between 0 – 65535" is 5 Signed-off-by: Chau Ly <chaul@amperecomputing.com> Change-Id: I3b46d23f02b8c64ce27fd68cda335fe4550f926f
2023-01-28subtree updates:openembedded:poky: Jan 27 2023Andrew Geissler518-6461/+14237
poky: 0ce159991d..5e249ec855: Alex Kiernan (2): rust: Upgrade 1.66.0 -> 1.66.1 rust: Remove CARGO_VERSION Alexander Kanavin (7): selftest/virgl: use pkg-config from the host ethtool: upgrade 6.0 -> 6.1 man-pages: upgrade 6.01 -> 6.02 mesa: update 22.2.3 -> 22.3.3 webkitgtk: submit a patch upstream python3-sphinxcontrib-applehelp: update 1.0.2 -> 1.0.3 vulkan-samples: branch rename master -> main Benoît Mauduit (1): lib/oe/reproducible: Use git log without gpg signature Bruce Ashfield (6): linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE linux-yocto/6.1: update to v6.1.5 linux-yocto/5.15: update to v5.15.87 conf/qemu: bump preferred kernel version to 6.1 poky/poky-tiny: bump preferred version to 6.1 Changqing Li (1): cmake-native: use internal cmcurl library Chen Qi (2): file: export MAGIC in SDK rpm: do not export MAGIC in SDK Chuck Wolber (1): scripts/oe-setup-layers: Make efficiently idempotent Fabio Estevam (2): u-boot: Upgrade to 2023.01 u-boot: Update Upstream-Status He Zhe (1): lttng-modules: update 2.13.7 -> 2.13.8 Jan Luebbe (1): p11-kit: add native to BBCLASSEXTEND Jermain Horsman (1): cve-check: write the cve manifest to IMGDEPLOYDIR Kevin Hao (1): meta-yocto-bsp: Update the default kernel to 6.1 Khem Raj (31): createrepo-c: Include missing rpm/rpmstring.h libglu: Remove deprecated register in C++17 cpio: Do not use _Noreturn in gnulib groff: Drop use of `register` storage class vulkan-samples: Update to the tip of trunk unfs3: Fix implicit function declarations of fix_dir_times() gperf: Make the code C++17 compliant libxcb: Fixed c2x standard undefined behaviour dbus: Use Alignof when using C11 or newer standard m4: Define alignof_slot using _Alignof when using C11 or newer opkg: Define alignof using _Alignof when using C11 or newer cpio: Fix gnulib alignof implementation on clang python3-numpy: Define _ALIGN using _Alignof when using C11 or newer vulkan-samples: Drop using u8string_view musl-obstack: Update to 1.2.3 mdadm: Define alignof using _Alignof when using C11 or newer lttng-tools: Switch to alternative upstream submitted patch libtirpc: Check if file exists before operating on it ruby: Use C11 _Alignof to define ALIGN_OF when possible libusb1: Link with latomic only if compiler has no atomic builtins libusb1: Strip trailing whitespaces elfutils: Fix build with libcurl >= 7.87 stress-ng: Robustify test-float test harfbuzz: Add missing <cstdio> and <cstdlib> includes apt: add missing <cstdint> for uint16_t vulkan-samples: Include missing header cstdint for uint32_t ruby: Update the patch status systemd: Add another fix for using XSI strerror_r elfutils: Remove funcretval test from run-native-test.sh for now binutils: Upgrade to 2.40 release binutils: Package libsframe Lee Chee Yang (1): migration-guides: add release-notes for 4.1.2 Luca Boccassi (1): systemd: add PACKAGECONFIG to select default compression format Luca Ceresoli (1): manuals: fix typo in the MLPREFIX description Markus Volk (3): gptfdisk: add follow-up patch to fix with current popt gtk+3: add PACKAGECONFIG for libcloudservice and tracker; fix cups backend gtk4: add PACKAGECONFIG for cloudproviders Martin Jansa (1): mesa: update submitted patch with backported version Michael Opdenacker (3): rust-bin.bbclass: remove unused class meta/classes-global: remove package_tar.bbclass ref-manual: initial documentation for go and go-mod classes Mikko Rapeli (1): kmod: enable openssl support by default Niko Mauno (1): Fix missing leading whitespace with ':append' Ovidiu Panait (1): webkitgtk: fix perl-native dependency Paulo Neves (1): bitbake: bitbake-getvar: Add a quiet command line argument Pavel Zhukov (3): bitbake: fetch2: kill parameters in uri_find_decoded bitbake: fetch2/tests: Add test for Mercurial bitbake: fetch2/tests: Add parameter to recipe_uri Pawel Zalewski (1): classes/fs-uuid: Fix command output decoding issue Peter Kjellerstedt (2): librsvg: Only enable the Vala bindings if GObject Introspection is enabled cargo-update-recipe-crates.bbclass: Mark the update_crates task as nostamp Peter Marko (1): iproute2: separate routel and add python dependency Quentin Schulz (1): packagegroup-core-boot: make init-ifupdown package a recommendation Randy MacLeod (1): vim: upgrade 9.0.0947 -> 9.0.1211 Richard Purdie (23): bitbake: server/process: Improve lockfile handling at exit pseudo: Update to pull in linux-libc-headers race fix pseudo: Switch back to the master branch insane: Improve patch warning/error handling poky: Set INIT_MANAGER by a separate variable bitbake: server/process: Fix lockfile contents check bug bitbake: cooker: Fix siggen recipe cache race issue bitbake: cache: Only write files if we have data bitbake: cooker: Fix parsing race around cache handling bitbake: data: Add support for new BB_HASH_CODEPARSER_VALS for cache optimisation bitbake: data_smart: Small optimisation to _findVar() native: Drop special variable handling bitbake.conf: Add BB_HASH_CODEPARSER_VALS pseudo: Update to include logic fix bitbake.conf: Add METADATA_REVISION to BB_HASH_CODEPARSER_VALS native: Implement BBCLASSEXTEND PACKAGES_DYNAMIC handling conf/sdk/x86-64: Set march specifically bitbake: cache/codeparser: Switch to a new BB_CACHEDIR variable for cache location oeqa/selftest/devtool: Fix for linux 6.1 versions onwards wic/efi-bootdisk.wks: Fix for 6.1 kernel versions kernel/linux-kernel-base: Fix kernel build artefact determinism issues build-appliance-image: Update to master head revision build-appliance: Fix merge error Ross Burton (12): python3-pyproject-hooks: add new recipe python3-build: add 0.10.0 python_pep517: use python3-build, not picobuild python3-picobuild: remove cve-update-db-native: show IP on failure quilt: rewrite ptest glue quilt: fix intermittent failure in faildiff.test spirv-headers/spirv-tools: set correct branch name quilt: use upstreamed faildiff.test fix ppp: backport fix for CVE-2022-4603 bitbake: bb/utils: include SSL certificate paths in export_proxies buildtools-tarball: set pkg-config search path Thomas Roos (1): devtool: fix devtool finish when gitmodules file is empty Tim Orling (3): bitbake: bitbake: fix deprecated threading.Thread.setDaemon python3-cryptography{-vectors}: 38.0.4 -> 39.0.0 bitbake: toaster: update fixtures Tom Hochstein (1): gstreamer1.0-plugins-good: Fix libsoup runtime dependency Vincent Davis Jr (1): mesa: allow mesa (gbm) to compile without backend Wang Mingyu (20): btrfs-tools: upgrade 6.1 -> 6.1.2 libpcap: upgrade 1.10.2 -> 1.10.3 libwebp: upgrade 1.2.4 -> 1.3.0 man-db: upgrade 2.11.1 -> 2.11.2 dpkg: upgrade 1.21.17 -> 1.21.18 ed: upgrade 1.18 -> 1.19 gi-docgen: upgrade 2022.2 -> 2023.1 python3-alabaster: upgrade 0.7.12 -> 0.7.13 python3-setuptools: upgrade 65.6.3 -> 65.7.0 patchelf: upgrade 0.17.0 -> 0.17.2 python3-cython: upgrade 0.29.32 -> 0.29.33 python3-dbusmock: upgrade 0.28.6 -> 0.28.7 python3-hatchling: upgrade 1.12.1 -> 1.12.2 python3-hypothesis: upgrade 6.61.0 -> 6.62.0 python3-importlib-metadata: upgrade 5.2.0 -> 6.0.0 python3-packaging: upgrade 22.0 -> 23.0 python3-pbr: upgrade 5.11.0 -> 5.11.1 python3-pygments: upgrade 2.13.0 -> 2.14.0 stress-ng: upgrade 0.15.01 -> 0.15.02 xz: upgrade 5.4.0 -> 5.4.1 Xiangyu Chen (4): numactl: skip test case when target platform doesn't have 2 CPU node qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288 Yoann Congal (2): bitbake: persist_data: Handle sqlite error when cachefile path is too long sanity: Fix small typos meta-openembedded: cd13881611..2ab113e8be: Alejandro Enedino Hernandez Samaniego (1): weechat: Update 3.4.1 -> 3.8 Alex Kiernan (4): dnsmasq: Merge .inc into .bb dnsmasq: Expand configuration options ntpsec: Upgrade 1.2.1 -> 1.2.2 keyutils: Upgrade 1.6.1 -> 1.6.3 Archana Polampalli (1): Nodejs: Upgrade to 18.12.1 Bartosz Golaszewski (1): libgpiod: fix python bindings build Chee Yang Lee (5): opencv: fix reproducible builds xerces-c: upgrade to 3.2.4 zsh: Fix CVE-2021-45444 redis: Upgrade to 7.0.8 redis: Upgrade to 6.2.9 Dmitry Baryshkov (1): edid-decode: an utility to parse EDID information Etienne Cordonnier (1): uutils-coreutils: upgrade 0.0.16 -> 0.0.17 Fabio Estevam (1): lvgl-demo-fb: Add recipe Gianfranco Costamagna (1): boinc-client: Update boinc from 7.20.4 to 7.20.5 Hermes Zhang (1): kernel_add_regdb: Change the task order Jan Luebbe (3): pcsc-lite: fix native build pcsc-lite: fix homepage URL opensc: fix homepage URL Kai Kang (2): mozjs: fix compile error for arm crda: 3.18 -> 4.15 Khem Raj (65): packagegroup-meta-oe: Remove boost-url from comments trace-cmd: Update to upstream submitted patches packagegroup-meta-oe: Update to reflect latest recipes freeglut: Add packageconfigs for x11/wayland/gles xdg-desktop-portal-wlr: Add wayland to REQUIRED_DISTRO_FEATURES ipmitool: Remove unneeded patch dibbler: Fix build with c++17 and newer std libtevent: Package cmocka tests into ptest package netkit-telnet: Drop using register storage class keyword libxml-libxml-perl: Fix function pointer types fatcat: Fix build with std=c++17 ncmpc: Upgrade to 0.47 python3-matplotlib: Upgrade to 3.6.3 python3-matplotlib: Fix build with c++17 python3-greenlet: Drop using register keyword libmodplug: Fix build with c++17 xmlrpc-c: Upgrade to 1.54.06 satyr: Fix build with musl p8platform: Fix build with c++17 clang freerdp: Fix incompatible function pointer type libtorrent: Update to tip of trunk gnuchess: Fix build with c++17 ippool: Use unsigned int type for 1-bit integer bitfield audiofile: Stick to c++14 std ssiapi: Use c++14 standard log4cpp: Keep using std=c++14 gengetopt: Use std=c++14 libmimetic: Pin to using -std=c++14 ace: Upgrade to 6.5.19 pipewire-media-session: Use PW_ENABLE_DEPRECATED rtorrent: Update to latest tip of trunk nspr: Fix build with clang16 net-snmp: Fix build with clang16 xmlstarlet: Fix build with clang16 libol: Drop recipe hplip: Update to 3.22.10 espeak: Drop using 'register' keyword for storage classifier uw-imap: Fix build with clang 16 xmlsec1: Include xmlsec/parser.h for xmlSecParserSetDefaultOptions() exiv2: Upgrade to 0.27.6 packagegroup-meta-oe: Remove mongodb for upsupported arches rtorrent: Add missing dependency on autoconf-archive thrift: Fix c++ and system header include order problem libcereal: Use -idirafter instead of -isystem poppler: cmake: Do not use -isystem uftreace: Fix a build race sdbus-c++: Disable ccache libcamera: Fix build with gcc-13 mariadb: Fix build with gcc-13 vulkan-cts,opengl-es-cts: Fix build with gcc-13 rocksdb: Fix build with gcc13 rocksdb: Upgrade to 7.9.2 redis-plus-plus: Upgrade to 1.3.7 redis-plus-plus: Fix build with gcc13 rdfind: Upgrade to 1.5.0 release rdfind: Fix build with gcc13 libiodbc: Fix SRC_URI to not use gitlab archives opensaf: Fix build with gcc13 crossguid: Fix build with gcc13 dbus-cxx: Fix build with gcc13 dbus-cxx: Upgrade to 2.3.1 msktutil: Upgrade to 1.2.1 hiredis: Enable SSL/TLS support by default redis-plus-plus: Enable SSL/TLS by default rocksdb: Fix build with clang compiler Lei Maohui (2): biodbc: Added a new recipe. trace-cmd: Fix QA Issue of do_package when enable multilib: Leon Anavi (14): python3-traitlets: Upgrade 5.8.0 -> 5.8.1 python3-prettytable: Upgrade 3.4.1 -> 3.6.0 python3-cantools: Upgrade 38.0.0 -> 38.0.1 python3-imageio: Upgrade 2.23.0 -> 2.24.0 python3-astroid: Upgrade 2.12.13 -> 2.13.2 python3-alembic: Upgrade 1.9.1 -> 1.9.2 python3-autobahn: Upgrade 22.12.1 -> 23.1.1 python3-eventlet: Upgrade 0.33.2 -> 0.33.3 python3-configobj: Upgrade 5.0.6 -> 5.0.8 python3-nocaselist: Upgrade 1.0.6 -> 1.1.0 python3-nocasedict: Upgrade 1.0.4 -> 1.1.0 python3-email-validator: Upgrade 1.3.0 -> 1.3.1 python3-imageio: Upgrade 2.24.0 -> 2.25.0 python3-cachetools: Upgrade 5.2.1 -> 5.3.0 Markus Volk (8): webp-pixbuf-loader: add recipe freerdp: build the rdp server nv-codec-headers: add recipe gnome-chess: import recipe gnome-shell: update 43.1 -> 43.2 pipewire: update 0.3.63 -> 0.3.64 cups-filters: build with dbus support cups-pk-helper: add recipe Martin Jansa (3): s-nail: fix Upstream-Status format smartmontools: fix Upstream-Status format htop: fix Upstream-Status format Niko Mauno (2): Fix missing leading whitespace with ':append' nftables: Fix missing leading whitespace with ':append' Peter Bašista (1): Make tvheadend recipe compatible with the latest tvheadend version Quentin Schulz (1): python3-reedsolo: Add recipe Randy MacLeod (2): librelp: update to 1.11.0 rsyslog: update to 8.2212.0 Richard Hughes (1): fwupd: Upgrade to 1.8.9 Robert Yang (1): tftpy: Add it for python tftp server and client Ross Burton (3): khronos-cts: fix build when python3-build-native is present python3-pytest-forked: update for move from picobuild to build mbedtls: add option to use PSA for X.509/TLS operations Stefan Ghinea (1): mbedtls: upgrade to 2.28.2 to fix CVE-2022-46392, CVE-2022-46393 Trevor Woerner (1): psqlodbc: fix HOMEPAGE Wang Mingyu (62): ctags: upgrade 6.0.20230101.0 -> 6.0.20230108.0 flatbuffers: upgrade 22.12.06 -> 23.1.4 libadwaita: upgrade 1.2.0 -> 1.2.1 hwdata: upgrade 0.365 -> 0.366 libmoo-perl: upgrade 2.005004 -> 2.005005 evolution-data-server-native: upgrade 3.46.2 -> 3.46.3 cli11: upgrade 2.3.1 -> 2.3.2 imapfilter: upgrade 2.7.6 -> 2.8.1 libcgi-perl: upgrade 4.54 -> 4.55 hidapi: upgrade 0.12.0 -> 0.13.0 python3-lazy-object-proxy: upgrade 1.8.0 -> 1.9.0 xfsprogs: upgrade 6.0.0 -> 6.1.0 tbb: upgrade 2021.7.0 -> 2021.8.0 python3-networkx: upgrade 2.8.8 -> 3.0 python3-sqlalchemy: upgrade 1.4.45 -> 1.4.46 python3-aiohue: upgrade 4.5.0 -> 4.6.1 python3-cachetools: upgrade 5.2.0 -> 5.2.1 python3-google-api-python-client: upgrade 2.70.0 -> 2.71.0 python3-flask-migrate: upgrade 4.0.0 -> 4.0.1 python3-coverage: upgrade 7.0.3 -> 7.0.4 python3-googleapis-common-protos: upgrade 1.57.0 -> 1.58.0 python3-ipython: upgrade 8.7.0 -> 8.8.0 python3-redis: upgrade 4.4.0 -> 4.4.1 python3-robotframework: upgrade 6.0.1 -> 6.0.2 python3-uefi-firmware: upgrade 1.9 -> 1.10 python3-ujson: upgrade 5.6.0 -> 5.7.0 python3-xlsxwriter: upgrade 3.0.5 -> 3.0.6 xfsprogs: upgrade 6.1.0 -> 6.1.1 xfstests: upgrade 2022.12.18 -> 2023.01.01 eog: upgrade 43.1 -> 43.2 gvfs: upgrade 1.50.2 -> 1.50.3 libnma: upgrade 1.10.4 -> 1.10.6 nautilus: upgrade 43.1 -> 43.2 nbdkit: upgrade 1.33.4 -> 1.33.7 networkmanager: upgrade 1.40.0 -> 1.40.10 tcpdump: upgrade 4.99.2 -> 4.99.3 unbound: upgrade 1.17.0 -> 1.17.1 ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0 dnfdragora: upgrade 2.1.3 -> 2.1.4 gensio: upgrade 2.6.1 -> 2.6.2 hidapi: upgrade 0.13.0 -> 0.13.1 librelp: upgrade 1.10.0 -> 1.11.0 libtraceevent: upgrade 1.7.0 -> 1.7.1 libtracefs: upgrade 1.6.3 -> 1.6.4 uftrace: upgrade 0.12 -> 0.13 xterm: upgrade 377 -> 378 python3-absl: upgrade 1.3.0 -> 1.4.0 python3-coverage: upgrade 7.0.4 -> 7.0.5 python3-dateparser: upgrade 1.1.5 -> 1.1.6 python3-decouple: upgrade 3.6 -> 3.7 python3-dnspython: upgrade 2.2.1 -> 2.3.0 python3-flask-wtf: upgrade 1.0.1 -> 1.1.0 python3-future: upgrade 0.18.2 -> 0.18.3 python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0 python3-google-auth: upgrade 2.15.0 -> 2.16.0 python3-mock: upgrade 5.0.0 -> 5.0.1 python3-pymodbus: upgrade 3.0.2 -> 3.1.0 python3-pyzmq: upgrade 24.0.1 -> 25.0.0 python3-redis: upgrade 4.4.1 -> 4.4.2 python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0 python3-txaio: upgrade 22.2.1 -> 23.1.1 python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7 Yi Zhao (2): freeradius: upgrade 3.0.21 -> 3.0.26 strongswan: upgrade 5.9.8 -> 5.9.9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I625cfaa0bd5052cd72a121f010db3ecd2f274caf
2023-01-28subtree updates:raspberrypi:arm:security: Jan 27 2023Andrew Geissler149-12732/+2619
meta-raspberrypi: 896566aa92..6c57b92708: Martin Jansa (2): pi-bluetooth: fix typo in Upstream-Status gstreamer1.0-omx: fix Upstream-Status format meta-arm: 5c42f084f7..3d51e1117d: Abdellatif El Khlifi (1): arm-bsp/u-boot: Corstone1000: bump to v2022.10 Anton Antonov (1): arm/kernel: Update ARM-FFA kernel drivers Daniel Díaz (1): arm-bsp/firmware-image-juno: Fix deployment of compressed Image Jon Mason (8): arm-bsp/juno: move to compressed initramfs image arm-bsp/juno: Update kernel patches to the latest arm-bsp/trusted-firmware-m: corstone1000: TFM file clean-ups arm/trusted-firmware-m: disable fatal warnings arm-toolchain: update Arm GCC to 12.2 external-arm-toolchain: Enable 12.2.rel1 support arm-bsp: add u-boot v2022.10 support arm-bsp: add u-boot v2022.10 support Peter Hoyes (8): arm/scp-firmware: Ensure CMAKE_BUILD_TYPE is capitalized arm/scp-firmware: Disable cppcheck arm: Add addpylib declaration arm/lib: Add XAUTHORITY to runfvp environment classes: Define FVP_ENV_PASSTHROUGH variable dependencies classes: Prevent passing None to the runfvp environment classes: Set ARMLMD_LICENSE_FILE in the runfvp environment arm: Use SRC* variables consistently Qi Feng (1): arm-bsp/fvp-baser-aemv8r64: Rebase u-boot patches onto v2022.10 Ross Burton (9): meta-*: mark layers as compatible with mickledore only arm-toolchain: remove obsolete oe_import CI: switch back to master CI: remove obsolete linux-yocto workarounds Revert "CI: revert a meta-clang change which breaks pixman (thus, xserver)" arm-bsp/fvp-base*: no need to remove rng-tools from openssh CI: pass --update and --force-checkout to kas in pending-updates job CI: use 'kas dump' instead of manually catting files CI: remove obsolete install Rui Miguel Silva (1): arm-bsp/u-boot: corstone500: bump to 2022.10 Theodore A. Roth (1): arm/optee-os: Fix FILESEXTRAPATHS meta-security: f991b20f56..3d9dab6d14: Chen Qi (1): openscap: add libpcre DEPEDNS to fix do_configure failure Markus Volk (1): bubblewrap: remove recipe Martin Jansa (1): layer.conf: update LAYERSERIES_COMPAT for mickledore Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I5abd2487fbf395b33b1934ff90bd6d97c7953e6c
2023-01-28dbus-sensors: srcrev bump e73bd0a11e..6747eba5e0Andrew Geissler1-1/+1
Matt Simmering (1): psusensor: Formatting cleanup Change-Id: I22d295c3d3297c836d22ded494c0f038a0ae8fa5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-28openpower-vpd-parser: srcrev bump 124c40653a..80cac3fa27Andrew Geissler1-1/+1
Kantesh Nagaradder (1): BMC:VPD:Removed the unused location codes Change-Id: If7ff7f3d712c81afa828e2b49d9ea432eb77dde2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-28bmcweb: srcrev bump 770b3ff239..870f3e9148Andrew Geissler1-1/+1
Ed Tanous (1): Remove unused variables Change-Id: Ia5f3811615ce52987ca4c62fcc3f7a88c374ce12 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-28openpower-pnor-code-mgmt: srcrev bump 15513dbbab..6fa12d3db9Andrew Geissler1-1/+1
Andrew Geissler (1): update service file deps in accordance with recent refactoring Change-Id: I5c92a7ad9c098a90e9a90744d76f82aee488c8d6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-28phosphor-power: srcrev bump 7f9288ce62..3da879efe7Andrew Geissler1-1/+1
Andrew Geissler (1): update service file deps in accordance with recent refactoring Change-Id: I9f63a51f482c16e425302cd71c4150e7c08db28c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-28phosphor-state-manager: srcrev bump 44a03f9d74..b640ec477dAndrew Geissler1-1/+1
Andrew Geissler (1): update service file deps in accordance with recent refactoring Change-Id: Icfe1a8fdebbfb2a7145d8d6b540eb4717e9c9b94 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-27intel-ipmi-oem: srcrev bump 7f819e8bff..4180cfe981Andrew Geissler1-1/+1
Alex Schendel (1): Fix Get and Set SM PWM Signal Johnathan Mantey (1): Match FRU I2C bus address size to phosphor-host-ipmid definition Snehalatha Venkatesh (1): Fix for GetFanControlConfiguration IPMI command Change-Id: I3916dae311a8ec7523ee88dd2c23cf103a3a6e31 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-27meta-delta: ahe50dc: Add kernel configZev Weiss2-0/+20
Enable some driver support for efuses & fan-control hwmon, and disable some things that are just dead weight on a hostless system. Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: Iee3af4ab5a266b3ebb4728a64b320a5c954e4754
2023-01-27meta-ethanolx: Prepare layer for daytonax boardKonstantin Aladyshev3-6/+6
All configurations that are specific for the EthanolX board are needed to have ":ethanolx" override. Change-Id: I7b3381a1f486168bcd12a1ac0fb4756a31fb0487 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
2023-01-27meta-ethanolx: Add JSON file for the x86-power-controlKonstantin Aladyshev2-0/+67
"x86-power-control" doesn't allow to set BMC_READY signal, but besides that everything is compatible with the upstream code. Change-Id: Ic60bfa7b7cbb85494c542fea9b3fd480beec0a12 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
2023-01-27meta-ethanolx: Populate "redfish/v1/Systems/system"Konstantin Aladyshev1-1/+2
The "redfish/v1/Systems/system" page is necessary to fill the "Server information" panel in the webui-vue application. Change-Id: Id8ee7b6ab504cd38916f92fd6dda9d99dfdd898c Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
2023-01-27meta-ethanolx: Enable ipmitool sol functionalityKonstantin Aladyshev2-0/+21
To enable Serial-Over-LAN functionality via the standard "ipmitool sol" command it is necessary to create a DBUS interface "xyz.openbmc_project.Ipmi.SOL" that would be used for the communication between the "phosphor-net-ipmid" and "phosphor-host-ipmid" applications. Change-Id: I41eaac0eb53b66d135032c14e69abbe5e97509ce Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
2023-01-27meta-ethanolx: Add PID control for fansKonstantin Aladyshev5-26/+344
Add support for dynamic fan RPM control based on the values from temperature sensors. Control is based on PIDs and is splitted to 3 thermal zones: Zone 1: - CPU0 SB-TSI temp with a setpoint 60.0 C - P0 FAN Zone 2: - CPU1 SB-TSI temp with a setpoint 60.0 C - P1 FAN Zone 3: - All LM75A sensors on board with a setpoint 35.0 C - SYS FAN1 - SYS FAN6 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ifca359ba23777e2b1f46783272cf98ff0b08fe68
2023-01-27meta-fii: update service files with recent refactoringAndrew Geissler2-4/+4
As noted in the following mailing list thread: https://lists.ozlabs.org/pipermail/openbmc/2022-November/032457.html and implemented via this series of commits: https://gerrit.openbmc.org/q/topic:op-power-control-ref Some systemd services had their names changed. Update the service files in this repo to reflect this. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I3667e6aed0d6c7ac01b0f2d1c7dee7e645df8235
2023-01-27meta-ibm: update service files in accordance with recent refactoringAndrew Geissler4-7/+7
As noted in the following mailing list thread: https://lists.ozlabs.org/pipermail/openbmc/2022-November/032457.html and implemented via this series of commits: https://gerrit.openbmc.org/q/topic:op-power-control-ref Some systemd services had their names changed. Update the service files in this repo to reflect this. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Idaca9c1a46f8b5d673b4912e3027fc9268aa5dba
2023-01-27update service file deps in accordance with recent refactoringAndrew Geissler1-1/+1
As noted in the following mailing list thread: https://lists.ozlabs.org/pipermail/openbmc/2022-November/032457.html and implemented via this series of commits: https://gerrit.openbmc.org/q/topic:op-power-control-ref Some systemd services had their names changed. Update this service file to reflect this. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ic0f35cbc3eb8e0914986013d35bef3d256093a9c
2023-01-27meta-phosphor: phosphor-mmc-init: Fix commandline parsing for rootAndrew Jeffery1-4/+13
From Joel in [1]: ``` It expects a command line string to be in the form: console=ttyS4,115200n8 rootwait root=PARTLABEL=rofs-a If booting with root=PARTLABEL=rofs-a at the start of the command line string (instead of the end), the parsing gets confused: [ 8.241229] /dev/disk/by-partlabel/root=PARTLABEL=rofs-a: Can't open blockdev mount: mounting /dev/disk/by-partlabel/root=PARTLABEL=rofs-a on /mnt/rofs failed: No such file or directory Similarly if the partition is not set, it gets confused: [ 1.919816] Run /init as init process Starting version 251.8+ [ 8.219396] /dev/disk/by-partlabel/rootwait: Can't open blockdev mount: mounting /dev/disk/by-partlabel/rootwait on /mnt/rofs failed: No such file or directory We should fix get_root so that it checks for the existance of root=PARTLABEL, and matches on it. We could fall back on rofs-a if it can't be found? ``` Based on Joel's example I tested the new implementation as follows: ``` $ declare -f old_get_root old_get_root () { local root="$@"; root="${root##* root=PARTLABEL=}"; root="${root%% *}"; [ "${root}" != "" ] && echo "${root}" } $ declare -f new_get_root new_get_root () { local cmdline="$@"; root=; for opt in $cmdline; do case $opt in root=PARTLABEL=*) root=${opt##root=PARTLABEL=} ;; *) ;; esac; done; [ -n "$root" ] && echo $root } ``` Comparing the two under various commandline orderings: ``` $ echo $working_cmdline console=ttyS4,115200n8 rootwait root=PARTLABEL=rofs-a $ old_get_root $working_cmdline rofs-a $ new_get_root $working_cmdline rofs-a $ ``` ``` $ echo $broken_cmdline root=PARTLABEL=rofs-a console=ttyS4,115200n8 rootwait $ old_get_root $broken_cmdline root=PARTLABEL=rofs-a $ new_get_root $broken_cmdline rofs-a $ ``` ``` $ echo $maybe_cmdline console=ttyS4,115200n8 root=PARTLABEL=rofs-a rootwait $ old_get_root $maybe_cmdline rofs-a $ new_get_root $maybe_cmdline rofs-a $ ``` ``` $ echo $dev_cmdline console=ttyS4,115200n8 root=/dev/sda1 rootwait $ old_get_root $dev_cmdline console=ttyS4,115200n8 $ new_get_root $dev_cmdline $ ``` In each case new_get_root() gives the expected output. [1]: https://github.com/openbmc/openbmc/issues/3898 Fixes: 0998d1e4fc58 ("initramfs: Add init script for eMMC") Change-Id: I68e95d74dd33c54d956d08ae3332ba7bdec9aeeb Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2023-01-27libbej: srcrev bump cc4098e150..c14fab6eebAndrew Geissler1-1/+1
kasunath (4): Move headers into libbej folder Update include directories Rename rde_common to bej_common Fix missing comma for empty arrays/sets Change-Id: I00becdd57768f0496e79a1bcf9215a696913a31a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-27bios-bmc-smm-error-logger: srcrev bump a307287922..aedea9fca3Andrew Geissler1-1/+1
kasunath (1): Add missing RDE definitions Change-Id: I1fb6e5c7ae06fb08ece32e115534759236905931 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-27libpldm: srcrev bump d6df5fab2b..0585de9530Andrew Geissler1-1/+1
Dung Cao (2): Add encode/decode for EventMessageBufferSize Add encode/decode for EventMessageSupported Gilbert Chen (2): Added encode API for SetTID cmd Add decode GetPDRRepositoryInfo resp API Manojkiran Eda (4): Sync OWNERS from openbmc/docs Add manoj as a reviewer Migrate libpldm documentation Fix includes using iwyu tool Patrick Williams (1): reformat and fix markdownlint issues Thu Nguyen (2): Add compact numeric sensor PDR definitions Add effecter aux name PDR struct Change-Id: I52dcdc398e125c4279c66ee49a444673c539ef23 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-27phosphor-fan-presence: srcrev bump a97823a420..466bd228e6Andrew Geissler1-1/+1
Matt Spinler (1): monitor: Change 'input' to 'actual' in trace Change-Id: Ia7154b306b6eebcbce3eb761be2600e7cfb21df1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-27openpower-hw-diags: srcrev bump 9051685138..1ff926e0f0Andrew Geissler1-1/+1
Andrew Geissler (1): power down when host fail detected in power off path Change-Id: I6bc60b99e29a0db1f9d5fa651e5c2ce6a654d254 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-27openpower-proc-control: srcrev bump 0f27ee37b5..bd1d736182Andrew Geissler1-1/+1
Andrew Geissler (1): update service file deps in accordance with recent refactoring Change-Id: I591ad4d7733fd432677144ec595516fc41ab4591 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-27phosphor-state-manager: srcrev bump 960017a4dc..44a03f9d74Andrew Geissler1-1/+1
Andrew Geissler (4): service-deps: remove logging as dependency service-deps: add missing host state dependencies service-deps: add missing discover system state dep service-deps: add missing target monitor dep Change-Id: I19cedc56315d94718d8597fcd183bde96d900359 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-26meta-phosphor: remove nobranch URLsPatrick Williams2-2/+2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0f4f3f29ff5e79fcfb8ea847d46c5c28863a5f68
2023-01-26romed8hm3: Adjust kernel config for nct6779 supportZev Weiss2-0/+9
On the romed8hm3 board (as on some other ASRock AMD platforms) the host CPU's TSI interface is connected to a super-io chip instead of being run directly to the BMC, so in order to retrieve CPU temperature readings we have to go through the super-io chip's back-door i2c interface. This enables the driver support we need to do so. Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I5db6fb9e1a290f42af9561c2eb889ac00cddd104
2023-01-26bios-settings-mgr: srcrev bump d0f034a2c8..1a1dfbd29fAndrew Geissler1-3/+2
Arun Lal K M (1): Make BiosConfig run as one service. Change-Id: I0233dfbc86f0c2ffd5db2f1a602b2a62c5e53e95 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-26bmcweb: srcrev bump e99073f55f..770b3ff239Andrew Geissler1-1/+1
Ninad Palsule (1): Timer not started if user session is logged in Change-Id: Iaff054e55f84e8dc6a0332f2ec4ee5e02ffb392b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-26fb-ipmi-oem: srcrev bump 8ee95d69fb..41027b9698Andrew Geissler1-1/+1
Bonnie Lo (2): IPMI OEM Get BIC GPIO State IPMI set CurrentHostState property Change-Id: I4e5b875df6fb42a2c1b5076365c7b4b094a6225f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-25meta-facebook: disable LDAPPatrick Williams1-3/+5
We don't have any use for the LDAP config in our deployment, so disable it entirely. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3661424146148b4910163f3c4b3006e1fa75cb12
2023-01-25meta-phosphor: ipmitool: add EN for AsrockPatrick Williams2-4/+9
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I98709ab8189bc6633b4e92470cee5293a0c66654
2023-01-25meta-facebook: greatlakes: fix overriding issue in DEFAULT_TARGETS variableKarthikeyan Pasupathi1-3/+4
The existing implementation completely override the DEFAULT_TARGETS in /meta-phosphor/recipes-phosphor it seems like error and that changes doesn't get in the platform. now instead of overriding have append to the original DEFAULT_TARGETS with bb_append. Testing: The soft links are created properly and the transition change and target mappings are also verified successfully. change-Id: I950e04891cd1438fb24f688231143be966b3a4c9 Signed-off-by: Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com>
2023-01-25phosphor-networkd: srcrev bump 52d709150f..a307b1162fAndrew Geissler1-1/+1
Patrick Williams (1): gen: update due to sdbusplus-gen-meson change Change-Id: I648a440fa1976849b7b933888824cbaab91e60b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>