summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-01-20dbus-sensors: srcrev bump 6e6561d6bd..bcb062a078Andrew Geissler1-1/+1
Matt Simmering (1): Set exitAirSensor to null before creating sensor Change-Id: Idf22e0e4c5efb681a9a79da2cf651ba14e10022d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-20pldm: srcrev bump ef0e4c2cda..21f128d8fbAndrew Geissler1-1/+1
Andrew Jeffery (2): pldm: Use system include directives for libpldm pldm: Use modern libpldm OEM header paths Change-Id: I702f98d16dc6b18674c05e78feadcea9f5ea5788 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-20entity-manager: srcrev bump 8d2ed84253..5d3476885cAndrew Geissler1-1/+1
Ali El-Haj-Mahmoud (1): entity-manager: add support for 3Y Power VAST2112 DC variant Change-Id: Ic29c8b49c9e2a7c48253e2e0c631a2ed00115a4c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-20phosphor-dbus-interfaces: srcrev bump a613009405..70301b9c16Andrew Geissler1-1/+1
Gunnar Mills (2): Cpu/PCIeSlot: Add {connecting, connected_to} Item Associations: Fix capitalization and clarify Patrick Williams (1): cpu/pcie: remove deprecated association name Change-Id: Ic3acf9133960220dee4c0164c421abf2273a7758 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-20bmcweb: srcrev bump f347756661..18f8f608b9Andrew Geissler1-1/+1
Ed Tanous (2): Clean up tftp update to use URL Remove some boost includes Ginu George (1): Pass correct Argument Types to propertyValueIncorrect Error Message Change-Id: Id0ee4adbd3e5d203d3087b55d6be135cb1d5d385 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-20sdbusplus: srcrev bump 52d23e8ad8..5828bccf3eAndrew Geissler1-1/+1
Patrick Williams (1): bus: fix message conflicting definitions Change-Id: I7ff1b54c1d39e0c522bfbb271023f0208ca97f5c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-20openpower-proc-control: srcrev bump bf46eb1442..969196c323Andrew Geissler1-1/+1
Patrick Williams (1): State.Chassis: update service name Change-Id: I26a18e727c3e79041a65227540a01e57d410e7f1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-19fb-ipmi-oem: srcrev bump 5a7a04da0b..75d597f55aAndrew Geissler1-1/+1
Yang Chen (1): configs: add configs for Minerva system Change-Id: I7980fd8ef7d3bcac3a9b5cd57e08ad7c35dc258a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-19phosphor-dbus-interfaces: srcrev bump 0aadbe41aa..a613009405Andrew Geissler1-1/+1
Patrick Williams (6): ObjectMapper: match interfaces with reality ObjectMapper: Add default paths State: add default paths for BMC,Host,Chassis Logging.Entry: fix old documentation Logging: add default path and service names Dump.Create: add default path and service names Change-Id: I95f1b100c39220704f6642fd77aa6a620abda472 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-19meta-ibm: system1: Turn on TPM configNinad Palsule1-0/+2
Turn on TPM config for the IBM system1 bmc. Change-Id: Idc5b7c13780e7790c362d05590e6d5b470774889 Signed-off-by: Ninad Palsule <ninad@linux.ibm.com>
2024-01-19meta-facebook: yosemite4: Add network configDelphine CC Chiu4-4/+16
Add network config and move 00-bmc-eth.network into meta-facebook common layer. Test on yv4: After do sled cycle can get ip success. Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com> Change-Id: I7b6452d5f4a25fa898ae512bcc745b8ae9ed640e
2024-01-18meta-facebook: fix ipv6-ll addressPotin Lai6-0/+112
The correct MAC address of NCSI managerd ethernet interface is obtained during NCSI config process. It will need run extra workaround to regenerated IPv6-LL address based on new MAC address from NCSI. Add service for checking the MAC address is correctly get from NIC card via NCSI, then regenerate the IPv6-LL address. Tested on Harma: ``` root@harma:~# ifconfig eth0 eth0 Link encap:Ethernet HWaddr 10:70:FD:E4:3F:63 inet addr:10.10.12.110 Bcast:10.10.255.255 Mask:255.255.0.0 inet6 addr: fe80::1270:fdff:fee4:3f63/64 Scope:Link inet6 addr: 2018:5::e52e/128 Scope:Global inet6 addr: 2019:7::1270:fdff:fee4:3f63/64 Scope:Global UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:97642 errors:0 dropped:539 overruns:0 frame:0 TX packets:1625 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:15804387 (15.0 MiB) TX bytes:140035 (136.7 KiB) Interrupt:42 root@harma:~# systemctl status network-wait-ipv6-ll@eth0.service * network-wait-ipv6-ll@eth0.service - Wait IPv6 link-local initialization Loaded: loaded (/usr/lib/systemd/system/network-wait-ipv6-ll@.service; static) Active: active (exited) since Tue 2024-01-09 03:33:43 PST; 38s ago Process: 271 ExecStart=/usr/libexec/check-ipv6-ll eth0 (code=exited, status=0/SUCCESS) Main PID: 271 (code=exited, status=0/SUCCESS) CPU: 148ms Jan 09 03:33:41 harma systemd[1]: Starting Wait IPv6 link-local initialization... Jan 09 03:33:41 harma check-ipv6-ll[271]: non-global mac address, start fix eth0 ipv6-ll Jan 09 03:33:43 harma check-ipv6-ll[271]: eth0 mac: 10:70:fd:e4:3f:63 Jan 09 03:33:43 harma check-ipv6-ll[271]: expected ipv6-ll: fe80::1270:fdff:fee4:3f63 Jan 09 03:33:43 harma systemd[1]: Finished Wait IPv6 link-local initialization. ``` Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: Id3c40beda9f290d36565f0e8e146be772c9a9983
2024-01-18meta-fii: meta-mori: Assert LED group upon OS and power state changeVincent Chou11-73/+203
* Replace the polling style OS state monitor with the event-driven style monitor to detect state change and assert/deassert the led groups if the condition is met. * Change the target OS state from Standby to BootComplete for the "on" state of boot-status-led. - The led group would be assert upon the OS and power state change in dbus instead of waiting for 10s polling interval. - A monitor can be added/removed by its own yaml, which makes it easy to maintain. Change-Id: I838e8d688305fe5d5aa6053f4544173a7fe9a652 Signed-off-by: Vincent Chou <vincent.chou@fii-na.com>
2024-01-18meta-facebook: minerva: let the system initial service firstYang Chen1-1/+1
minerva-sys-init service should be executed before the service of the gpio-monitor or it will cause the gpioget to fail. Change-Id: I8302ffd9d21f4c064435377cff43df7f75e3d36a Signed-off-by: Yang Chen <yang.chen@quantatw.com>
2024-01-18meta-facebook: minerva: gpio-monitor: remove incorrect suffixYang Chen1-1/+1
Remove incorrect file suffixes in the service file Change-Id: Ieaaf686b3b15836b81c9cf1e31fffda2c63f7e48 Signed-off-by: Yang Chen <yang.chen@quantatw.com>
2024-01-18meta-facebook: minerva: enable OCP debug card supportYang Chen5-0/+48
Support OCP debug card use in the Minerva system. Change-Id: I9436f8556556f1dd2a4ef8cbccb712bbfdf9564c Signed-off-by: Yang Chen <yang.chen@quantatw.com>
2024-01-18meta-facebook: yosemite4: Enable I3C driversDelphine CC Chiu1-0/+6
Enable I3C drivers kernel configuration for yosemite4. The i3cdev driver is enabled for debug purpose and it will be removed when mctp-i3c is ready. Tested: Check I3C hub devices path were created. root@bmc:~# ls /sys/bus/i3c/devices/ 0-4cd8c469904 1-4cd5e46991c i3c-0 i3c-1 Change-Id: I9931ce1f18fc46b34f4fe4d9329fbd4d6e91ab1b Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
2024-01-18meta-facebook: harma: fix PSM power control error eventPeter Yin3-17/+23
1. To fix the logical failure in the check status script. 2. Remove obmc-host-stop@0.target and phosphor-reboot-host@0.service to avoid a host cycle when resetting. 3. To fix power policy. Change-Id: I9de75bff428692c33ec4bf2e053eabb9aeba6f4d Signed-off-by: Peter Yin <peter.yin@quantatw.com>
2024-01-18meta-facebook: harma: add power led controlPeter Yin2-0/+2
Control the host power LED when turning on/off. Running: set led on Off: set led off Change-Id: Icd7a05ece4f9928c20e70b5a52ec06a8e2495ab6 Signed-off-by: Peter Yin <peter.yin@quantatw.com>
2024-01-18meta-ibm: Bind MCTP daemon in tandem to PLDM daemonManojkiran Eda3-0/+10
Applications that operate on BMC typically rely on the standard systemd recovery mechanism. In this setup, systemd automatically restarts applications when they encounter issues. However, for critical daemons like PLDM in IBM systems, the situation is more nuanced. PLDM plays a vital role in IBM infrastructures as it facilitates communication between BMC and the host. Therefore, if the PLDM daemon experiences a crash or restarts unexpectedly, it's crucial to notify the remote PLDM endpoints. This notification ensures that the remote endpoints can detect the disruption and initiate corrective measures to synchronize critical data, such as PDRs, between the two endpoints. To efficiently communicate the status of a remote endpoint when the PLDM faces an interruption, the MTCP channel serves as a key mechanism. Specifically, when the mctp-demux daemon undergoes a restart, it reinitializes the MCTP channel. This action effectively signals the remote endpoint that an issue has occurred. By doing so, the remote side can promptly take the necessary corrective actions to maintain data synchronization and system integrity. Change-Id: I7d28ef9b3fc8263a100d7ff1f5378fcddcdd3f89 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
2024-01-17meta-facebook: rsyslog: Use FQDN for hostnameAmithash Prasasd1-0/+3
as title, allows logs from different subdomains to be distinct. Change-Id: I934d4f3e943c17dc4bc3ca9fd9f427f0529829cf Signed-off-by: Amithash Prasasd <amithash@meta.com>
2024-01-17meta-ieisystems: fp5280g3: Add phosphor-led-manager configGeorge Liu2-0/+637
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I4318fa2701323aaf364c130c26f876ef975a571f
2024-01-17openpower-hw-diags: srcrev bump 54e71c0693..b7d37e991eAndrew Geissler1-1/+1
Caleb Palmer (1): Updated Odyssey RAS data files for SRQ_FIR[9,36] Zane Shelley (2): update handling of OCC SRAM ECC errors set L2FIR (RC) load/store received as SUE source Change-Id: I68f55f5d3ed9c4ff525f084f04a8386e3cf47ada Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-17sdbusplus: srcrev bump ac329c5a94..52d23e8ad8Andrew Geissler1-1/+1
Patrick Williams (1): async: match: fix duplicate symbol definitions Change-Id: I4a287eb5799f5f3fe802747ef26bf016be2a185e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-17phosphor-bmc-code-mgmt: srcrev bump 2851e0d56c..1db5847d50Andrew Geissler1-1/+1
George Liu (1): owners: updated George email Change-Id: I395cda30ab770b2bbe6c0328e7ab666ea7f0a048 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-17dbus-sensors: srcrev bump a47e082e21..6e6561d6bdAndrew Geissler1-1/+1
Glukhov Mikhail (1): tachsensor: Fix 'Associations' capitalization to register associations Change-Id: Iec00c256224f6c31ea02d89d98f1ef610026efcd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-17bmcweb: srcrev bump 8ece0e457e..f347756661Andrew Geissler1-1/+1
Konda Reddy Kachana (1): redfish: Fix the property name to get EncryptionStatus Mikhail Zhvakin (1): DBus REST: Fix array and dict handling Change-Id: I8385901a715671335a0042cdcfef093632b1d567 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-17phosphor-led-manager: srcrev bump 7d88762765..dc7a951d6eAndrew Geissler1-1/+1
George Liu (1): Remove unused variables Change-Id: If69822d2da61dbf9c31b4cb8462ea218d881baef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-17phosphor-logging: srcrev bump 70f561a746..bbc11ef9d3Andrew Geissler1-1/+1
Matt Spinler (2): PEL: Removed unused constants in DataInterface PEL: Use new Compatible interface Change-Id: I267954603e5b1ea57e4ae0679da3ebcd0c8ae5c2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-17meta-ibm: Rename device callout filesMatt Spinler5-13/+13
The entity-manager config for these systems now provides the Compatible inventory decorator interface which has Names property values like com.ibm.Hardware.Chassis.Model.Everest. The error logging code code uses these values to lookup a callout file, so rename them to match. Tested: - Files show up in rootfs Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ic2be73fc6e5cc0114baca027c2057d9068b1cd1f
2024-01-16meta-google: Update GBMC_NCSI_IPMI_CHANNEL for npcm8xxTom Tung1-0/+1
Tested: ``` ~: MACHINE=npcm8xx_platform bitbake -e phosphor-ipmi-config | grep \ GBMC_NCSI_IPMI_CHANNEL= GBMC_NCSI_IPMI_CHANNEL="2" ~: MACHINE=other_platform bitbake -e phosphor-ipmi-config | grep \ GBMC_NCSI_IPMI_CHANNEL= GBMC_NCSI_IPMI_CHANNEL="1" ``` Change-Id: Iea0f8fc7ff2f2438b26e1b4addc40ea1ec6ff1a3 Signed-off-by: Tom Tung <shes050117@gmail.com>
2024-01-13meta-asrock: spc621d8hm3: Add phosphor-led-manager configZev Weiss2-0/+33
Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I8d21ddbe3d43c63576377e934739be3cec96268f
2024-01-13meta-asrock: spc621d8hm3: Add IPMI dev_id.jsonZev Weiss2-0/+8
This replicates the values returned by 'ipmitool mc info' on the factory (AMI) BMC firmware. Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I1b4b76ecf5a69f11fe59a0dbf2d2522dac911cc8
2024-01-13meta-asrock: spc621d8hm3: Add obmc-console configZev Weiss2-0/+4
Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I6242d255eb49b995c56309a6b3398c72ce87a8c7
2024-01-13phosphor-psu-code-mgmt: srcrev bump ce6c5c54d4..541f267139Andrew Geissler1-1/+1
George Liu (1): owners: Add George email Change-Id: I962c84fbb9c841c10ebf5bf804abf49a23429bc3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-13libmctp: srcrev bump 5c90129312..1fe5899eacAndrew Geissler1-1/+1
Nikhil Namjoshi (1): serial: Recover the state machine when a request's bytes are dropped Change-Id: I0c80725603f6434e11f5b99a99a89dfe1cda83fe Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-13stdplus: srcrev bump 500b061737..22a6f52556Andrew Geissler1-1/+1
William A. Kennington III (16): net/addr/sock: Add classes for generating sockaddrs net/addr/sock: Add unix socket type net/addr/sock: Add string conversions for all socket types net/addr/sock: Add inet only type net/addr/sock: Fix SockAddrBuf alignment and layout net/addr/sock: SockAddrBuf -> SockAddr conversion fd/intf: Add sendto / recvfrom operations fd/ops: Add connect() call fd/ops: Support our sock class natively fd/ops: Make flags optional fd/ops: Add sendto / recvfrom helpers fd/ops: Add accept() with addr return fd/ops: Add readall() fd/ops: Add readAllFixed() fd/ops: Add readAllExact() fd: Make it possible to test fd existence Change-Id: Idacefc37276e701bd7e7bb79542991f01d2a7656 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-13phosphor-led-manager: srcrev bump 6fc3562e57..7d88762765Andrew Geissler1-1/+1
George Liu (1): owners: updated George email Priyanga Ramasamy (2): leds:Restructure and rename configs directory leds:Make use of Decorator.Compatible interface Change-Id: I9754e2689efd1d1112c7a9484582dd222d3fc306 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-13phosphor-user-manager: srcrev bump 40419f91ea..90b84ad9d6Andrew Geissler1-1/+1
Patrick Williams (1): build: use allowed over enabled Change-Id: I8fb93197e633aed282665893a0ae28b9619aef35 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-13phosphor-snmp: srcrev bump 717fdc440a..6c79a72b44Andrew Geissler1-1/+1
Patrick Williams (1): build: use allowed over enabled Change-Id: I361ed9801fdeae814382661de15677e63c19d8b3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-13phosphor-dbus-interfaces: srcrev bump cc4ce70daa..0aadbe41aaAndrew Geissler1-1/+1
Alpana07 (1): VPD Error interface UnknownSystemType supported Ravi Teja (1): Add Hostname property errors Zev Weiss (1): Ipmi.SOL: add default values Change-Id: I97d3e1161d6a71181a1a3058ea9647cb5269ca20 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-13dbus-sensors: srcrev bump ae46396671..a47e082e21Andrew Geissler1-1/+1
Andrew Jeffery (11): meson: Format build files according to meson style guide meson: Require meson 1.1 meson: Drop redundant `cpp` variable from build specification meson: Remove single-use build_tests variable meson: Move unit-file-related definitions to service_files/meson.build meson: Clean up specification of liburing dependency subprojects: Bump liburing to 2.4-2 meson: Clean up specification of sdbusplus dependency meson: Improve boost integration meson: Order dependencies as an approximate in-order tree traversal subprojects: Bump boost to 1.83 Change-Id: I37f5d13717f7b82b2f9e17f89bbab87de706626b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-13phosphor-power: srcrev bump 8ac0673994..6a957f6fd6Andrew Geissler1-1/+1
Faisal Awada (1): Create directory to put power device firmware Shawn McCarney (3): Move TemporaryFile class to root directory pseq: Create Rail class pseq: Create standalone config file parser Change-Id: I9e83c404314489fcd02bf9472694ca2a5c935af8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-13phosphor-state-manager: srcrev bump 60a238dd5e..471208419dAndrew Geissler1-1/+1
Willy Tu (1): bmc-state: Add property signal for lastRebootTime Change-Id: I7ff3637eb104735d9ae4b126ea2e18377e517504 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-13meta-asrock: spc621d8hm3: Enable and configure x86-power-controlZev Weiss3-0/+100
Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I1195e18cbe1957702fe31ab5eb2b8a14f71bbad2
2024-01-13meta-asrock: initial skeleton of spc621d8hm3 supportZev Weiss7-0/+103
This is a half-width single-socket Xeon server board with an AST2500 BMC. Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I3362a992997d02d43f409e1df00c9f8098d05c5b
2024-01-12subtree updatesPatrick Williams396-3406/+3844
meta-openembedded: 7d8115d550..098dc606f9: Alex Kiernan (2): c-ares: Filter out "Live" tests ptest-packagelists-meta-oe.inc Add c-ares to PTESTS_SLOW_META_OE Alexander Kanavin (25): fontforge: add a readline PACKAGECONFIG volume-key: disable python bindings audit: disable python bindings as incompatible with python 3.12 cmpi-bindings: update 1.0.1 -> 1.0.4 libpwquality: backport a python 3.12 compatibility patch mycroft: do not depend on python3-xmlrunner python3-xmlrunner: remove the recipe system-config-printer: rely on setuptools to obtain distutils copy python3-gmpy2: fix python 3.12 issues python3-custom-inherit: fix python 3.12 builds python3-jsonrpcserver: remove python3-oslash: remove nmap: disable ndiff wireshark: update 4.0.10 -> 4.2.0 openipmi: update 2.0.32 -> 2.0.34 libsigrokdecode: add python 3.12 support cockpit: add setuptools dependency to bring in distutils copy mongodb: skip until python 3.12 fixes are available. mercurial: ensure setuptools is present as distutils is no longer (mercurial tries both) rwmem: fix python modules packaging upm: get disutils copy via setuptools python3-kmod: remove the recipe hplip: provide setuptools for the distutils copy audit: reenable python bindings and bring in distutils via setuptools (needed with python 3.12) python3-h5py: backport a cython 3.x compatibility patch Christophe Vu-Brugier (1): nvme-cli: upgrade 2.6 -> 2.7.1 Enrico Scholz (1): krb5: use PACKAGE_BEFORE_PN Fabio Estevam (2): i2cdev_git: Remove AUTHOR field picocom: Update to 2023-04 Ilya A. Kriveshko (1): srecord: fix install prefix Jordan Crouse (2): collectd: Remove rrdtool from DEPENDS keepalived: Move the sample configuration files to a separate package Jose Quaresma (1): layer.conf: Add libdevmapper-native PREFERRED_RPROVIDER Khem Raj (8): mraa: Update to latest tip of trunk libcppkafka: Update to tip of trunk python3-pydantic-core: Rename the cpython module on musl libtinyxml2: Package needed resources to run ptests python3-pylint: Ignore failing ptests libconfig-general-perl: Enable on musl targets tgt: Fix build with musl kernel-selftest: remove Wno-alloc-size-larger-than from scripts/Makefile.extrawarn Leon Anavi (5): ssd1306_git.bb: Add ssd1306_linux ssd1306: Update and remove patch python3-webargs: Upgrade 8.3.0 -> 8.4.0 python3-wtforms: Upgrade 3.1.1 -> 3.1.2 python3-kivy: Upgrade 2.2.1 -> 2.3.0 Markus Volk (9): luajit: upgrade 2.1beta -> 2.1 gnome-terminal: fix search_provider build libplist: make sure rm doesn't fail on nonexistent file imagemagick: upgrade 7.1.1-8 -> 7.1.1.26 mutter: update 45.1 -> 45.3 gnome-shell: update 45.1 -> 45.3 gnome-control-center: update 45.1 -> 45.2 gnome-software: update 45.1 -> 45.3 gnome-shell-extensions: update 45.1 -> 45.2 Martin Jansa (1): libpwquality: respect PYTHONSITEDIR Michael Haener (1): mdio-tools: upgrade 1.3.0 -> 1.3.1 Mingli Yu (2): usleep: Make the version consistent ipmitool: Make the version consistent Peter Marko (1): protobuf-c: upgrade 1.4.1 -> 1.5.0 Richard Leitner (1): python3-pytest-cov: add missing python3-coverage dependency Robert Yang (1): v4l-utils: Add PACKAGECONFIG for v4l2-tracer to fix determinstic build Wang Mingyu (52): cglm: upgrade 0.9.1 -> 0.9.2 ctags: upgrade 6.0.20231224.0 -> 6.1.20231231.0 exiftool: upgrade 12.71 -> 12.72 feh: upgrade 3.10.1 -> 3.10.2 libssh: upgrade 0.10.5 -> 0.10.6 squid: upgrade 6.5 -> 6.6 imapfilter: upgrade 2.8.1 -> 2.8.2 redis-plus-plus: upgrade 1.3.10 -> 1.3.11 python3-netaddr: upgrade 0.9.0 -> 0.10.0 plocate: upgrade 1.1.19 -> 1.1.20 python3-cantools: upgrade 39.4.1 -> 39.4.2 python3-coverage: upgrade 7.3.4 -> 7.4.0 python3-flask: upgrade 2.3.3 -> 3.0.0 python3-gspread: upgrade 5.12.3 -> 5.12.4 python3-pydot: upgrade 1.4.2 -> 2.0.0 qpdf: upgrade 11.6.4 -> 11.7.0 thingsboard-gateway: upgrade 3.4.3.1 -> 3.4.4 python3-pydantic-core: upgrade 2.14.5 -> 2.14.6 libtinyxml2: upgrade 9.0.0 -> 10.0.0 adw-gtk3: upgrade 5.1 -> 5.2 dialog: upgrade 1.3-20231002 -> 1.3-20240101 ghex: upgrade 45.0 -> 45.1 jwt-cpp: upgrade 0.6.0 -> 0.7.0 libcloudproviders: upgrade 0.3.4 -> 0.3.5 libgedit-gtksourceview: upgrade 299.0.4 -> 299.0.5 libjcat: upgrade 0.1.14 -> 0.2.0 libraw: upgrade 0.21.1 -> 0.21.2 libsass: upgrade 3.6.5 -> 3.6.6 chrony: upgrade 4.4 -> 4.5 tgt: upgrade 1.0.83 -> 1.0.90 lapack: upgrade 3.10.1 -> 3.12.0 libio-pty-perl: upgrade 1.17 -> 1.20 webkitgtk3: upgrade 2.42.3 -> 2.42.4 xmlsec1: upgrade 1.3.2 -> 1.3.3 python3-argh: upgrade 0.30.5 -> 0.31.0 python3-cvxopt: upgrade 1.2.7 -> 1.3.2 python3-sqlalchemy: upgrade 2.0.24 -> 2.0.25 python3-aiohttp-jinja2: upgrade 1.5.1 -> 1.6 python3-bitarray: upgrade 2.9.1 -> 2.9.2 python3-google-api-python-client: upgrade 2.111.0 -> 2.112.0 python3-google-auth: upgrade 2.25.2 -> 2.26.1 python3-lz4: upgrade 4.3.2 -> 4.3.3 python3-pdm: upgrade 2.11.1 -> 2.11.2 python3-pyflakes: upgrade 3.1.0 -> 3.2.0 python3-pymisp: upgrade 2.4.182 -> 2.4.183 python3-pytest-asyncio: upgrade 0.23.2 -> 0.23.3 python3-traitlets: upgrade 5.14.0 -> 5.14.1 traceroute: upgrade 2.1.3 -> 2.1.5 wolfssl: upgrade 5.6.4 -> 5.6.6 xerces-c: upgrade 3.2.4 -> 3.2.5 zenity: upgrade 4.0.0 -> 4.0.1 daq: Fix install conflict when enable multilib. Yi Zhao (6): vsomeip: upgrade 3.3.8 -> 3.4.10 libtdb: upgrade 1.4.8 -> 1.4.9 libtalloc: upgrade 2.4.0 -> 2.4.1 libtevent: upgrade 0.14.1 -> 0.16.0 libldb: upgrade 2.7.2 -> 2.8.0 samba: upgrade 4.18.9 -> 4.19.3 alperak (10): libnvme: upgrade 1.6 -> 1.7.1 libpaper: upgrade 2.1.0 -> 2.1.2 onig: upgrade 6.9.8 -> 6.9.9 clinfo: upgrade 3.0.21.02.21 -> 3.0.23.01.25 opensc: upgrade 0.23.0 -> 0.24.0 pcsc-lite: upgrade 2.0.0 -> 2.0.1 pcsc-tools: upgrade 1.6.2 -> 1.7.1 wavpack: upgrade 5.1.0 -> 5.6.0 nginx: fix CVE-2023-44487 grpc: upgrade 1.59.2 -> 1.60.0 meta-arm: 4d22f982bc..5712422011: Emekcan Aras (1): arm-bsp/linux-yocto: corstone1000: bump to v6.6% Jon Mason (8): arm-bsp/trusted-firmware-m: update libmetal and open-amp to a release arm-bsp/trusted-firmware-m: update libmetal and open-amp to 2023.04.0 arm: modify patches to have email headers and correct date fields arm-bsp/optee-os: remove unused 3.18 files arm/optee-os: use sysroot in CFLAGS arm/optee-os: remove unneeded clang patches arm/scp-firmware: update git repository to new location arm-bsp/u-boot: rebase patches for v2024.01 Ross Burton (1): arm-bsp/linux-yocto: add linux-yocto 6.5 temporarily meta-raspberrypi: 4c033eb074..b859bc3eca: Leon Anavi (1): bcm2835: update 1.71 -> 1.73 poky: 4675bbb757..61182659c2: Adrian Freihofer (1): ref-manual: document cmake-qemu class Alassane Yattara (7): bitbake: toaster/tests: Bug-fix on TestProjectConfigTab::test_image_recipe_show_rows bitbake: toaster/tests: Bug-fix element click intercepted bitbake: toaster/tests: Delay driver first action on create new project page bitbake: toaster/tests: Setup delay after driver action self.get(url) bitbake: toaster/tests: bug-fix "#hint-error-project-name" should be visible bitbake: toaster/tests: Bug-fix "element not interactable" in TestLayerDetailsPage::test_edit_layerdetails bitbake: toaster/tests: Bug-fix ToasterTable show_rows testcases Alexander Kanavin (16): speexdsp: enable native variant devtool/standard: correctly escape \ bitbake: fetch/checkstatus(): do not print the URI twice in FetchError exception bitbake: fetch/wget/checkstatus(): include the URL in debugging output about status check failure bitbake: bitbake/runqueue: rework 'bitbake -S printdiff' logic selftest/sstatetests: fix up printdiff test to match rework of printdiff logic selftest/sstatetest: re-enable gcc printdiff test python3-pyyaml: make compatible with cython 3.x python3-cython: update 0.29.36 -> 3.0.7 taglib: fix upstream version check libpcre2: fix upstream version check icon-naming-utils: take tarball from debian selftest/sstatetests: include fetcher diagnostics into CDN test failure message selftest/SStatePrintdiff: ensure all base signatures are present in sstate in test_image_minimal_vs_base_do_configure shadow: update 4.13 -> 4.14.2 shadow: link executables statically for -native variant Chen Qi (5): gawk: upgrade from 5.2.2 to 5.3.0 systemd-bootchart: upgrade from 234 to 235 dbus-wait: bump srcrev sudo: upgrade from 1.9.15p2 to 1.9.15p5 util-linux/util-linux-libuuid: ugprade from 2.39.2 to 2.39.3 Corentin Guillevic (1): systemd: add udev-bash-completion package Enguerrand de Ribaucourt (1): manuals: document VSCode extension Fabio Estevam (5): libusb1: Do not match on -rc versions usbutils: Update to version 017 u-boot: Upgrade to 2024.01 kmscube: Change header file to <GLES3/gl3.h> kmscube: Add package version Ilya A. Kriveshko (1): dev-manual: update license manifest path Jamin Lin (1): devtool: modify: fix exception Joshua Watt (1): syslinux: Allow mtools to be optional Jörg Sommer (1): documentation: Add UBOOT_BINARY, extend UBOOT_CONFIG Khem Raj (6): connman: Fix build with musl rpm: Fix build with musl gawk: Add coreutils to rdeps for ptests package tcl: Fix prepending to run-ptest script coreutils: Ignore line-bytes.sh and no-allocate tests on musl opkg-utils: Backport fix to drop --numeric-owner parameter Lee Chee Yang (1): migration-guide: add release notes for 4.3.2 Mark Asselstine (2): bitbake: server/process: catch and expand multiprocessing connection exceptions bitbake: ui/knotty: properly handle exceptions when calling runCommand() Maxin B. John (1): ref-manual: classes: remove insserv bbclass Michael Opdenacker (2): contributor-guide: use "apt" instead of "aptitude" ref-manual: update tested and supported distros Mikko Rapeli (1): oeqa systemd.py: settle() using "running" or "degraded" state Ming Liu (1): qemu.bbclass: fix a python TypeError Mingli Yu (2): openssh: Add PACKAGECONFIG option to customize sshd mode gptfdisk: Make the version consistent Richard Purdie (2): bitbake: ast: Fix EXPORT_FUNCTIONS bug bitbake: runqueue: Fix runall all bug Robert Yang (2): bitbake: bitbake: event: Inject empty lines to make code match lineno in filename bitbake: bitbake: tests/event: Add test_lineno_in_eventhandler Rodrigo M. Duarte (1): linux-firmware: Fix the linux-firmware-bcm4373 FILES variable Ross Burton (12): glib-2.0: no need to depend on target gtk-doc autotools: append to EXTRA_AUTORECONF autotools: don't exclude gtkdocize gtk-doc: fix DEPENDS gtk-doc: remove obsolete logic gtk-doc: don't use docdir set in environment in gtkdocize gtk-doc: don't manually call gtkdocize kmod: fix configure with autopoint calling gtkdocize util-linux: enable gtk-doc meson: use pkg-config in the cross files cairo: upgrade to 1.18.0 xmlcatalog: limit to native recipes only Simone Weiß (2): dev-manual: start.rst: update use of Download page glibc: Set status for CVE-2023-5156 & CVE-2023-0687 Tim Orling (2): python3-bcrypt: upgrade 4.1.1 -> 4.1.2 python3-attrs: enable ptest Wang Mingyu (13): ffmpeg: upgrade 6.1 -> 6.1.1 meson: upgrade 1.3.0 -> 1.3.1 ccache: upgrade 4.8.3 -> 4.9 mesa: upgrade 23.3.1 -> 23.3.2 subversion: upgrade 1.14.2 -> 1.14.3 python3-dbusmock: upgrade 0.30.1 -> 0.30.2 python3-hatch-fancy-pypi-readme: upgrade 23.1.0 -> 24.1.0 python3-hypothesis: upgrade 6.92.1 -> 6.92.2 python3-pycryptodome: upgrade 3.19.0 -> 3.19.1 python3-pycryptodomex: upgrade 3.19.0 -> 3.19.1 python3-pytest: upgrade 7.4.3 -> 7.4.4 python3-attrs: upgrade 22.1.0 -> 23.2.0 python3-lxml: upgrade 4.9.4 -> 45.0.0 William Lyu (1): elfutils: Update license information Yang Xu (1): rootfs.py: check depmodwrapper execution result Yi Zhao (2): libcap-ng: upgrade 0.8.3 -> 0.8.4 libcap-ng-python: upgrade 0.8.3 -> 0.8.4 david d zuhn (1): rng-tools: remove obsolete build time dependency on sysfsutils Change-Id: I43eda44bb889eedb45fae65caf2e5ed8d2c9de39 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2024-01-12fb-ipmi-oem: srcrev bump 8fe3a44723..5a7a04da0bAndrew Geissler1-1/+1
Potin Lai (2): configs: add configs for Harma system storagecommands: fix sensorTree never updated Change-Id: I9e619a3445cd64ba3e37c7754d4d857e564d3840 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-12meta-facebook: yosemite4: Support power policy after doing slot hot-plugDelphine CC Chiu3-0/+98
Add systemd service slot-hot-plug to recover host status by power policy Tested: plug out then in slot, check host status and journal Change-Id: I8168b32a40c34d787fbfdd6c6a0c944ace919514 Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
2024-01-12meta-harma: network: add config 00-bmc-eth0.networkPotin Lai2-5/+28
For Meta's machines, we use to use DUID-LL as client identifier for DHCPv6. We also notice that the IAID is different between AC power on and reset, which caused the DHCPv6 address is changed due to IAID is not always consitent. Add settings to ensure DHCPv6 selects the correct DUID type and forces IAID to 0 to ensure DHCPv6 address does not change between AC power on and reset. ``` ClientIdentifier=duid DUIDType=link-layer IAID=0 ``` Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: Ib16959f7f33de6494792eee104fb04ae7ff13eba