summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-02-10power-restore: define new one_time propertyAndrew Geissler1-0/+6
IBM has a use case where it wishes to utilize the power-restore functionality for a firmware update path. A firmware update is initiated through the host operating system. Once it has completed writing the BMC flash, the host wants to initiated a power off of the system, a reboot of the BMC, and then an automatic power on of the host. Instead of writing special software to handle this automatic boot of the host after the BMC has rebooted, lets utilize a one_time setting within the power-restore logic. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I4964004e3b1827853ff00437172196e4fbbfcc46
2021-02-10os-release: add EXTENDED_VERSION to /etc/os-releaseChanh Nguyen1-1/+1
This adds a new OS identification parameter (EXTENDED_VERSION) to the /etc/os-release file in the generated OpenBMC image to indicate the extended version of the OpenBMC image. Note the extended version is typically set in the openbmc/meta-*/meta-MACHINE/conf/local.conf.sample file (This is where TEMPLATECONF points to.) by "EXTENDED_VERSION" variable. Tested: On the build system, `cat $IMAGE_ROOTFS/etc/os-release` shows the correct value. Signed-off-by: Chanh Nguyen <chanh@amperemail.onmicrosoft.com> Change-Id: I34d52e3799d83902e12be95d12f4036b70d721cd
2021-02-10meta-phosphor: phosphor-ipmi-ssif: set version to gitBenjamin Fair1-0/+1
Rename the recipe file to add "_git" as a suffix. This sets the package version to "git" and is standard for recipes built from git without a specific version. Also set the PV variable to the conventional value. Change-Id: Ib1159bced76aae33df3eaa4308e8627e1527c4e4 Signed-off-by: Benjamin Fair <benjaminfair@google.com>
2021-02-10dump: Adding workaround for jffs2 file systemChirag Sharma2-7/+5
Change: Incase of jffs2 the jffs-workaround flag will be enabled and will watch IN_CLOSE_WRITE event during core file creation. For rest of the file systems(ubifs, ext4 etc) the flag will be disabled and will watch for IN_CREATE event. For more details please refer to "openbmc/openbmc#2240" and "openbmc/openbmc#2287" issues. Signed-off-by: Chirag Sharma <chirshar@in.ibm.com> Change-Id: I4c43473ae557f3fe45a583e0206d52b318773c88
2021-02-09meta-google: ncsid-config: Error for missing interfaceWilliam A. Kennington III1-0/+5
Change-Id: Ifeb48720421e13f9313f056f8c15232982824daa Signed-off-by: William A. Kennington III <wak@google.com>
2021-02-09pfr-manager: srcrev bump ffc5538235..f88197083cAndrew Geissler1-1/+1
Chalapathi Venkataramashetty (1): pfr-manager: add ufmSupport property to PFR.Attributes interface. Change-Id: I872c7b78e8a2c0d955860b6341212c731a3bb401 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-09meta-google: ncsid-config: Fixup recipeWilliam A. Kennington III2-2/+17
The license was mistakenly set to closed and it was missing an included rules file. Google-Bug-Id: 179618497 Change-Id: I8b9b01f7b53f03e6caa079de36e096db1a875955 Signed-off-by: William A. Kennington III <wak@google.com>
2021-02-09meta-google: Add ncsid-config packageWilliam A. Kennington III1-0/+39
Google-Bug-Id: 179618497 Change-Id: Id0ba358215054159e1d9a2329ae2393b5b9eeabf Signed-off-by: William A. Kennington III <wak@google.com>
2021-02-09meta-google: Add NCSId at 7d6fa42William A. Kennington III1-0/+40
Google-Bug-Id: 179618497 Change-Id: I1af1d4269e5473302b7741c4c74dcb7c130ff01e Signed-off-by: William A. Kennington III <wak@google.com>
2021-02-09meta-ampere: Set BMC MAC Address from FRU inventoryThang Q. Nguyen4-0/+82
Support to get BMC MAC address from FRU over the FRU inventory information (/xyz/openbmc_project/inventory/system/chassis/motherboard) and update to the eth0 Ethernet interface and set the eth1addr u-boot variable. Tested: 1. Boot to u-boot, clear the eth1addr variable, save and reboot. 2. Boot to Linux: - Check if the eth0 interface uses the MAC address in FRU. root@mtjade:~# ip addr show dev eth0 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 70:e2:84:86:76:ba brd ff:ff:ff:ff:ff:ff - Check if the eth1addr u-boot variable uses the MAC address in FRU root@mtjade:~# fw_printenv eth1addr eth1addr=70:E2:84:86:76:BA Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com> Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: Ifb7eefbb17257545d026005f859d37ef562289b7
2021-02-09meta-ampere: mtjade: support FRU inventoryThang Q. Nguyen6-0/+177
Support to parse the Mt.Jade FRU device, map FRU data with inventory information and report FRU content via IPMI. Tested: 1. Run IPMI fru print command: root@mtjade:~# ipmitool fru print FRU Device Description : Builtin FRU Device (ID 0) Chassis Type : Rack Mount Chassis Chassis Serial : A1A1-A000-0000000000123 Board Mfg Date : Fri Feb 5 00:00:00 2021 UTC Board Mfg : WIWYNN Board Product : Mt.Jade Motherboard Board Serial : B8103010002500900019J0LB Board Part Number : B81.03010.0026 Product Manufacturer : WIWYNN Product Name : Mt.Jade Server System Product Part Number : B81.03001.0009 Product Version : EVT2 Product Serial : B810300100050130002DN0SD 2. Check FRU inventory reoirt from REST /xyz/openbmc_project/inventory/system/chassis/motherboard Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: I231d5766b2f89a535d850eb437d63a9db84fb846
2021-02-09thor: initial machine creationmoyan_yyb12-0/+603
Signed-off-by: yongbing yang <SnowYang@linux.alibaba.com> Change-Id: Ic0248e729ac47d692c059648fcf60b297de2ae3d
2021-02-09meta-phosphor: remove duplicate boost-urlPatrick Williams1-17/+0
Upstream now has an identical recipe at: meta-openembedded/meta-oe/recipes-devtools/boost-url/boost-url_git.bb Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I99636ef4eb317e39af5fc053b5c8e61d4af6ce3d
2021-02-09dbus-sensors: srcrev bump feb19ef095..3a18b860ecAndrew Geissler1-2/+2
Update the psusensor's PACKAGECONFIG to match the dbus-sensors' change. Lei YU (1): meson: Fix psusensor Change-Id: Ie23c08c70689fef4708fcd85f746f7485f960d2e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-09phosphor-networkd: srcrev bump 86f659e671..1b5ec9c536Andrew Geissler1-1/+1
Manojkiran Eda (1): Make the Individual tests linkable for meson Change-Id: Ia7fd8649fa0ccfbb660febae8a93f5b73c99a67f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-09webui-vue: srcrev bump dada89cf0c..157d2ffe61Andrew Geissler1-1/+1
Dixsie Wolmers (1): Add DHCP enable to Network Settings page Sandeepa Singh (1): Add test hook for overview page Change-Id: Ifb5f52d6804d1f274862f2a91fc3d4eb4bfff632 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-09bmcweb: srcrev bump d830ff5aa4..5e34b67a3eAndrew Geissler1-1/+1
Ed Tanous (4): Remove management console special check Add chrono include to http/utility.hpp Number the common errors Re-enable dead code elimination Jonathan Doman (1): Remove unnecessary error responses for LDAP certs Change-Id: Ide6c6d1c17f21c6b98ad16e1d4dcf05df503ecae Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-09linux-aspeed: Everest DTS and max31785 driverJoel Stanley1-1/+1
Eddie James (1): ARM: dts: aspeed: Add Everest BMC machine Matthew Barth (1): hwmon: (pmbus/max31785) Support revision "B" Change-Id: Ib12ae5c49b5245ae7b1574f723b52e9181cb7437 Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-02-06meta-nuvoton: fix npcm750-evb buildAnton D. Kachalov1-3/+2
Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: I02bfeccf158c8278034fec8642c00fe12fa89d23
2021-02-06phosphor-pid-control: srcrev bump ca791156e2..258530af96Andrew Geissler1-1/+1
Ed Tanous (1): Add Ed as a maintainer Patrick Venture (1): MAINTAINERS: Venture: M->R Change-Id: I7fc6fd2d006b3a61ca7150487961b631a7a69ea8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-06entity-manager: srcrev bump 0836ce053c..2a96708200Andrew Geissler1-1/+1
Vijay Khemka (2): FruDevice: Verify offset overlap FruDevice: Check for language code Change-Id: I86d7a31488820fb56c4fc691b0d3ac1be96dfaba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-06sdeventplus: srcrev bump 921758b9da..159a35604aAndrew Geissler1-1/+1
William A. Kennington III (1): subprojects: Update to HEAD Change-Id: Ifad7117d4ee61208762ada1e260fda04fa3d1826 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-06gpioplus: srcrev bump 2f8444ce2d..6797f8a0f7Andrew Geissler1-1/+1
William A. Kennington III (1): subprojects: Bump to HEAD Change-Id: I1627828b409b9f1a3b49737832e8ac54df375cd6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-06openpower-hw-diags: srcrev bump dc5b0ff1d6..8f60a621c7Andrew Geissler1-1/+1
Zane Shelley (3): Generic binary file stream support (big-endian) refactor __captureSignatureList() with new BinFileWriter class Add register capture data FFDC to PEL Change-Id: Ib9f7212d97e5c31e3dc08c0417fb8315c42b88be Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-06ipmi-blob-tool: srcrev bump bae76647e7..92a4a62c69Andrew Geissler1-1/+1
Patrick Venture (1): drop default internal sys parameter Change-Id: Id0b5da6396c974bc6bf13d510cf4b8afe2b25d0d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-06phosphor-time-manager: srcrev bump c6d33972d9..1e1dc44732Andrew Geissler1-1/+1
Ratan Gupta (1): Fixing the unused variable compiler issue Change-Id: Ida10c3494bb22430254b4533ff57b056fb1387e5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-05pfr-manager: srcrev bump 0884191b64..ffc5538235Andrew Geissler1-1/+1
Chalapathi Venkataramashetty (1): pfr-manager: Remove the compiler flag -fno-rtti to fix build Change-Id: Iab195034a0638f5e3b8107b9cce15573859e5962 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-04libpeci: srcrev bump c965e72c67..bc641112abAndrew Geissler1-1/+1
Jason M. Bills (2): Return an error for invalid target addresses Initialize variables Change-Id: I7f4a4759ea4bf4202a4bbbf2f90d496f8345da81 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-04intel-ipmi-oem: srcrev bump 6d6dc7ad72..b910987a7dAndrew Geissler1-1/+1
Kuiying Wang (1): Fix ipmid crash issue caused by null pointer in ipmiStorageGetSDR Change-Id: Ib93eadd2ac361b0890875e177fcdea90a0e741d5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-04Move dbus-sensors to mesonEd Tanous1-13/+14
This commit is designed to go in tandem with: https://gerrit.openbmc-project.xyz/c/openbmc/dbus-sensors/+/27100 Which removes the cmake support entirely, and moves 100% to meson. This provides consistency for openbmc in its project generation. This was previously checked in and +1ed on meta-phosphor. This commit simply moves the content to openbmc/openbmc https://gerrit.openbmc-project.xyz/c/openbmc/meta-phosphor/+/37365 Tested: Checked out 27100 and built. Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: I96d46b110df0787692df9fecab6e537be19a74ae
2021-02-04phosphor-software-manager: Add verify-full-signatureAdriana Kobylak1-1/+3
The phosphor-software-manager now supports signature checking of the whole tarball contents, ensuring that all the expected images are contained in the tarball. This new check adds an additional level of security, and the new tarball signature file is included in the built tarball now by default: https://gerrit.openbmc-project.xyz/c/openbmc/meta-phosphor/+/39036 https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-bmc-code-mgmt/+/39118 Change the verify_signature PACKAGECONFIG option to use the new verify-full-signature since this is the recommended option now and the previous one is marked as a legacy option. Tested: Verified the generated config.h in the phosphor-software-manager build directory has both the original WANT_SIGNATURE_VERIFY and the new WANT_SIGNATURE_FULL_VERIFY defined. Change-Id: I138d0c8ca9fc25d4e08e101c5a097c9cb4fbcbb5 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2021-02-04mpreboot: do not install service if mpreboot enabledAndrew Geissler1-5/+12
When mpreboot is enabled, there is a more advanced form of diagnostic and recovery put into the obmc-host-crash@.target. In this case we do not want the basic error reported by the service within this repo. Tested: - Verified correct services installed for mpreboot on Rainier and Tacoma machines - Verified non-mpreboot services installed on Witherspoon machine Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: If29ad7a83c1e1551a7eb319179eca504e9f93678
2021-02-04mpreboot: separate out systemd target workAndrew Geissler2-20/+26
The OpenBMC community has been moving away from the use of the SYSTEMD_LINK macro and going towards more explicit commands to create the needed wants/requires relationships for systemd. This commit does that in preparation for some other work in this area utilizing the new mpreboot distro feature. No functional changes were done with this commit. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I01086e51400cf94498c62d9bc6cbcc75813b20f6
2021-02-04mpreboot: utilize new distro feature for checksAndrew Geissler1-3/+9
Previous code was piggy backing the memory preserving reboot function off of the phal machine feature. This had issues in that a witherspoon-tacoma system also supports mpreboot, but does not support phal. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ib044f5252843e84be3304bc0df8ffb8aa947526c
2021-02-04mpreboot: add to rainier and tacoma systemsAndrew Geissler2-0/+2
Both rainier and witherspoon-tacoma systems support the mpreboot feature. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ieeb4724a5cf5678ba0f6ab950b5403db5aebcd88
2021-02-04mpreboot: introduce new distro featureAndrew Geissler1-0/+3
The memory preserving reboot is a feature utilized on IBM systems which allows a system to be rebooted with its memory preserved. This is utilized in situations where the host firmware has crashed and put the processor in an unusable state. The processors are put back in a good state by rebooting the system. Memory is preserved though so host firmware can capture the relevant data from memory needed to debug the cause of the failure. This feature is implemented across a few different repositories within OpenBMC so lets create a distro feature to enable it across all of the software stacks. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ia16626ba6e46aa8de642abef677735ed957f9f9e
2021-02-04meta-hxt: update Yocto compat for gatesgarthPatrick Williams1-0/+2
The next release of Yocto is soon and most of the upstream layers have switched support strings for it. Support layer compat for gatesgarth (current) and dunsfell (previous). Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3b5ef37d96be06be175e35ad689546bf8d584601
2021-02-04webui-vue: srcrev bump be6858c06b..dada89cf0cAndrew Geissler1-1/+1
SurenNeware (1): Change system indicatorLED property Yoshie Muranaka (1): Add property check on Server power operations page Change-Id: I3032e70cab1c14b05d9c3da670a6a6b23b71326c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-04bmcweb: srcrev bump 6a9f85f905..d830ff5aa4Andrew Geissler1-1/+1
Adriana Kobylak (1): http: utility: Add base64encode Change-Id: I42e56c437a53e981667b3c2557639e40e12cecf5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-04telemetry: srcrev bump d960e1f37e..1ac4d54784Andrew Geissler1-1/+1
Wludzik, Jozef (2): Fix meson file and remove warnings from compilation Update README.md file Change-Id: Ief490296f55e462e5daf0de4c7c93230f82b027d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-04ssifbridge: srcrev bump f624941f50..b26a9b6aeaAndrew Geissler1-1/+1
Dung Cao (2): Clean up potential compile warnings Fix maximum SSIF message size Change-Id: Ie537f1c6e9e91bd17ed76cc28cdf045e8a7d8080 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-04sdeventplus: srcrev bump cd29b6d01d..921758b9daAndrew Geissler1-1/+1
William A. Kennington III (1): gitignore: Update to include meson build directory Change-Id: Ifc6b520508a69f9f91ecf15b9aad18a9ea642d82 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-04phosphor-sel-logger: srcrev bump e526b86d7f..7d8a3003fbAndrew Geissler1-1/+1
Lei YU (1): Return entryID as recordID Change-Id: I70fdf0b887b1b9205210b964310630aefbdc0700 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-04phosphor-logging: srcrev bump f397afcc47..b50c705c3bAndrew Geissler1-1/+1
Lei YU (1): Return entryID on commiting logs Change-Id: I89f9d08e0942d063c009f3ced5f091cfa10537bd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-03owners: change over to email for root dirAndrew Geissler1-1/+1
Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Iac0374bc3f229ff7c4456d3ddaf7101ab3fe9b21
2021-02-03Revert "libpam: update 1.3.1 -> 1.5.1"Andrew Geissler5-36/+448
This reverts commit b0384720a46fb25c4ad180e3f256ffdeb53dc8a6. OpenBMC is not ready for the removal of pam_cracklib and pam_tally2. Until code is ready to move to new libs in libpam_1.5, carry a revert in OpenBMC to stay at libpam_1.3. openbmc/openbmc#3750 tracks this work Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I8da478dd1965f52d3a21e5274a96bd16e95bc7f9
2021-02-03poky: subtree update:796be0593a..10c69538c0Andrew Geissler433-3988/+5314
Alan Perry (1): binutils: add libopcodes package for perf Alex Stewart (1): opkg: upgrade to version 0.4.4 Alexander Kanavin (73): selftest/reproducible: enable world reproducibility test selftest/reproducible: add an exclusion list for items that are not yet reproducible kea: upgrade 1.7.10 -> 1.8.1 valgrind: exclude bar_bad/bar_bad_xml from ptests bzip2: run ptests without valgrind lttng-tools: disable more failing ptests glib-2.0: add a patch to increase a test timeout acpica: upgrade 20201113 -> 20201217 bind: upgrade 9.16.9 -> 9.16.10 diffoscope: upgrade 161 -> 163 dnf: upgrade 4.4.0 -> 4.5.2 enchant2: upgrade 2.2.13 -> 2.2.14 epiphany: upgrade 3.38.1 -> 3.38.2 ethtool: upgrade 5.9 -> 5.10 gtk+3: upgrade 3.24.23 -> 3.24.24 init-system-helpers: upgrade 1.58 -> 1.60 kbd: upgrade 2.3.0 -> 2.4.0 kea: upgrade 1.8.1 -> 1.8.2 libmodulemd: upgrade 2.9.4 -> 2.11.1 libpcre2: upgrade 10.35 -> 10.36 libtirpc: upgrade 1.2.6 -> 1.3.1 libusb1: upgrade 1.0.23 -> 1.0.24 libva: upgrade 2.9.0 -> 2.10.0 libx11: upgrade 1.6.12 -> 1.7.0 lighttpd: upgrade 1.4.56 -> 1.4.57 ninja: upgrade 1.10.1 -> 1.10.2 puzzles: upgrade to latest revision python3-hypothesis: upgrade 5.41.5 -> 5.43.3 python3-py: upgrade 1.9.0 -> 1.10.0 python3-setuptools-scm: upgrade 4.1.2 -> 5.0.1 sqlite3: upgrade 3.33.0 -> 3.34.0 stress-ng: upgrade 0.11.24 -> 0.12.00 sudo: upgrade 1.9.3p1 -> 1.9.4p1 sysvinit: upgrade 2.97 -> 2.98 vala: upgrade 0.50.1 -> 0.50.2 vulkan-headers: upgrade 1.2.154.0 -> 1.2.162.0 webkitgtk: upgrade 2.30.2 -> 2.30.4 xprop: upgrade 1.2.4 -> 1.2.5 xserver-xorg: upgrade 1.20.9 -> 1.20.10 glib-2.0: update 2.66.2 -> 2.66.4 rpm: update 4.16.0 -> 4.16.1.2 piglit: update to latest revision sbc: update 1.4 -> 1.5 libdnf: update 0.55.0 -> 0.55.2 libva-utils: update 2.9.1 -> 2.10.0 python3-importlib-metadata: update 3.1.1 -> 3.3.0 python3: update 3.9.0 -> 3.9.1 vulkan-loader: upgrade 1.2.154.1 -> 1.2.162.0 vulkan-tools: upgrade 1.2.154.0 -> 1.2.162.0 systemd-bootchart: update 233 -> 234 zstd: add recipe from meta-oe zstd: update 1.4.5 -> 1.4.8 devtool: gitsm:// should be handled same as git:// in upgrades ovmf: upgrade 202008 -> 202011 libksba: update 1.4.0 -> 1.5.0 libjitterentropy: update 2.2.0 -> 3.0.0 icu: update 68.1 -> 68.2 gnutls: update 3.6.15 -> 3.7.0 gnupg: update 2.2.23 -> 2.2.26 boost: update 1.74.0 -> 1.75.0 kexec-tools: update 2.0.20 -> 2.0.21 vulkan-samples: update to latest revision libpam: update 1.3.1 -> 1.5.1 strace: update 5.9 -> 5.10 python3-pytest: update 6.1.2 -> 6.2.1 mtools: update 4.0.25 -> 4.0.26 gnu-config: update to latest revision cmake: update 3.18.4 -> 3.19.2 ccache: upgrade 3.7.11 -> 4.1 ccache.bbclass: use ccache from host distribution gawk: add missing ptest dependency util-linux: upgrade 2.36 -> 2.36.1 ell: upgrade 0.33 -> 0.35 Anatol Belski (1): iproute2: Make it easier to manipulate SUBDIRS list from bbappend Anuj Mittal (2): mesa: add more details to elf-tls patch mesa: remove patch disabling asm Bruce Ashfield (23): linux-yocto-rt/5.4: update to -rt44 linux-yocto/5.4: update to v5.4.80 lttng-modules: fix build against v5.10+ kern-tools: non-gcc config support and option re-classification linux-yocto/cfg: qemuppc: set CONFIG_SCSI to '=y' linux-yocto/5.4: update to v5.4.82 linux-yocto/cfg: qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUT linux-yocto/5.4: update to v5.4.83 linux-yocto/5.8/cfg: fix -tiny warnings linux-yocto/5.4/cfg: fix -tiny warnings systemtap: fix on target build for 4.4 and 5.10+ linux-yocto/5.4/cfg: fix FIRMWARE_LOADER warnings kernel-devsrc: fix 32bit ARM devsrc builds linux-yocto/5.4: update to v5.4.85 linux-yocto-dev: bump to v5.11-rc libc-headers: update to v5.10 machine/qemuarm*: add vmalloc kernel parameter linux-yocto: introduce v5.10 reference kernel recipes linux-yocto/5.10: update to v5.10.2 conf/machine: bump qemu preferred versions to 5.10 poky/poky-tiny: set preferred kernel to 5.10 yocto-bsp: explicitly set preferred version for reference boards poky-alt: don't use conditional assignment for preferred kernel version Changqing Li (2): libexif: fix CVE-2020-0198; CVE-2020-0452 libpam: support usrmerge Chris Laplante (1): contrib/git-hooks: add a sendemail-validate example hook that adds FROM: lines to outgoing patch emails Christopher Larson (2): grub-efi-cfg: exclude OVERRIDES from build_efi_cfg vardeps uboot-extlinux-config: exclude OVERRIDES from do_create_extlinux_config vardeps Deepak Rawat (1): openssl: add support for mingw64 as target Diego Sueiro (2): wic: Introduce empty plugin to create unformatted empty partitions modutils-initscripts: Use depmod -a when modules.dep is empty Dmitry Baryshkov (3): perl: fix installation failure because of shell issue linux-firmware: upgrade 20201118 -> 20201218 linux-firmware: package firmware for Lontium lt9611uxc bridge Easwar Hariharan (1): classes/kernel-fitimage: make fitimage_emit_section_config more readable Elvis Stansvik (1): ref-manual: terms: Fix poky tarball root folder Jack Mitchell (1): distutils3: allow setup.py to be run from a different directory to ${S} Joey Degges (4): bitbake: tests/fetch: Organize usehead tests by net requirements bitbake: tests/fetch: Document behavior of test_gitfetch_usehead bitbake: tests/fetch: Test usehead with a non-default name bitbake: fetch/git: Fix usehead for non-default names Jose Quaresma (11): gstreamer1.0: upgrade 1.18.1 -> 1.18.2 gstreamer1.0-plugins-bad: v4l2codecs fix typo gstreamer1.0-plugins-bad: add support for aom plugin gstreamer1.0-plugins-bad: add support for x265 plugin gstreamer1.0-plugins-bad: sctp plugin uses the internal usrsctp static lib gstreamer1.0-plugins-bad: remove unsupported plugins comment gstreamer1.0-plugins-bad: netsim plugin don't have external deps gstreamer1.0-plugins-bad: transcode plugin external deps is always present gstreamer1.0: use the correct meson option for the capabilities shaderc: upgrade 2020.3 -> 2020.4 spirv-tools: upgrade 2020.5 -> 2020.6 Khairul Rohaizzat Jamaluddin (3): openssl: Update 1.1.1h -> 1.1.1i go: Update 1.15.5 -> 1.15.6 curl: Update 7.73.0 -> 7.74.0 Khem Raj (21): musl: Update to latest master systemd: Fix reallocarray check go.bbclass: Use external linker for native packages qemuriscv: check serial consoles w.r.t. /proc/consoles busybox-inittab: Implement SYSVINIT_ENABLED_GETTYS and USE_VT initscripts: use quotes for shell variable comparision busybox: Install /etc/default/rcS when used as init system busybox: Run mdev as daemon rcS: Define identifier for init system used initscripts: Use initctl on sysvinit only busybox: Sync rcS.default with sysvinit ltp: Fix ltp-pan crash on 32bit arches using 64bit time_t pulseaudio: Fix build with clang for non-x86 target util-linux: Build fixes for 32bit arches with 64bit time_t libpam: Drop musl patches ccache: Build fixes for clang and riscv32 shadow: Remove lastlog pam plugin on musl system rxvt-unicode: Disable lastlog on musl systems openssh: Disable lastlog on musl dropbear: Disable lastlog and wtmp on musl ccache: Fix build on aarch64/clang Lee Chee Yang (2): gdk-pixbuf: fix CVE-2020-29385 wic/direct/kparser: ensure fsuuid for vfat and msdos align with format Li Wang (2): qemu: CVE-2020-25723 qemu: CVE-2020-28916 Luca Boccassi (6): classes/kernel-fitimage: add ability to sign individual images systemd: update 246 -> 247 systemd: add package config for systemd-oomd systemd: ship new systemd-dissect in -extra-utils systemd: set -Dmode=release as recommended by NEWS systemd: add RRECOMMENDS for weak dependencies, if enabled Mark Jonas (1): parted: Make readline dependency optional Martin Jansa (2): license.bbclass: Add COMMON_LICENSE_DIR and LICENSE_PATH dirs to PSEUDO_IGNORE_PATHS busybox.inc: install rcS, rcK and rcS.default only with busybox in VIRTUAL-RUNTIME_init_manager Maxime Roussin-BĂ©langer (1): meta: add missing descriptions in some support recipes Michael Halstead (1): releases: conf: add link to 3.2.1, update to include 3.2.1 Milan Shah (2): oe-pkgdata-util: Added a test to verify oe-pkgdata-util without parameters bitbake: utils: add docstrings to functions Mingli Yu (1): kbd: fix transaction conflict Nathan Rossi (7): gcc: Add patch to resolve i*86 tune configuration overrides qemu.inc: Add seccomp PACKAGECONFIG option ncurses: Prevent LDFLAGS being emitted in .pc files which: add nativesdk to BBCLASSEXTEND sed: add nativesdk to BBCLASSEXTEND grep: add nativesdk to BBCLASSEXTEND coreutils: enable xattrs by default for nativesdk Ovidiu Panait (3): timezone: upgrade to 2020e timezone: upgrade to 2020f variables: Add documentation for KERNEL_DTC_FLAGS Paul Barker (8): bitbake.conf: Prevent pyc file generation in pseudo context documentation: Simplify oe_wiki and oe_home links documentation: Simplify layerindex and layer links documentation: Simplify remaining yocto_home links profile-manual: Simplify yocto_bugs link ref-manual: Simplify oe_lists link documentation: Use https links where possible selftest: Add argument to keep build dir Paul Eggleton (11): classes/kernel-fitimage: add variable for description classes/kernel-fitimage: allow substituting mkimage command classes/kernel-fitimage: add ability to add additional signing options oe-selftest: move FIT image tests to their own module oe-selftest: fitimage: Test for FIT_DESC oe-selftest: fitimage: add test for signing FIT images classes: minor corrections to kernel-fitimage section variables: clarify KERNEL_ALT_IMAGETYPE reference variables: explicitly state that UBOOT_MKIMAGE_DTCOPTS is optional variables: Add documentation for new kernel-fitimage vars ref-manual: use consistent capitalisation of U-Boot Peter Kjellerstedt (7): lib/oe/path: Add canonicalize() bitbake.conf: Canonicalize paths in PSEUDO_IGNORE_PATHS wic: Pass canonicalized paths in PSEUDO_IGNORE_PATHS glibc: Make adjtime() for 32 bit support being called with delta == NULL bitbake: cache: Make CoreRecipeInfo include rprovides_pkg for skipped recipes bitbake: cooker: Include all packages a recipe provides in SkippedPackage.rprovides apr-util: Only specify --with-dbm=gdbm if gdbm support is enabled Richard Purdie (22): pseudo: Drop patches merged into upstream branch bitbake: data_smart: Ensure hash reflects vardepvalue flags correctly linuxloader: Avoid confusing string concat errors systemd: Ensure uid/gid ranges are set deterministically grub: Fix build reproducibility issue u-boot-tools: Fix reproducibility issue grub: Add second fix for determinism issue oeqa/commands: Ensure sync can be found regardless of PATH cups: Mark CVE-2009-0032 as a non-issue cups: Mark CVE-2008-1033 as a non-issue groff: Fix reproducibility issue man-db: Avoid reproducibility failures after fixing groff-native meta-selftest/staticids: Add ids for other recipes selftest/reproducible: Add useradd-staticids to reproducible builds tests grub: Further reproducibility fix man-db: Fix reproducibility issue bitbake.conf: Add mkfifo to HOSTTOOLS bitbake.conf: Add /run/ to PSEUDO_IGNORE_PATHS ppp: Update 2.4.8 -> 2.4.9 ppp: Fix reproducibility issue sanity: Bump min python version to 3.6 pseudo: Add lchmod wrapper Robert Yang (6): buildtools-tarball.bb: Fix PATH for environment setup script ncurses: Make ncurses-tools depend on ncurses-terminfo-base minicom: RDEPENDS on ncurses-terminfo-base archiver.bbclass: Fix --runall=deploy_archives for images ccache: Extend to nativesdk ccache.bbclass: Set CCACHE_TEMPDIR Ross Burton (13): wic-image-minimal: only depend on syslinux on x86 targets syslinux: rewrite recipe so only target code is x86-specific wic-tools: don't build syslinux-native for targets without syslinux image-uefi.conf: add EFI arch variable systemd-boot: build the EFI stub systemd-boot: allow building for Arm targets wic-tools: add grub-efi and systemd-boot on arm64 lib/oe/qa: handle the 'no specific instruction set' ELF e_machine value local.conf: add aarch64 to the SDKMACHINE example values kernel: set COMPATIBLE_HOST to *-linux bitbake.conf: default SDKMACHINE to the build host architecture diffstat: point the license checksum at the license ruby: remove tcl DEPENDS Scott Murray (2): grub: fix "CVE:" line in one of the patches patch: fix CVE-2019-20633 Sinan Kaya (1): gcsections: add more suppressions for SDK builds Steve Sakoman (1): oeqa/selftest/cases/devtool.py: fix typo in ignore_patterns call Tanu Kaskinen (6): maintainers.inc: remove myself from maintainers pulseaudio: Remove OE_LT_RPATH_ALLOW pulseaudio: disable EsounD support pulseaudio: disable GConf support pulseaudio: switch build system from Autotools to Meson pulseaudio: fix client.conf location Teoh Jay Shen (2): oeqa/terminal : improve the test case oeqa/suspend : add test for suspend state Tim Orling (6): python3-hypothesis: upgrade 5.41.4 -> 5.41.5 python3-importlib-metadata: upgrade 3.1.0 -> 3.1.1 python3-pygments: upgrade v2.7.2 -> v2.7.3 python3-setuptools: upgrade 50.3.2 -> 51.0.0 python3-setuptools-scm: add python3-toml dep python3-packaging: upgrade 20.4 -> 20.8 Tomasz Dziendzielski (1): populate_sdk_base: Fix condition syntax if SDK_RELOCATE_AFTER_INSTALL is disabled Trevor Woerner (7): mesa.inc: switch true/enabled false/disabled mesa: update 20.2.4 -> 20.3.1 insane.bbclass: allow fifos selftest-chown: add test for fifos PSPLASH_FIFO_DIR: refactor psplash: fix working on first boot (sysvinit) psplash (sysvinit): add textual updates Vivien Didelot (4): README.hardware: prettify headline README.hardware: fix the dd command meta-yocto-bsp: use provided variables meta-yocto-bsp: use mmcblk0 for root partition Wang Mingyu (4): libaio: upgrade 0.3.111 -> 0.3.112 readline: upgrade 8.0 -> 8.1 man-pages: upgrade 5.09 ->5.10 mobile-broadband-provider-info: upgrade 20190618 ->20201225 Yi Zhao (6): dhcpcd: upgrade 9.3.2 -> 9.3.4 dhcpcd: fix SECCOMP for i386 inetutils: add dnsdomainname to ALTERNATIVE libcap: update 2.45 -> 2.46 libcap-ng: upgrade 0.8.1 -> 0.8.2 dhcpcd: upgrade 9.3.4 -> 9.4.0 Zhixiong Chi (1): glibc: CVE-2020-29562 and CVE-2020-29573 zangrc (3): bash: Rename patch name systemtap: upgrade 4.3 -> 4.4 msmtp: upgrade 1.8.13 -> 1.8.14 zhengruoqin (2): cantarell-fonts: upgrade 0.201 -> 0.301 gdbm: upgrade 1.18.1 -> 1.19 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I9000a711651a4e884e8bfccc438c95fce184b35e
2021-02-03openpower-esel-parser: srcrev bump 8d25ae..5bf636Alexander Filippov1-1/+1
Alexander Filippov (1) Fix build with OpenBMC 2.10.0-dev Change-Id: Iee1968deb5c72c3559cbf629742af03bf29bfae2 Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
2021-02-03phosphor-hwmon: srcrev bump 9455535224..82921ae8e8Andrew Geissler1-1/+1
Matt Spinler (1): Change an sdbusplus mock signature Change-Id: Iea854c8998daa84061456b5d21c34dda6d140f6b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-03phosphor-bmc-code-mgmt: srcrev bump 878377d3a7..42bd99361cAndrew Geissler1-1/+1
Adriana Kobylak (1): meson: Make verify-full-signature stand-alone Change-Id: I111545a47e6af15f37d0908e854d48b70570cac2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>