summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-06-22meta-yadro: vegman: ipmi: enable hybrid-sensorsAndrei Kartashev3-0/+48
The phosphor-ipmi-host has two implemetations of SDR: static and dynamic. Static SDR implementation requires us to set all coefs manually for all sensors in the system, while dynamic implementation doesn't support discrete sensors. Enable support for mixed mode where both static and dynamic implementations work at the same time. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I27df9e083f0bd816b9a02515e75a3dea69ea20bb
2022-06-22meta-ampere: state-manager: disable host boot retryThu Ba Nguyen1-1/+4
Ampere system supports host EEPROM failover which switches boot EEPROM from main to secondary EEPROM when the system is failed to boot. This causes trying to reboot the system after the first failure of power on is unnecessary. This commit changes boot retry from 3 to 1. Tested: 1. Make sure BMC does not retry to power on the host after first failure. Signed-off-by: Thu Ba Nguyen <tbnguyen@amperecomputing.com> Change-Id: I3bfdabc7ab968a9b673ffec9ae5dc208966a548a
2022-06-22meta-bletchley: motor-ctrl: fix host-ac-on failed during bmc bootPotin Lai6-4/+22
1. add service dependency to avoid host-ac-on service failed due to inventory (presence_sledX) property not avaliable. host-ac-on@X.service |- motor-init-calibration@X.service (Requires, After) |- phosphor-gpio-presence@presence-sledX.service (Requires, After) 2. simplify check method for ac-on & ac-off actions, just check host ac status before set ac on/off. 3. fix host-ac-on service shows failed when ac is aready turned on (ex: BMC reset), return 0 for both ac-on & ac-off actions no matter GPIO (power-hostX) set required or not. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I2c878dea05ea2511e6564c0980ba34dc28a46e2c
2022-06-22meta-bletchley: introduce Bletchley common functionsPotin Lai9-168/+125
Add a common functions script for reusing the functions which are called frequently. This patch depends on the patchs below: * https://lore.kernel.org/all/20220613095150.21917-4-potin.lai.pt@gmail.com/ Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I6e1602b00f1b0a19e77506be6eabe18c796e52fe
2022-06-22meta-phosphor/obmc-init.sh: fix panic when rwfs is fullHeyi Guo2-7/+13
mkdir -p $work will fail if rwfs partition is full, and then it will cause overlayfs mount fail as well. Finally it cause kernel panic and bmc fails to boot: rofs = mtd4 squashfs rwfs = mtd5 jffs2 [ 3.841846] jffs2: notice: (103) jffs2_build_xattr_subsystem: complete building xattr subsystem, 21 of xdatum (19 unchecked, 2 orphan) and 45 of xref (1 dead, 1 orphan) found. mkdir: can't create directory 'run/initramfs/rw/work': No space left on device [ 9.022304] overlayfs: failed to resolve 'run/initramfs/rw/work': -2 mount: mounting cow on /root failed: No such file or directory chroot: can't execute '/bin/sh': No such file or directory Unable to confirm /sbin/init is an executable non-empty file in merged file system mounted at /root. Change Root test failed! Fatal error, triggering kernel panic! [ 9.141777] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100 [ 9.142489] CPU: 0 PID: 1 Comm: init Not tainted 5.10.36-60b3c9d #1 [ 9.142667] Hardware name: Generic DT based system [ 9.142949] Backtrace: [ 9.144308] [<80915100>] (dump_backtrace) from [<809153a4>] (show_stack+0x20/0x24) [ 9.144623] r7:80b08ed4 r6:60000093 r5:00000000 r4:80d71c9c [ 9.144816] [<80915384>] (show_stack) from [<80919b54>] (dump_stack+0x9c/0xb0) [ 9.144982] [<80919ab8>] (dump_stack) from [<80915824>] (panic+0x114/0x33c) [ 9.145136] r7:80b08ed4 r6:80d0a970 r5:00000000 r4:80dbe378 [ 9.145271] [<80915710>] (panic) from [<80126c14>] (do_exit+0x99c/0xa0c) [ 9.145426] r3:00000001 r2:00000000 r1:00000100 r0:80b08ed4 [ 9.145552] r7:ffffe000 [ 9.145632] [<80126278>] (do_exit) from [<80127cf0>] (do_group_exit+0x50/0xc8) [ 9.145787] r7:000000f8 [ 9.145863] [<80127ca0>] (do_group_exit) from [<80127d88>] (__wake_up_parent+0x0/0x30) [ 9.146034] r7:000000f8 r6:00000004 r5:00000004 r4:010fd190 [ 9.146185] [<80127d68>] (sys_exit_group) from [<80100060>] (ret_fast_syscall+0x0/0x54) [ 9.146425] Exception stack(0x810c5fa8 to 0x810c5ff0) [ 9.146745] 5fa0: 010fd190 00000004 00000001 00000000 00000001 010fd190 [ 9.147049] 5fc0: 010fd190 00000004 00000004 000000f8 00000000 00000000 004e4a84 00000000 [ 9.147295] 5fe0: 004e4b40 7ec93a04 00474048 76df4a54 [ 9.147959] CPU1: stopping [ 9.148650] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.10.36-60b3c9d #1 [ 9.148957] Hardware name: Generic DT based system [ 9.149264] Backtrace: [ 9.150182] [<80915100>] (dump_backtrace) from [<809153a4>] (show_stack+0x20/0x24) [ 9.150598] r7:00000001 r6:60070193 r5:00000000 r4:80d71c9c [ 9.150878] [<80915384>] (show_stack) from [<80919b54>] (dump_stack+0x9c/0xb0) [ 9.151149] [<80919ab8>] (dump_stack) from [<8010f1f4>] (do_handle_IPI+0x2f8/0x32c) [ 9.151430] r7:00000001 r6:0d15a000 r5:00000001 r4:80dbe278 [ 9.151649] [<8010eefc>] (do_handle_IPI) from [<8010f250>] (ipi_handler+0x28/0x30) [ 9.151925] r9:810f6000 r8:81080800 r7:00000001 r6:0d15a000 r5:81084b80 r4:00000014 [ 9.152205] [<8010f228>] (ipi_handler) from [<80184754>] (handle_percpu_devid_fasteoi_ipi+0x80/0x154) [ 9.152536] [<801846d4>] (handle_percpu_devid_fasteoi_ipi) from [<8017dce4>] (__handle_domain_irq+0x8c/0xe0) [ 9.152911] r7:00000001 r6:00000000 r5:00000000 r4:80c6fbdc [ 9.153147] [<8017dc58>] (__handle_domain_irq) from [<80101348>] (gic_handle_irq+0x7c/0x90) [ 9.153508] r9:810f6000 r8:8f80200c r7:80c6fbe8 r6:8f802000 r5:810f7f38 r4:80d0541c [ 9.153819] [<801012cc>] (gic_handle_irq) from [<80100b0c>] (__irq_svc+0x6c/0x90) [ 9.154168] Exception stack(0x810f7f38 to 0x810f7f80) [ 9.154541] 7f20: 00000000 000195e0 [ 9.154993] 7f40: 8ddcb144 8011ba00 810f6000 00000001 80d04d10 80d04d4c 80d9dfdc 80b0b4f0 [ 9.155402] 7f60: 00000000 810f7f94 810f7f98 810f7f88 80108fd4 80108fd8 60070013 ffffffff [ 9.155762] r9:810f6000 r8:80d9dfdc r7:810f7f6c r6:ffffffff r5:60070013 r4:80108fd8 [ 9.156070] [<80108f90>] (arch_cpu_idle) from [<80926c68>] (default_idle_call+0x38/0x108) [ 9.156382] [<80926c30>] (default_idle_call) from [<80159894>] (do_idle+0xdc/0x148) [ 9.156676] [<801597b8>] (do_idle) from [<80159bd0>] (cpu_startup_entry+0x28/0x2c) [ 9.156974] r9:410fc075 r8:8000406a r7:80dbe280 r6:10c0387d r5:00000001 r4:00000091 [ 9.157275] [<80159ba8>] (cpu_startup_entry) from [<8010f7c0>] (secondary_start_kernel+0x15c/0x180) [ 9.157614] [<8010f664>] (secondary_start_kernel) from [<8010182c>] (__enable_mmu+0x0/0x14) [ 9.157919] r5:00000051 r4:810e006a Fix this by not removing workdir directly, but keeping the directory and removing all entires under it. We will still get below warning, but it can boot to shell and provide ssh access to give a chance of recovery. [ 9.519053] overlayfs: failed to create directory run/initramfs/rw/work/work (errno: 28); mounting read-only Also update related patch file in meta-google to avoid build failure. Signed-off-by: Heyi Guo <guoheyi@linux.alibaba.com> Change-Id: I69c640c70ee3e9d1133b7d61d391501616c229d6
2022-06-22entity-manager: srcrev bump 309c0b1364..66409e193fAndrew Geissler1-1/+1
Jayashree Dhanapal (3): Add json file for Facebook Yosemite V3.5 platform Add Inlet and Outlet temperature config for fbyv35 Add HSC configuration for fbyv35 platform Change-Id: Iabb23fc45a68c15664a7bde83505e904051a0a19 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-22bmcweb: srcrev bump 83edb08f2c..4dd73a1cfaAndrew Geissler1-1/+1
Michal Orzel (1): Fix for segfault in VirtualMedia.InsertMedia Nan Zhou (3): memory: match DIMM ID even more precisely crow_getroutes_test: revive the test crow_getroutes_test: refactor tests Change-Id: I7499a4e50af697539fd9d7e2cc66017f9a923a1d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-22phosphor-webui: srcrev bump f59274e8ec..0acdba8b86Andrew Geissler1-1/+1
Gunnar Mills (1): More strongly recommend switching to webui-vue Change-Id: I4b3dc75eb911eb7b3dc43d40fcdbcc2f7190fab3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-22phosphor-host-ipmid: srcrev bump 0e7a8af0e5..422385dab9Andrew Geissler1-1/+1
Patrick Williams (2): meson: add wrap for mapper meson: simplify sdbusplus dependency Change-Id: I30bc4d692d0f6724541eb7d182c3d268d567aa8c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-21phosphor-host-ipmid: srcrev bump 33d90e182d..0e7a8af0e5Andrew Geissler15-74/+73
Harvey.Wu (2): dbus-sdr: fix SEL record Generator ID to fit SPEC dbus-sdr: fix the vector size in sdrWriteTable and sdrStatsTable Jian Zhang (1): Add data types to Value to extend setDbusProperty Vernon Mauery (1): fix header install Willy Tu (4): cleanup: Remove all warning errors for the Meson build support build: Add meson build for phosphor-host-ipmi build: move all shared_library/module to library with version suffix build: Remove dynamicsensor library if it is not enabled Change-Id: I92503c6625d1ec2bf88c0a28afac9b4eeb8fbd75 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Willy Tu <wltu@google.com>
2022-06-21openpower-host-ipmi-flash: srcrev bump 299cb81ee9..8970726646Andrew Geissler1-3/+4
Willy Tu (1): build: Convert project to meson due to ipmid dependencies Change-Id: Iba51deb5634799139ddf7382dcbe444ec3043ed0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-21phosphor-health-monitor: srcrev bump f8d7973720..7fc0aa1e3dAndrew Geissler1-1/+1
Willy Tu (1): cleanup: Remove unnecessary info message for dbus matcher Change-Id: I01d74a8640d1269e5b31cc69eaf797d187c4965a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-21phosphor-buttons: srcrev bump 8eca9bb6fe..5b98f4db0eAndrew Geissler1-1/+1
George Liu (1): Update clang-format Change-Id: Ibe39177201a16b3b7ea349b1cac02eff27edaee1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-21meta-ampere: mtjade: enable button with long press 5sThang Q. Nguyen2-0/+3
Enable Power and Reset button support with configuring long press time for Power button is 5s. Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: I940f4549b9a1c50ebc96dc6a063cea3bad95daa8
2022-06-21phosphor-buttons: srcrev bump 3bd1cfcb7d..8eca9bb6feAndrew Geissler1-1/+1
Patrick Williams (1): switch experimental::fs to std::fs Change-Id: Ie2c1c0ef626c407dd4bf21ac12e0ae229278be2c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-21sdbusplus: srcrev bump a6c05b8e98..22a03e31f6Andrew Geissler1-1/+1
Manojkiran Eda (1): Make python modules dependency detection explicit Change-Id: I812a3b3390f2e7fa8b42c343f69a395d34af9a26 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-21pldm: srcrev bump 1ac464031a..f93dab7730Andrew Geissler1-1/+1
ThuBaNguyen (1): libpldm: correct GET_SENSOR_READING_REQ_BYTES to 3 bytes Change-Id: I3e7db4baa14d653246df3271e958be1b62503587 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-20meta-facebook: Added IPMB kernel config for fby35.Karthikeyan Pasupathi1-0/+3
Signed-off-by: Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com> Change-Id: Iff9ec70171e4193c85a8ffc1b6f53f1044c7c601
2022-06-20meta-facebook: add new fby35 layer.Logananth Sundararaj8-0/+408
Build success. Signed-off-by: Logananth Sundararaj <logananth_s@hcl.com> Change-Id: I6f16791045cfa7389363177816da765b19b1ef28
2022-06-20meta-yadro: remove dropbear extra optionsAndrei Kartashev2-0/+0
Remove "-G priv-admin" to allow ssh login for non-admin users (user, operator, tech). Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: Ib0600ffccfedba7c632562b9421a30776ffa6f28
2022-06-20bmcweb: srcrev bump e825cbc8f9..83edb08f2cAndrew Geissler1-1/+1
Gunnar Mills (1): Fix Validator Error for Updateable spelling Nan Zhou (5): openbmc_dbus_rest_test: revive tests openbmc_jtag_rest_test: move to openbmc_dbus_rest openbmc_dbus_rest_test: refactor tests query_param: remove default in switch openbmc_dbus_rest: use auto for json iterators Willy Tu (1): sw_util: Rename all Firmware to Software wherever possible Change-Id: I6202cd7fee32202b58b8b2b443aa1b94fd9a464d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-20meta-yadro: vegman: fix phosphor-watchdog configurationAndrei Kartashev5-0/+85
This brings a set of the unit-files to make `phosphor-watchdog` working properly. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Change-Id: I9763bf7e87753bfd2b9c7c05295dddd18e6f6c48
2022-06-18smbios-mdr: srcrev bump a30229e13b..49ea830e12Andrew Geissler1-1/+1
Jonathan Doman (2): Fix phosphor-host-ipmid externalproject build sst: Rediscover profiles after host reboot Change-Id: I7480f2b5adadd84063e527eacf5474ad7d099301 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-18phosphor-psu-code-mgmt: srcrev bump 434ae48312..b5f9b8290bAndrew Geissler1-1/+1
Patrick Williams (1): remove std::experimental usage Change-Id: I4f7f1cca77a0863aef9ba92164a0d0c69c671202 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-18dbus-sensors: srcrev bump ce6bcdfc28..75da515ea5Andrew Geissler1-1/+1
Tom Tung (1): PSUSensor: Add device type RAA228620 and RAA229001 Change-Id: I333a72aa41883f3e1ea1fc11ece027f4d2055b08 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-17bmcweb: srcrev bump 14bd7d9a82..e825cbc8f9Andrew Geissler1-1/+1
Chicago Duan (1): Implement Redfish PCIeSlots schema Ed Tanous (4): Fix PCIeSlots build Move the JsonSchemas to be generated at runtime Fix regression in JsonSchema/404 handler Revert "Implement Redfish PCIeSlots schema" John Edward Broadbent (1): Doc: Update Redfish.md with storage/drive info Change-Id: I9af7b17c5fd94affa1ca769e8cc25efdc0825fe5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-17subtree updatesAndrew Geissler409-3603/+3346
meta-openembedded: a9e6d16e66..11df15765c: Adrian Fiergolski (1): python3-matplotlib: add missing dependency Adrian Freihofer (6): conntrack-tools: fix postinst script networkmanager: improve dependency handling networkmanager: simplify selective installation networkmanager: use nftables by default networkmanager: udpate to 1.38.0 modemmanager: update to 1.18.8 Armin Kuster (2): mariadb: update to 10.7.4 mariadb: Fix i386 Clang builds Bartosz Golaszewski (2): python3-uinput: new package python3-speedtest-cli: fix RDEPENDS Changqing Li (1): redis: upgrade 7.0-rc3 -> 7.0.0 Denys Dmytriyenko (1): devmem2: the source and patches moved to github repo Enrico Scholz (1): nodejs-oe-cache-native: initial checkin Jiaqing Zhao (1): openldap: Remove unnecessary use-urandom.patch Kai Kang (2): libportal: add distro features check graphviz: rrecommends on liberation-fonts Khem Raj (5): ubi-utils-klibc: Disable lzo compression by default unattended-upgrades: Disable auto-detecting modules sdbus-c++: Link with libatomic for rv32 sdbus-c++-libsystemd: Fix patch fuzz python3-uinput: Fix build on 32bit arches using 64bit times_t Luca Boccassi (1): dbus-broker: update 29 -> 31 Marcel Ziswiler (1): libavtp: add recipe for audio video transport protocol (avtp) Markus Volk (6): jack: allow to build native/nativesdk pipewire: reduce native/nativesdk dependencies; add backport patch p8platform: unbreak do_populate_sdk pavucontrol: update; fix build for wayland only gnome-disk-utility: fix build for wayland only unblock some recipes for wayland Martin Jansa (1): mm-common: package the files from ${PN} in ${PN}-dev and use allarch Ming Liu (1): bluealsa: uprev to 4.0.0 Nikhil R (1): duktape: Add ptest Peter Marko (1): libgpiod: move test dependencies to ptest package Ross Burton (8): python3-cppy: fix inherits and DEPENDS python3-setuptools-scm-git-archive: add new recipe python3-traitlets: upgrade to 5.2.1 python3-pathspec: add new recipe python3-hatchling: add new recipe and build class python3-editables: add new recipe python3-setuptools-declarative-requirements: add new recipe lzop: add (from oe-core) Samuli Piippo (2): flite: add recipe libtomcrypt: add recipe Thomas Perrot (1): nbd: update 3.20 -> 3.24 Vyacheslav Yurkov (4): packagegroup-meta-filesystems: fix build issue overlayfs-progs: add new recipe overlayfs-tools: add new recipe xfstests: add new recipe Wang Mingyu (38): babeld: upgrade 1.12 -> 1.12.1 ctags: upgrade 5.9.20220508.0 -> 5.9.20220515.0 libbpf: upgrade 0.7.0 -> 0.8.0 evtest: upgrade 1.34 -> 1.35 nbdkit: upgrade 1.31.5 -> 1.31.7 smarty: upgrade 4.1.0 -> 4.1.1 thingsboard-gateway: upgrade 2.9 -> 3.1 opencl-headers: upgrade 2022.01.04 -> 2022.05.18 python3-robotframework: upgrade 5.0 -> 5.0.1 python3-watchdog: upgrade 2.1.7 -> 2.1.8 python3-web3: upgrade 5.29.0 -> 5.29.1 python3-xmlschema: upgrade 1.10.0 -> 1.11.0 python3-sqlalchemy: upgrade 1.4.35 -> 1.4.36 python3-yappi: upgrade 1.3.3 -> 1.3.5 apitrace: upgrade 11.0 -> 11.1 ctags: upgrade 5.9.20220515.0 -> 5.9.20220529.0 gedit: upgrade 42.0 -> 42.1 hidapi: upgrade 0.11.2 -> 0.12.0 libbytesize: upgrade 2.6 -> 2.7 libdvdread: upgrade 6.1.2 -> 6.1.3 links: upgrade 2.26 -> 2.27 libxmlb: upgrade 0.3.8 -> 0.3.9 ser2net: upgrade 4.3.5 -> 4.3.6 python3-awesomeversion: upgrade 22.5.1 -> 22.5.2 htop: upgrade 3.2.0 -> 3.2.1 hwdata: upgrade 0.359 -> 0.360 libnet-dns-perl: upgrade 1.33 -> 1.34 tinyproxy: upgrade 1.11.0 -> 1.11.1 function2: upgrade 4.2.0 -> 4.2.1 openvpn: upgrade 2.5.6 -> 2.5.7 poppler: upgrade 22.05.0 -> 22.06.0 sshfs-fuse: upgrade 3.7.2 -> 3.7.3 tgt: upgrade 1.0.82 -> 1.0.83 tracker: upgrade 3.3.0 -> 3.3.1 unbound: upgrade 1.15.0 -> 1.16.0 zabbix: upgrade 6.0.4 -> 6.0.5 botan: upgrade 2.19.1 -> 2.19.2 evolution-data-server: upgrade 3.44.1 -> 3.44.2 Wolfgang Meyer (1): fbida: remove bash from RDEPENDS Xu Huan (17): python3-pint: upgrade 0.19.1 -> 0.19.2 python3-pylint: upgrade 2.13.7 -> 2.13.9 python3-redis: upgrade 4.2.2 -> 4.3.1 python3-werkzeug: upgrade 2.1.1 -> 2.1.2 python3-zeroconf: upgrade 0.38.4 -> 0.38.6 python3-sentry-sdk: upgrade 1.5.10 -> 1.5.12 python3-astroid: upgrade 2.11.3 -> 2.11.5 python3-cachetools: upgrade 5.0.0 -> 5.1.0 python3-imageio: upgrade 2.19.1 -> 2.19.2 python3-asyncinotify: upgrade 2.0.2 -> 2.0.3 python3-croniter: upgrade 1.3.4 -> 1.3.5 python3-google-api-core: upgrade 2.7.3 -> 2.8.0 python3-flask-socketio: upgrade 5.1.2 -> 5.2.0 python3-h5py: upgrade 3.6.0 -> 3.7.0 python3-lz4: upgrade 4.0.0 -> 4.0.1 python3-mypy: upgrade 0.950 -> 0.960 python3-pyscaffold: upgrade 4.2.1 -> 4.2.2 zhengrq.fnst (10): python3-google-api-python-client: upgrade 2.45.0 -> 2.48.0 python3-grpcio-tools: upgrade 1.46.0 -> 1.46.3 python3-openpyxl: upgrade 3.0.9 -> 3.0.10 python3-paramiko: upgrade 2.10.4 -> 2.11.0 python3-humanize: upgrade 4.0.0 -> 4.1.0 python3-pychromecast: upgrade 12.1.1 -> 12.1.2 python3-cachetools: upgrade 5.1.0 -> 5.2.0 python3-google-api-python-client: upgrade 2.48.0 -> 2.49.0 python3-googleapis-common-protos: upgrade 1.56.1 -> 1.56.2 python3-imageio: upgrade 2.19.2 -> 2.19.3 zhengruoqin (6): python3-bitarray: upgrade 2.5.0 -> 2.5.1 python3-eventlet: upgrade 0.33.0 -> 0.33.1 python3-googleapis-common-protos: upgrade 1.56.0 -> 1.56.1 python3-imageio: upgrade 2.18.0 -> 2.19.1 python3-pyjwt: upgrade 2.3.0 -> 2.4.0 python3-wrapt: upgrade 1.14.0 -> 1.14.1 poky: 13d70e57f8..ee0d001b81: Alex Stewart (1): opkg: upgrade to version 0.6.0 Alexander Kanavin (23): bash: submit patch upstream valgrind: submit arm patches upstream apt: fix upstream version check zip/unzip: mark all submittable patches as Inactive-Upstream less: mark upstream version as unknown wayland: exclude pre-releases from version check mesa-demos: update 8.4.0 -> 8.5.0 seatd: update 0.6.4 -> 0.7.0 systemd: update 250.5 -> 251.2 btrfs-tools: update 5.16.2 -> 5.18 llvm: update 14.0.3 -> 14.0.4 python3-psutil: update 5.9.0 -> 5.9.1 tiff: update 4.3.0 -> 4.4.0 pulseaudio: update 15.0 -> 16.0 alsa-utils-scripts: merge into alsa-utils alsa-utils: update 1.2.6 -> 1.2.7 ovmf: update 202202 -> 202205 cmake: update 3.23.1 -> 3.23.2 ltp: upgrade 20220121 -> 20220527 perl: update 5.34.1 -> 5.36.0 perl: drop perltoc regeneration perl: clean prior to build perl: enable _GNU_SOURCE define via d_gnulibc Bruce Ashfield (7): linux-yocto/5.15: bpf: explicitly disable unpriv eBPF by default linux-yocto/5.15: update to v5.15.43 linux-yocto/5.10: update to v5.10.118 linux-yocto/5.15: Enable MDIO bus config linux-yocto/5.15: cfg/xen: Move x86 configs to separate file linux-yocto/5.15: update to v5.15.44 linux-yocto/5.10: update to v5.10.119 Chen Qi (1): libsdl2: add back xvm and xinerama options Daiane Angolini (1): python3-pip: Fix RDEPENDS after the update Davide Gardenal (2): efivar: add musl libc compatibility baremetal-image: fix broken symlink in do_rootfs Dmitry Baryshkov (2): go.bbclass: fix path to linker in native Go builds linux-firmware: add support for building snapshots Ernst Sjöstrand (2): cve-check: Add helper for symlink handling cve-check: Only include installed packages for rootfs manifest He Zhe (1): lttng-modules: Fix build failure for 5.10.119+ and 5.15.44+ kernel Jack Mitchell (1): meson.bbclass: add cython binary to cross/native toolchain config Jeremy Puhlman (1): gcc: depend on zstd-native Jiaqing Zhao (1): systemd: Correct 0001-pass-correct-parameters-to-getdents64.patch Joerg Vehlow (1): libseccomp: Add missing files for ptests Jose Quaresma (1): archiver: use bb.note instead of echo Kai Kang (1): xxhash: fix build with gcc 12 Marcel Ziswiler (2): alsa-plugins: fix libavtp vs. avtp packageconfig gstreamer1.0-plugins-bad: add libavtp packageconfig Markus Volk (1): gcr: build with gtk+3 for wayland Marta Rybczynska (4): cve-check: move update_symlinks to a library cve-check: write empty fragment files in the text mode cve-check: fix return type in check_cves cve-update-db-native: make it possible to disable database updates Martin Jansa (9): makedevs: Don't use COPYING.patch just to add license file into ${S} insane.bbclass: make sure to close .patch files staging.bbclass: process direct dependencies in deterministic order patch.py: make sure that patches/series file exists before quilt pop lttng-modules: fix shell syntax buildhistory.bbclass: fix shell syntax when using dash rootfs.py: close kernel_abi_ver_file ltp: use bfd even when gold is used with ld-is-gold systemd: Fix build without utmp Michael Opdenacker (1): migration guides: release notes for 4.0.1 Mikko Rapeli (1): bitbake: event.py: ignore exceptions from stdout and sterr operations in atexit Ming Liu (1): udev-extraconf: let automount base directory configurable Mingli Yu (4): perl: Fix build with gcc-12 ccache: Fix build with gcc-12 oescripts: change compare logic in OEListPackageconfigTests python3-cryptography: remove test_x509.py Naveen Saini (1): pciutils: avoid lspci conflict with busybox Pavel Zhukov (6): bitbake.conf: Make TCLIBC and TCMODE lazy assigned bitbake: fetch2: Honour BB_FETCH_PREMIRRORONLY option bitbake: Add tests to cover BB_FETCH_PREMIRRORONLY functionality dbus: Specify runstatedir configure option bitbake: tests/fetch: Drop unnecessary duplicated function bitbake: tests/fetch: Add tests for premirror using real project Peter Kjellerstedt (2): libseccomp: Correct LIC_FILES_CHKSUM license.bbclass: Bound beginline and endline in copy_license_files() Quentin Schulz (2): docs: set_versions.py: remove honister from active releases list docs: set_versions.py: check for first latest release tag Rasmus Villemoes (2): vim: put xxd in its own package e2fsprogs: add alternatives handling of lsattr as well Ricardo Salveti (1): gnu-efi: enable for riscv64 Richard Purdie (51): cve-extra-exclusions: Add kernel CVEs lzo: Add further info to a patch and mark as Inactive-Upstream python3: Remove problematic paths from sysroot files python3: Ensure stale empty python module directories don't break the build Revert "qemu.inc: Remove empty egg-info directories before running meson" Revert "meson.bblcass: Remove empty egg-info directories before running meson" vim: Upgrade 8.2.4912 -> 8.2.5034 to fix 9 CVEs tiff: Add jbig PACKAGECONFIG and clarify CVE-2022-1210 libxslt: Mark CVE-2022-29824 as not applying oeqa/imagefeatures: Replace lzo with zst oeqa/imagefeatures: Disable squashfs-lzo cve-check: Allow warnings to be disabled openssl: Backport fix for ptest cert expiry bitbake: runqueue: Fix unihash cache mismatch issues bitbake: cache/siggen: Add unihash cache copy function bitbake: bitbake: Bump to version 2.0.1 populate_sdk_ext: Fix race condition on bb_unihashes.dat gcc-cross-canadian: Add nativesdk-zstd dependency glib-2.0: upgrade 2.72.1 -> 2.72.2 dnf: upgrade 4.12.0 -> 4.13.0 python3-dtschema: upgrade 2022.4 -> 2022.5 python3-sphinx: upgrade 4.5.0 -> 5.0.0 python3-pip: upgrade 22.1.1 -> 22.1.2 alsa-lib: upgrade 1.2.6.1 -> 1.2.7 sysklogd: upgrade 2.3.0 -> 2.4.0 libxkbcommon: upgrade 1.4.0 -> 1.4.1 piglit: upgrade to latest revision sysstat: upgrade 12.4.5 -> 12.6.0 harfbuzz: upgrade 4.2.1 -> 4.3.0 gtk+3: upgrade 3.24.33 -> 3.24.34 xwayland: upgrade 22.1.1 -> 22.1.2 alsa-ucm-conf: upgrade 1.2.6.3 -> 1.2.7 gnutls: upgrade 3.7.5 -> 3.7.6 webkitgtk: upgrade 2.36.1 -> 2.36.3 diffoscope: upgrade 212 -> 215 populate_sdk_ext: Fix second bb_unihashes reference sanity: Switch to make 4.0 as a minimum version perl: Add dependency on make-native to avoid race issues glibc: Drop make-native dependency bitbake: fetch/wget: Move files into place atomically bitbake: server/process: Avoid risk of exception deadlocks bitbake: server/process: Remove daemonic thread usage bitbake: server/process: Avoid tracebacks at exit uboot-sign: Fix potential index error issues selftest/multiconfig: Test that multiconfigs in separate layers works bitbake: cooker: Drop sre_constants usage classes/buildcfg: Move git/layer revision code into new OE module buildcfg lib/buildcfg: Share common clean/dirty layer function buildcfg: Drop unused svn revision function base/buildhistory/image-buildinfo: Use common buildcfg function image-buildinfo: Improve and extend to SDK coverage too Robert Yang (1): systemd: Set RebootWatchdogSec to 60s as watchdog Ross Burton (8): python3-pluggy: add BBCLASSEXTEND for native/nativesdk btrfs-tools: add a PACKAGECONFIG for lzo tiff: mark CVE-2022-1622 and CVE-2022-1623 as invalid packagegroup-self-hosted: remove lzo libarchive: disable LZO by default squashfs-tools: disable LZO by default lzop: remove recipe from oe-core setuptools3: clean up class Rusty Howell (1): oe-depends-dot: Handle new format for task-depends.dot Sean Anderson (1): rootfs.py: find .ko.zst kernel modules Stefan Wiehler (1): kernel-yocto.bbclass: Reset to exiting on non-zero return code at end of task Tobias Schmidl (2): oeqa/selftest/wic.py: Repaired test_qemu() wic/plugins/images/direct: Allow changes in fstab on rootfs Vyacheslav Yurkov (2): files: rootfs-postcommands: move helper commands to script files: respect overlayfs owner from lower layer Xiaobing Luo (1): devtool: Fix _copy_file() TypeError Zach Welch (2): test-manual/intro: reorder bitbake-selftest steps test-manual/intro: bitbake-selftest needs bitbake leimaohui (1): gnutls: Added fips option. wangmy (30): bind: upgrade 9.18.2 -> 9.18.3 ccache: upgrade 4.6 -> 4.6.1 init-system-helpers: upgrade 1.62 -> 1.63 ninja: upgrade 1.10.2 -> 1.11.0 python3-certifi: upgrade 2021.10.8 -> 2022.5.18.1 python3-cython: upgrade 0.29.28 -> 0.29.30 python3-hypothesis: upgrade 6.46.4 -> 6.46.7 python3-importlib-metadata: upgrade 4.11.3 -> 4.11.4 python3-magic: upgrade 0.4.25 -> 0.4.26 python3-pip: upgrade 22.1 -> 22.1.1 python3-setuptools: upgrade 62.3.1 -> 62.3.2 python3-hypothesis: upgrade 6.46.7 -> 6.46.9 python3-semantic-version: upgrade 2.9.0 -> 2.10.0 python3-webcolors: upgrade 1.11.1 -> 1.12 python3-pytest-subtests: upgrade 0.7.0 -> 0.8.0 asciidoc: upgrade 10.1.4 -> 10.2.0 cups: upgrade 2.4.1 -> 2.4.2 iproute2: upgrade 5.17.0 -> 5.18.0 iw: upgrade 5.16 -> 5.19 logrotate: upgrade 3.19.0 -> 3.20.1 dpkg: upgrade 1.21.7 -> 1.21.8 repo: upgrade 2.25 -> 2.26 iso-codes: upgrade 4.9.0 -> 4.10.0 lttng-ust: upgrade 2.13.2 -> 2.13.3 meson: upgrade 0.62.1 -> 0.62.2 mtools: upgrade 4.0.39 -> 4.0.40 nettle: upgrade 3.7.3 -> 3.8 kbd: upgrade 2.4.0 -> 2.5.0 python3-hypothesis: upgrade 6.46.9 -> 6.46.11 xkeyboard-config: upgrade 2.35.1 -> 2.36 meta-security: 7628a3e90b..8c6fe006a1: Armin Kuster (18): swtpm: enable seccomp if DISTRO is enabled security-tpm2-image: add swtpm swtpm: enable gnutls oeqa/swtpm: add swtpm runtime oeqa/tpm2: fix and cleanup tests tpm2-pkcs11: we really need the symlinks smack-test: switch to python3 oeqa/smack: consolidate classes checksec: update 2.6.0 chkrootkit: update SRC_URI packagegroup-core-security: add arpwatch and chkrootkit to pkg grp layer.conf: Post release codename changes README: Update for dynamic layers arpwatch: riscv not supported packagegroup-core-security: drop arpwatch for riscv from pkg grp chkrootkit: Fix missing includes for musl arpwatch: update to 3.3 packagegroup-core-security: don't include aprwatch for musl Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ic83db16445cf0a1286685f11d378e1e3e9b794c3
2022-06-17meta-yadro: vegman: add smbios parser to the imageAndrei Kartashev2-0/+2
Add smbios-mdr daemon to the image. This only parse smbios image binary which should be delivered to BMC filesystem using some other software (via IPMI in our case). Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I3a18879630ccbe517030b6f803a6ae5fe42dceac
2022-06-17fb-ipmi-oem: srcrev bump 77ee489f45..f863a184bfAndrew Geissler1-1/+1
Patrick Williams (1): cmake: fix externalproject for latest host-ipmid Change-Id: I58cea2a4fe27a326df47f9ded269daae5e979047 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-17meta-yadro: vegman: add IPMI configurationAndrei Kartashev8-0/+224
Setup ipmi stack for Yadro VEGMAN machines. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I13f5e51dd5b7ac169a71ee046ad61dbfa2bffe9b
2022-06-17meta-yadro: vegman: add EntityManager and dbus-sensorsAndrei Kartashev5-0/+24
This brings EntityManager sevice to the image. This also brings dbus-sensors daemons to provide sensors based on EM configuration. Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com> Change-Id: I4d41f3b8bc98e8859cbfe33a220e79e78e8bbee5
2022-06-17phosphor-host-postd: srcrev bump c869aef35a..18119acc04Andrew Geissler1-1/+1
Patrick Williams (1): switch experimental::fs to std::fs Change-Id: I70c6ab5d41ad859d58176a790521068537f3dc80 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-17u-boot-aspeed: SPI NOR, NCSI, Qcom DC-SCM, dts cleanupsJoel Stanley1-1/+1
Cédric Le Goater (3): net: phy: ncsi: Add phy_interface_is_ncsi() helper spi: aspeed: Use "jedec,spi-nor" compatible to count devices ARM: dts: aspeed: Remove "spi-flash" compatible Graeme Gregory (1): ARM: dts: aspeed: add Qualcomm DC-SCM V1 Joel Stanley (4): phy: Only create NCSI PHY when it's present ARM: dts: ast2600: Consolidate A1 device tree ARM: dts: ast2600: Consolidate A0 device tree ARM: dts: ast2600: Consolidate NCSI device tree Change-Id: I9b510afd3647afc66e99f2a64f0cb42a4aa65c15 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-06-16pldm: srcrev bump 4876c540e4..1ac464031aAndrew Geissler1-1/+1
Sridevi Ramesh (1): Add below BIOS attributes commits to pldm repo. Change-Id: I2c2fe743f0ee2ba51f4470c47207d6f41b604279 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-16bmcweb: srcrev bump 686b7093f3..14bd7d9a82Andrew Geissler1-1/+1
John Edward Broadbent (1): Redfish: Fix @odata.id formatting issue Change-Id: I93d0e349e9ea49ad6757c4ae7da20377b00daf65 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-16entity-manager: srcrev bump 3f4527a9e3..309c0b1364Andrew Geissler1-1/+1
Andrei Kartashev (1): Configurations: add Yadro VEGMAN platform Zev Weiss (1): fru-device: add FRUReader EEPROM cache Change-Id: I3ef8dd696b243d82baffbb9de204c2573406fb03 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-16service-config-manager: srcrev bump f27f431faa..4b8637db42Andrew Geissler1-1/+1
Jiaqing Zhao (2): Use unit name to distinguish USB code update service Encode object path with sdbusplus Change-Id: I53ac100fe07c2b9455c1013105c698fa3aeb5b95 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15bmcweb: srcrev bump 7b7f04104b..686b7093f3Andrew Geissler1-1/+1
Carson Labrado (2): bmcweb: Set Retry Policy Valid Response Codes Expose AsyncResp shared_ptr when handling response Claire Weinan (1): LogService: Fix setUpRedfishRoute() for dumps Ed Tanous (4): Add initial documentation about bmcweb clients Document common error of replacing the json object Add PCIeSlots schemas to the BMC Handle redfish 404 with a good message John Edward Broadbent (1): redfish: Add Chassis associated Drive query Michal Orzel (1): Fix compilation issue Nan Zhou (5): kvm_websocket_test: delete the test http_server: remove unused variable http/app: iwyu memory: refactor JSON assembling codes redfish_v1: fix setUpRedfishRoute Shounak Mitra (1): bmcweb: Update to Sensor.v1_2_0.Sensor Szymon Dompke (1): Fix Trigger GET functionality Willy Tu (1): storage: Refactor Drive and StorageController into separate method Change-Id: Id7915ecee981a20413532e7f58415ed8b4298389 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15entity-manager: srcrev bump 51cff4b465..3f4527a9e3Andrew Geissler1-1/+1
Shamim Ali (1): Add MPS device type Change-Id: I86f1c21b103fcdfbbc92abf5ce2876f9a0acc021 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-dbus-interfaces: srcrev bump aa46bf4d81..0d921265d3Andrew Geissler1-1/+1
Johnathan Mantey (1): Remove read-only flag from NTPServers Konstantin Aladyshev (1): Correct links in the state management documentation Change-Id: I2f5f2a40825aad57afe5bfa4293043ad9d4ae770 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15telemetry: srcrev bump 1cdd7e4f89..aa4a9dc5ccAndrew Geissler1-1/+1
Krzysztof Grobelny (1): changed min value to 0 for some meson options Change-Id: I82a4674b26fada78569678af0b5916b27cc1344e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15openpower-vpd-parser: srcrev bump 3803131f1d..6b2b537490Andrew Geissler1-1/+1
Santosh Puranik (1): manager: Move System VPD Restore to Manager Change-Id: Ia2874a851093bd7ac2adf7859dc360822cc9aeee Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15openpower-proc-control: srcrev bump ae663a0cdf..62c8c93e3cAndrew Geissler1-1/+1
Marri Devender Rao (1): PHAL: mpreboot- exit with failure if no functional processor found Change-Id: I7a597db3512ee974d6ac537388e028a3c0323d4a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-certificate-manager: srcrev bump 332ce8b0a3..78357b0a3cAndrew Geissler1-1/+1
Nan Zhou (1): InstallAll: add logs before and after installation Change-Id: I4398cdf9468b58c756689e7008ad944fb74fd58f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-pid-control: srcrev bump ac3a21911e..ccc8bb62deAndrew Geissler1-1/+1
Nirav Shah (1): For each zone log sensor name with max setpoint Change-Id: Icdfa769237b433288a4859c1d38d9369699f10de Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-led-manager: srcrev bump aff56f3967..65bf3d94b6Andrew Geissler1-1/+1
George Liu (1): Update clang-format Change-Id: I4aee3f83b8b7f4a77d011f63b7daa16aab80e9f2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-ipmi-blobs: srcrev bump 35b6c3e635..88ca532a74Andrew Geissler1-1/+1
Willy Tu (1): Add ipmi response buffer size check for all commands Change-Id: I8b4e43001ee2c629401531ebc3f2b82cdf195d52 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15estoraged: srcrev bump 9e639820af..740e94bd36Andrew Geissler1-1/+1
John Edward Broadbent (1): Add location interface Change-Id: I2610ab589e34fd1c70efc464359d4d2daf93c1f4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-inventory-manager: srcrev bump 07f94f0219..66431fef6cAndrew Geissler1-1/+1
George Liu (3): Remove compilation using autotools logging: switch to lg2 Handle D-Bus exceptions Change-Id: I37fc958a41a6ea8e9c8982570e81dfe62b70f5ed Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-objmgr: srcrev bump ea1194637d..d6aa552575Andrew Geissler1-1/+1
Brad Bishop (1): meson: add support for debug Change-Id: Ief5b54e39a4e30899e75e9560e0aaed012bc86b7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>