summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-03-19openpower-hw-diags: srcrev bump 8af9e46f43..1d29e5c7daAndrew Geissler1-1/+1
Zane Shelley (1): Enable OCMB SCOMs in analyzer Change-Id: I4d415e1f183bd6e385ddf01ab3eaa52c47ad1680 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-19phosphor-debug-collector: srcrev bump 4c63ce5e2e..01c6646064Andrew Geissler1-1/+1
PriyangaRamasamy (1): Fix build issues due to updated arm-sdk Change-Id: Ieaaf6c001b779a980eaa90af055ef5d7b7e91ca0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-19phosphor-networkd: srcrev bump c14b4b30c5..39d058572eAndrew Geissler1-1/+1
Johnathan Mantey (1): Removing inactive reviewer Change-Id: I887b351493cdb53256787f33a7742f41aacf9f21 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-19webui-vue: srcrev bump 0beb0f98cf..b0fadef1f9Andrew Geissler1-1/+1
Sukanya Pandey (1): Increase SOL console columns Change-Id: I52534d9132da2a2ce728b9c936ac8ca2fe4f8250 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-19phosphor-power: srcrev bump 81d6cde458..2f1b7ba6a1Andrew Geissler1-1/+1
Shawn McCarney (3): regulators: Add more info to PMBusError regulators: Add info to WriteVerificationError regulators: Enhance ErrorHistory Change-Id: I2f87804cdfb8b7db9b1a50dd71393d3f5bd6837a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-19phosphor-state-manager: srcrev bump 35ca2e34cd..a59fca489eAndrew Geissler1-1/+1
Andrew Geissler (1): reduce scheduled host transition logging Change-Id: Ib7473e024734bd1e834308bd5d50df6106700b3b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-19google-misc: srcrev bump 15fe169d1f..1285115c16Andrew Geissler1-1/+1
William A. Kennington III (1): meson: Fix build with 0.57.1 Change-Id: I6b08157a77b2dbd2ce589a1f9fd4b8287890c92e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-19google-misc: srcrev bump 15fe169d1f..1285115c16Andrew Geissler1-1/+1
William A. Kennington III (1): meson: Fix build with 0.57.1 Change-Id: Ie3cdfdbc7a2e83bed6ab8063de2b12b05327c256 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-19recipes-google: Add metrics-ipmi-blobsSui Chen1-0/+28
metrics-ipmi-blobs provides a set of BMC health info through an IPMI blob. Tested: After adding the meta-google layer, the recipe "metrics-ipmi-blobs" shows up in `bitbake-layers show-recipes`. Change-Id: I0239644c16cecdf9a959b646bbab570737d4ee15 Signed-off-by: Sui Chen <suichen@google.com>
2021-03-19software-manager-mmc: Use zstd-bin instead of zstdAdriana Kobylak1-1/+1
With openbmc commit 97771a3: "meta-openembedded: subtree update:7206f7f5bc..98175fd0cc", the zstd package was split into libraries and binary: Sean Nyekjaer (3): zstd: split bin into separate package This change added an "inherit lib_package" to the zstd recipe which creates a separate ${PN}-bin package. Therefore, need to use zstd-bin to include the binary. No need to keep zstd since the libraries are not needed for code update to extract the image files. Tested: Verified the zstd binary existed in the rootfs and code update was successful in Rainier. Change-Id: I379ec2b0d85090df5183e3581bc88384eaf4dbc6 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2021-03-19meta-quanta: gbs: add retry when LED manager service start failedGeorge Hung2-0/+7
Sometimes LED manager service will get sdbus "the name is not activatable" error for the first start, so add retry 10 times to make sure the service start successfully Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Ic9e429bca70cae3272547de6f8c8f96df0d02a9c
2021-03-19meta-quanta: gbs: rename to gbs-inventory-cleanupGeorge Hung2-0/+0
Use a unique name for this recipe so it won't conflict Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Ie2d5d71a73288ad7b6d1d35812cb8bfc7a11e5ae
2021-03-18meta-ampere:u-boot: Add GPIO configuration for DVT boardsChanh Nguyen2-0/+176
Mt.Jade DVT hardware requires some GPIO setting so that the board can work well. This commit updates platform init function in u-boot to set required GPIO pins. Tested: 1. Verify below GPIOs set as input in Linux: - S0_I2C9_ALERT_L (GPIOM4) - S1_I2C9_ALERT_L (GPIOM5) - GPIO_BMC_VGA_FRONT_PRES_L (GPIOQ7) - GPIO_BMC_EXT_HIGHTEMP_L - GPIO_S0_VRHOT_L - GPIO_S1_VRHOT_L - GPIO_BMC_PCA9554_INT_L 2. verify below GPIOs set as output high in Linux - GPIO_BMC_I2C6_RESET_L - GPIO_BMC_JTAG_SRST_L - GPIO_BMC_VR_PMBUS_SEL_L - BMC_GPIOR2_EXT_HIGHTEMP_L - BMC_VGA_SEL Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com> Change-Id: I8b76387ec05c546c34c89f6f5881da3b7955a805
2021-03-18meta-quanta: gbs: fix the service restart config errorGeorge Hung1-1/+1
Specify the Restart as on-failure to fix the config error Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I39e9e4d79e36f1222a3e54c12702b9b8b0ee56fa
2021-03-18phosphor-networkd: srcrev bump a5a0944ccb..c14b4b30c5Andrew Geissler1-1/+1
Ravi Teja (1): Fix [route] statement Change-Id: Idd62262e90f8651e857e59ed0318c3787b302f7f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-18webui-vue: srcrev bump 7006806d21..0beb0f98cfAndrew Geissler1-1/+1
MichalX Szopinski (1): Show Security settings tab on Intel environment Change-Id: I5c41e187f0327b50f402593ff697353cd85d90eb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-18phosphor-host-ipmid: srcrev bump be0632321e..3b7a4078eeAndrew Geissler1-1/+1
Johnathan Mantey (1): Correct the IPv6 Router Address Configuration command Change-Id: I5eaddaebaac052b6320441f4bd351661ba53055d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-17bmcweb: srcrev bump d8ef9915dd..7ea79e5e15Andrew Geissler1-1/+1
Johnathan Mantey (1): Force HostName property to be read-only per the schema Ravi Teja (1): Fix IPv6DefaultGateway validator warnings Xiaochao Ma (1): Redfish: Implement new event log propety Resolved Change-Id: I3133ced053bad67106461feffe6a42cc41942697 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-17phosphor-power: srcrev bump 9bab9e1079..81d6cde458Andrew Geissler1-1/+1
Brandon Wyman (2): psu-ng: Move test getUtils and freeUtils to cpp Fix SDK build issue due to updated arm-sdk Change-Id: If6305e505feb35d84eaef41444ecad1f159c89fe Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-17pldm: srcrev bump 3103e44eb0..bcabadac18Andrew Geissler1-1/+1
George Liu (1): Fix BIOS enum attribute to allow updating BaseBIOSTable Change-Id: I221a598262bc57f3d8d28805465b9666022a88b0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-17telemetry: srcrev bump 0e7ae5dbf1..9f9ff90a39Andrew Geissler1-1/+1
Krzysztof Grobelny (1): Revert "created AddReportFutureVersion dbus method" Change-Id: Ic2a9d040aadc61b597efd6199eb849f9c36cea4c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-17phosphor-virtual-sensor: srcrev bump b306b03dae..2b56ddb38dAndrew Geissler1-1/+1
Kumar Thangavel (1): Add airflow sensor support in phosphor-virtual-sensor Change-Id: Ia01c45443490f33766db44a2ae20ae300d9c1498 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-16bmcweb: srcrev bump b614e2bde6..d8ef9915ddAndrew Geissler1-1/+1
Ed Tanous (2): Make missing static files directory non-fatal Remove default.css from the image Change-Id: Idc8e87c499f5fa604794114309250bcf65a8eb32 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-16phosphor-dbus-interfaces: srcrev bump 71eaf8b1db..ae956ad9efAndrew Geissler1-1/+1
Sunny Srivastava (1): Addition of Fabric adapter interface Change-Id: I6df3323870fc7b145de54f80c7b38600a616352a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-16phosphor-networkd: srcrev bump 1b5ec9c536..a5a0944ccbAndrew Geissler1-1/+1
Ravi Teja (1): Network: Implement ipv6/ipv4 default gateways on EthernetInterface Change-Id: I4a4c3f80b11c1f3787749b4729455f32459be091 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-16phosphor-led-manager: srcrev bump b00e56c26e..616a071697Andrew Geissler1-1/+1
George Liu (1): led-use-json: Use specific config files Change-Id: I7bb01dee17c9728abd766ec95da6e9997ac5bc89 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-16libmctp: srcrev bump 192752301b..e889b19f4bAndrew Geissler1-1/+1
Andrew Jeffery (1): core: Make pkt_size and pkt_pad size_t Change-Id: Ief49682332bdeb95023b67ecddcfb10966c2fae8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-16openpower-proc-control: srcrev bump 99ee5ca9c3..26c4d763d3Andrew Geissler1-1/+1
Andrew Geissler (1): cfam-reset: do not run if chassis power on Change-Id: If2cac813029c44b8d28ce867b53718f9fe7a1670 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-16telemetry: srcrev bump 92cfff44d5..0e7ae5dbf1Andrew Geissler2-2/+2
Ed Tanous (1): async changes to support 40749 Krzysztof Grobelny (1): created AddReportFutureVersion dbus method sdbusplus: srcrev bump 4b646236df..95874d930f Ed Tanous (1): Standardize the asio helper methods Change-Id: Ib881f03dc1110c67055a08500e2876f1f58c857b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Ed Tanous <edtanous@google.com>
2021-03-15meta-intel-openbmc: Enable PLT_RST in x86-power-controlJason M. Bills1-0/+2
This enables the x86-power-control build option to use PLT_RST to detect warm resets. Tested: Confirmed that PLT_RST is detected in x86-power-control after enabling this option. Change-Id: I044482b50d7b1f7a1fa82921fc4bfcf60ae4287a Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
2021-03-15Add settings-manager suppport for multihost.Jayashree-D3-0/+43
Added settings manager support to create multiple dbus path for boot order configuration. TESTED: Tested in tiogapass and yosemitev2 hardware. Signed-off-by: Jayashree Dhanapal <jayashree-d@hcl.com> Change-Id: I51424a463804d3a59833abc5b230c0bd1f31553a
2021-03-15rsyslog: Fix rsyslog systemd service not startingYi Fan Yu1-1/+1
$(sbindir) -> ${sbindir} Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Iea44eace8e72d0e3e1c8a8438ff51f677caee1b2
2021-03-15license: update json-perl to reflect upstream changesAndrew Geissler1-2/+2
The license files have been renamed to be more clear on whether the license is only for a specific version of the license or for that version and any follow on versions. The json-perl repo indicates that it should follow the same licensing requirements as Perl itself so this commit updates this recipe to follow what is in the perl.bb Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ia94953a809f880e7ed1859bcf27a5ef03b74e8cd
2021-03-15license: update yaml-tiny to reflect upstream changesAndrew Geissler1-2/+3
The license files have been renamed to be more clear on whether the license is only for a specific version of the license or for that version and any follow on versions. The yaml-tiny repo indicates that it should follow the same licensing requirements as Perl itself so this commit updates this recipe to follow what is in the perl.bb Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I269d887a3e43ad9004f20b780dfe55156c16de5d
2021-03-15poky: subtree update:488e39b623..c8075ed8f1Andrew Geissler471-2518/+5928
Alejandro Hernandez Samaniego (1): bitbake: fetch2/wget: Avoid crashing when connection drops mid checkstatus Alexander Kanavin (17): webkit/wpe: only check even versions syslinux: use NO_INLINE_FUNCS in CFLAGS dosfstools: update 4.1 -> 4.2 e2fsprogs: update 1.45.7 -> 1.46.1 elfutils: update 0.182 -> 0.183 meson: update 0.56.2 -> 0.57.1 perl: update 5.32.0 -> 5.32.1 openssl: address ptest failures caused by perl 5.32.1 ptest-perl/run-ptest: address failures caused by perl 5.32.1 pango: update 1.48.0 -> 1.48.2 vulkan-samples: update to latest revision webkitgtk: update 2.30.4 -> 2.30.5 libgcrypt: update 1.8.7 -> 1.9.2 pinentry: update 1.1.0 -> 1.1.1 libmd: add a recipe libbsd: udpate 0.10.0 -> 0.11.3 scripts/lib/wic/partition.py: do not set FAT size Charlie Davies (2): bitbake: bitbake: providers: fix incorrect return type bug bitbake: bitbake: providers: use pythonic empty list check Colin Finck (1): dosfstools: Build --without-iconv Diego Santa Cruz (4): packagegroup-base: use amixer instead of alsamixer packagegroup-base: do not force hdparm and e2fsprogs sysklogd: do not open any network sockets by default createrepo-c: set path to magic database for native and nativesdk Dorinda (7): gdb-common.inc: add PACKAGECONFIG for debuginfod meta/recipes-bsp: Add HOMEPAGE / DESCRIPTION meta/recipes-connectivity: Add HOMEPAGE / DESCRIPTION meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION meta/recipes-core: Add HOMEPAGE / DESCRIPTION scripts/oe-debuginfod: script that fetches package manager directory binutils: add PACKAGECONFIG for debuginfod Florian Bezdeka (1): wic: Warn if an ext filesystem affected by the Y2038 problem is used He Zhe (1): glibc: Disable CPU ISA level requirement check Jan Brzezanski (1): bitbake: Force parser shutdown after catching an exception Jan-Simon Moeller (1): Add core-image-weston to reproducible build tests Jan-Simon Möller (2): reproducible_builds: SOURCE_DATE_EPOCH should not be 0 oe-selftests: add rpm to reproducible build selftest Jate Sujjavanich (1): iputils: Fix cap_net_raw for installed binaries Joel Stanley (1): conf/machine-sdk: Add ppc64le SDK machine Joshua Watt (2): bitbake: event: Fix broken builds when multiconfig has a hyphen in the name diffoscope: Add python3-rpm as dependency Khem Raj (23): nettle: Upgrade to 3.7.1 runqemu: Add new option to disable vga emulation linuxloader: Deal with little-endian ppc64 ldso name musl: Install /lib directory goarch.bbclass: Fix ppc64le detection bitbake.conf: Do not use lib64 for baselib on musl/ppc64 glibc: Build for power9 cpu when using powerpc64le tunes tune-power9: Enable qemu-usermode selftest: Replace building dep tool with direnv goarch: Use softfloat instead of 387 for 386 goarch go: Upgrade compiler to 1.16 major release go: Enable CGO and pie buildmode on rv64 go-helloworld: Turn into a go module enabled build binutils: Upgrade to 2.36.1 release llvm: Upgrade to 11.1.0 release oeqa/pam: Need shadow installed for the tests glibc: Fix rawmemchr rxvt-unicode: Do not use throw specifications llvm: Fix build with c++17 dtc: Fix array-bounds error puzzles: Fix stringop-overflow warning igt-gpu-tools: Fix warnings with gcc 11 kea: Fix configure test error with gcc11 Klaus Heinrich Kiwi (1): kernel-fitimage: Don't use unit addresses on FIT Martin Jansa (3): sstatesig.py: show an error instead of warning when sstate manifest isn't found glib-2.0: replace THISDIR instead of COREBASE in find_meson_cross_files --cross-file paths coreutils: use u-a for base32 Meh Mbeh Ida Delphine (7): licenses: Update license file to match current SPDX names recipes-gnome: Add missing HOMEPAGE and DESCRIPTION for recipes recipes-graphics: Add missing HOMEPAGE and DESCRIPTION for recipes. recipes-kernel: Add missing HOMEPAGE and DESCRIPTION for recipes. recipes-multimedia: Add missing HOMEPAGE and DESCRIPTION for recipes. recipes-sato: Add missing HOMEPAGE and DESCRIPTION for recipes recipes-support: Add missing HOMEPAGE and DESCRIPTION for recipes Michael Halstead (2): releases: update to include 3.2.2 releases: update to include 3.1.6 Mike Crowe (2): externalsrc: Pass through npmsw URIs in SRC_URI gcc-sanitizers: Move content from gcclibdir into libdir Milan Shah (1): report-error.bbclass: Add layer and bitbake version info to error report Mingli Yu (1): python3: Fix python interpreter line length for nativesdk Oleksandr Kravchuk (4): python3: update to 3.9.2 ell: update to 0.38 net-tools: update to 2.10 busybox: update 1.33.0 Peter Kjellerstedt (1): asciidoc: Switch to using the main branch Randy MacLeod (3): Add libgit2, libssh2 from meta-oe for rust libssh2: pull in additional commits from meta-oe libgit2: pull in updates from meta-oe Richard Purdie (61): maintainers: Update email address for Victor figures/yp-how-it-works-new-diagram.png: Fix spelling error underline recipes: Update common-licenses references to match new names licenses.conf: Add missing 'or-later' mappings licenses: Fix canonical license for 'or-later' handling licenses: Update INCOMPATIBLE_LICENSE for 'or-later' handling license_image: Don't canonicalise INCOMPATIBLE_LICENSE selftest/incompatible_lic: Update the tests after the 'or-later' license handling changes gma500-gfx-check: Update licence to match changes in OE-Core diffoscope: Upgrade 166 -> 167 linux-firmware: upgrade 20201218 -> 20210208 python3-pycryptodome/pycryptodomex: upgrade 3.9.9 -> 3.10.1 apt: Upgrade 1.8.2.1 -> 1.8.2.2 python3-magic: upgrade 0.4.18 -> 0.4.20 libproxy: Avoid /etc/sysconfig determinism issue rsync: Fix a file sorting determinism issue rsync: Fix group name determinism issue libcap-ng: Fix python bindings determinism issue libcap-ng: Replace python patch with a better fix libevdev: Update patch status to backport ca-certificates: Clean up two patches and submit upstream libpcre: Drop old/stale patch diffoscope: Ensure the correct magic file is used babeltrace2: Fix reproducibility reproducible: Improve SOURCE_DATE_EPOCH_FALLBACK handling selftest/reproducible: Remove exclusions for recipes which now reproduce diffoscope: Ensure rpm is configured correctly package/package_rpm: Disable font_provides configuration for reproducibilty fonts: Bump HASHEQUIV_HASH_VERSION after rpmdeps change reproduce: Fix exclusion list for rpm maintainers: add entries libssh2 libgit2 cups: Fix reproducibility issues gcr: Fix reproducibility issue rsync: Update patch status gtk-doc: Fix reproducibility issue epiphany: Fix reproducibility issue epiphany: Fix distributor contamination from /etc/os-release gst-devtools: Fix reproducibility issue parted: Fix reproducibility issue libsecret: Improve determimism libhandy: Fix reproducibility issue selftest/reproducible: Don't call sync between each file compare image: Add directories to PSEUDO_IGNORE_PATHS populate_sdk: Add directories to PSEUDO_IGNORE_PATHS bitbake.conf/image: Move image specific PSEUDO_IGNORE_PATHS to image class bitbake.conf: Split PSEUDO_IGNORE_PATHS to be more readable bootchart2: Fix manpage reproducibility issue igt-gpu-tools: Fix reproducibility issue libid3tag: Fix reproducibility issue apr-util: Fix CFLAGS used in build gstreamer1.0-python: Set internal python library path correcty diffoscope: Upgrade 167 -> 168 syslinux: Fix reproducibility issues swig: Fix reproducibility issue efivar: Fix reproducibility issue systemd-bootchart: Disable LTO to fix reproducibility selftest/reproducible: Add ability to pull some objects from sstate qemu: Determinism fixes lttng: Fix reproducibility issues ltp: Fixing determinism issues python3-cython: Remove build paths from debug sources Ross Burton (1): grub: shuffle packaging for aarch64 builds Scott Murray (1): screen: fix CVE-2021-26937 Stefan Ghinea (2): wpa-supplicant: fix CVE-2021-0326 cups: fix CVE-2020-10001 Tomasz Dziendzielski (1): bitbake.conf: Introduce FAKEROOTLOGS variable used by bitbake to print pseudo.log Vivien Didelot (1): systemd: Fix importd requirements comment Wang Mingyu (12): util-linux: upgrade 2.36.1 -> 2.36.2 xkeyboard-config: upgrade 2.31 -> 2.32 liburcu: upgrade 0.12.1 -> 0.12.2 lttng-ust: upgrade 2.12.0 -> 2.12.1 openssl: upgrade 1.1.1i -> 1.1.1j bluez5: upgrade 5.55 -> 5.56 libxcrypt: upgrade 4.4.17 -> 4.4.18 nfs-utils: upgrade 2.5.2 -> 2.5.3 ccache: upgrade 4.1 -> 4.2 eudev: upgrade 3.2.9 -> 3.2.10 glslang: upgrade 11.1.0 -> 11.2.0 iproute2: upgrade 5.10.0 -> 5.11.0 Yi Fan Yu (3): libnl: add ptest support gdb: Remove "ALLOW_EMPTY_gdbserver" on riscv valgrind: Increase timeout duration 30 -> 90 s zhengruoqin (8): glibc-package.inc: Fix arm multlib header issue with struct_stat.h glibc: Unify wordsize.h with arm multilibs libxcrypt-compat: upgrade 4.4.17 -> 4.4.18 log4cplus: upgrade 2.0.5 -> 2.0.6 python3-cython: upgrade 0.29.21 -> 0.29.22 python3-git: upgrade 3.1.13 -> 3.1.14 sysvinit: upgrade 2.98 -> 2.99 python3-magic: upgrade 0.4.20 -> 0.4.22 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I69b5102d327da636a9c36642b46841e4341368d8
2021-03-15meta-openembedded: subtree update:7206f7f5bc..98175fd0ccAndrew Geissler236-2794/+2833
Adam Miartus (4): libcereal: update to newer version libcereal: pick up additional licenses of cereal components libcereal: add dev package that can be included into toolchain sdk cereal: Remove Alejandro Hernandez Samaniego (2): freerdp: Upgrade 2.2.0 -> 2.3.0 remmina: Upgrade 1.4.10 -> 1.4.11 Anatol Belski (2): abseil-cpp: Relax build requirements grpc: Upgrade 1.24.3 -> 1.35.0 Andrei Gherzan (1): nss: Fix warnings generated by getcwd Bartosz Golaszewski (1): pydbus-manager: new package Carlos Rafael Giani (2): pipewire: Move to meta-multimedia pipewire: Rework 0.3 recipe and upgrade to 0.3.22 Christian B. Sørensen (1): libgpiod: packageqa problem => static python lib to ${PN}-staticdev Clément Péron (2): grpc: Add PackageConfig to build only required plugins grpc: remove gflags dependency Diego Santa Cruz (1): php: split out phpdbg into a separate package Enrico Jörns (1): python3-aiohttp: add missing RDEPENDS on python3-typing-extensions Gianfranco (1): mosquitto: Upgrade 2.0.7 -> 2.0.8 Hongxu Jia (1): lvm2/libdevmapper: 2.03.06 -> 2.03.11 Kai Kang (2): xfsprogs: 5.9.0 -> 5.10.0 libinih: install header files without prefix dir inih Khem Raj (39): yelp-xsl: Mark native libxml2 in rdeps liburing: Do not build examples on risc/musl aom: Disable neon on arm when not present in TUNE_FEATURES python3-grpcio: Upgrade to 1.35.0 python3-grpcio-tools: Upgrade to 1.35.0 recipes: Update common-licenses references to match new names openldap: Refresh patches to remove fuzz abseil-cpp: Remove libexecinfo band-aid for musl nss: Add powerpc64 little endian support luajit: Upgrade to latest on v2.1 release influxdb: Generate checksums for term module libauthen-sasl-perl,libhtml-tree-perl: allow PERL_USE_UNSAFE_INC dvb-apps: Allow insecure inc paths glog: Upgrade to 0.4.0 mpd: Upgrade to 0.22 series mbedtls: Fix gcc11 stringop-overflow warning v4l-utils: Package systemd fragment for systemd-udevd.service.d mpich: Upgrade to 3.4.1 srt: Backport fix for missing <limits> header gerbera: Update to 1.7.0 nautilus: Drop use of volatile vlc: Fix build with gcc 11 squid: Include <limits> for using std::numeric_limits minifi-cpp: include limits header for numeric_limits definition opencv: Upgrade to 4.5.1 mozjs: Drop using JS_VOLATILE_ARM opengl-es-cts: Disable -Wuninitialized for external/amber grpc: Upgrade to 1.36.1 mongodb: Include <optional> c++ header libyui,libyui-ncurses: Upgrade to 4.0.0 libyui-ncurses: Disable Werror libyui: Adopt to new cmake option to disable Werror libyui-ncurses: Pass -DNCURSES_WIDECHAR in CXXFLAGS gimp: Add missing dependencies gimp: Disable svg icons on arm libcamera: Update to latest abseil-cpp: Ask for C++14 std explicitly opencv: Add packageconfig for building tests opencv: Remove duplicate patch Leon Anavi (30): python3-h5py: Upgrade 2.10.0 -> 3.1.0 python3-transitions: Upgrade 0.8.6 -> 0.8.7 python3-tabulate: Upgrade 0.8.7 -> 0.8.9 python3-pyperclip: Upgrade 1.8.1 -> 1.8.2 python3-elementpath: Upgrade 2.1.3 -> 2.1.4 python3-mpmath: Upgrade 1.1.0 -> 1.2.1 python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 python3-pkgconfig: Upgrade 1.5.1 -> 1.5.2 python3-mypy: Upgrade 0.800 -> 0.812 python3-typeguard: Upgrade 2.11.0 -> 2.11.1 python3-httplib2: Upgrade 0.18.1 -> 0.19.0 python3-autobahn: Upgrade 20.12.3 -> 21.2.1 python3-iso8601: Upgrade 0.1.13 -> 0.1.14 python3-alembic: Upgrade 1.5.4 -> 1.5.5 python3-txaio: Upgrade 20.12.1 -> 21.2.1 python3-watchdog: Upgrade 2.0.0 -> 2.0.2 python3-rsa: Upgrade 4.7 -> 4.7.1 python3-pandas: Upgrade 1.2.1 -> 1.2.2 python3-cffi: Upgrade 1.14.4 -> 1.14.5 python3-pymisp: Upgrade 2.4.137.3 -> 2.4.138 python3-pytest-runner: Upgrade 5.2 -> 5.3.0 python3-markdown: Upgrade 3.3.3 -> 3.3.4 python3-pulsectl: Upgrade 20.5.1 -> 21.2.0 python3-cvxopt: Upgrade 1.2.5 -> 1.2.6 python3-rsa: Upgrade 4.7.1 -> 4.7.2 python3-pyzmq: Upgrade 22.0.2 -> 22.0.3 python3-tqdm: Upgrade 4.57.0 -> 4.58.0 python3-autobahn: Upgrade 21.2.1 -> 21.2.2 python3-aiohttp: Upgrade 3.7.3 -> 3.7.4 python3-semantic-version: Add recipe Matteo Croce (1): recipes-kernel: add libbpf Michael Vetter (1): jasper: upgrade 2.0.24 -> 2.0.25 Mingli Yu (3): crash: add support for lockless ringbuffer gtkmm3: use relative path mcelog: Upgrade to 175 Oleksandr Kravchuk (21): rfkill: update to 1.0 python3-idna: update to 3.1 python3-pika: update to 1.2.0 python3-protobuf: update to 3.14.0 python3-pychromecast: update to 8.1.0 python3-pykickstart: update to 3.32 python3-watchdog: update to 2.0.0 wolfssl: updae to 4.7.0 ncmpc: update to 0.45 rocksdb: update to 6.15.5 stm32flash: update to 0.6 python3-astroid: update to 2.5 python3-configargparse: update to 1.3 python3-cryptography-vectors: update to 3.4.6 python3-periphery: update to 2.3.0 python3-sentry-sdk: update to 0.20.3 python3-soupsieve: update to 2.2 python3-supervisor: update to 4.2.1 python3-tqdm: update 4.57.0 python3-typeguard: update to 2.11.0 python3-xmlschema: update to 1.5.1 Oleksiy Obitotskyy (2): wireshark-src: improve reproducibility smartmontools: Improve reproducibility Patrick Williams (2): boost-url: update to latest catch2: upgrade to 2.13.4 Peter Kjellerstedt (1): librcereal: A couple of improvements Randy MacLeod (2): libssh2: remove the recipe since it moved to oe-core libgit2: remove the recipe since it moved to oe-core Ross Burton (1): python3-intelhex: add recipe for the intelhex package Sean Nyekjaer (3): nodejs: 12.20.1 -> 12.20.2 zstd: split bin into separate package can-utils: split into more packages Ulrich ?lmann (1): v4l-utils: update to 1.20.0 Wang Mingyu (7): stunnel: upgrade 5.57 -> 5.58 iwd: upgrade 1.11 -> 1.12 protobuf: upgrade 3.14.0 -> 3.15.2 redis-plus-plus: upgrade 1.2.1 -> 1.2.2 tesseract-lang: upgrade 4.0.0 -> 4.1.0 gphoto2: upgrade 2.5.26 -> 2.5.27 libgphoto2: upgrade 2.5.26 -> 2.5.27 Yanfei Xu (1): lmbench: Install cache command and fix typos in manual page Yi Fan Yu (4): rsyslog: upgrade 8.2006.0->8.2012.0 tcpdump: update 4.9.3 -> 4.99.0 rsyslog: Add imhttp to packageconfig rsyslog: Update 8.2012.0 -> 8.2102.0 Yi Zhao (1): vsftpd: allow newfstatat and pselect6 syscalls in the seccomp sandbox akuster (1): softhsm: update to 2.6.1 and align zangrc (11): fuse3: upgrade 3.10.1 -> 3.10.2 enca: upgrade 1.9 -> 1.19 gensio: upgrade 2.2.3 -> 2.2.4 lcms: upgrade 2.11 -> 2.12 libburn: upgrade 1.5.2 -> 1.5.4 opensaf: upgrade 5.20.11 -> 5.21.03 openvpn: upgrade 2.5.0 -> 2.5.1 strongswan: upgrade 5.9.1 -> 5.9.2 wireguard-tools: upgrade 1.0.20200827 -> 1.0.20210223 hwdata: upgrade 0.343 -> 0.345 mailcap: upgrade 2.1.49 -> 2.1.52 zhengruoqin (7): libjcat: upgrade 0.1.4 -> 0.1.6 postgresql: upgrade 13.1 -> 13.2 ser2net: upgrade 4.3.0 -> 4.3.3 Fix do_package error when enable multilib. nano: upgrade 5.5 -> 5.6 qpdf: upgrade 10.0.4 -> 10.2.0 sigrok-cli: upgrade 0.7.1 -> 0.7.2 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ibbbafaa846b1dcc3c03ac585e7d5075826e4ee37
2021-03-15meta-security: subtree update:6053e8b8e2..9504d02694Andrew Geissler38-2709/+182
Armin Kuster (19): softhsm: drop pkg as meta-oe has it apparmor: Inherit python3targetconfig python3-suricata-update: Inherit python3targetconfig openscap: Inherit python3targetconfig scap-security-guide: Inherit python3targetconfig nikito: Update common-licenses references to match new names kas-security-base.yml: build setting updates kas-security-base.yml: drop DL_DIR arpwatch: upgrade 3.0 -> 3.1 checksec: upgrade 2.1.0 -> 2.4.0 ding-libs: upgrade 0.5.0 -> 0.6.1 fscryptctl: upgrade 0.1.0 -> 1.0.0 libseccomp: upgrade 2.5.0 -> 2.5.1 python3-privacyidea: upgrade 3.3 -> 3.5.1 python3-scapy: upgrade 2.4.3 -> 2.4.4 samhain: update to 4.4.3 opendnssec: update to 2.1.8 suricata: update to 4.10.0 python3-fail2ban: update to 0.11.2 Jate Sujjavanich (1): scap-security-guide: Fix openembedded platform tests and build Ming Liu (9): ima-evm-utils: set native REQUIRED_DISTRO_FEATURES to empty initramfs-framework-ima: fix a wrong path ima-evm-keys: add recipe initramfs-framework-ima: RDEPENDS on ima-evm-keys meta: refactor IMA/EVM sign rootfs README.md: update according to the refactoring in ima-evm-rootfs.bbclass initramfs-framework-ima: let ima_enabled return 0 ima-evm-rootfs.bbclass: avoid generating /etc/fstab for wic ima-policy-hashed: add CGROUP2_SUPER_MAGIC fsmagic Yi Zhao (1): ibmswtpm2: disable camellia algorithm Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ic7dc6f5425a1493ac0534e10ed682662d109e60c
2021-03-15meta-raspberrypi: subtree update:f5fe02c30c..853ccd7440Andrew Geissler17-172/+174
Chris Laplante (8): python3-adafruit-blinka: add recipe python3-adafruit-circuitpython-busdevice: add recipe python3-adafruit-circuitpython-motor: add recipe python3-adafruit-circuitpython-motorkit: add recipe python3-adafruit-circuitpython-pca9685: add recipe python3-adafruit-circuitpython-register: add recipe python3-adafruit-platformdetect: add recipe python3-adafruit-pureio: add recipe Jose Quaresma (3): gstreamer1.0-omx: drop custom cflags gstreamer1.0-omx: consolidate the append usage and only use one gstreamer1.0-omx: drop config-files-path.patch Khem Raj (2): python3-adafruit-blinka: Make rpi-gpio dependency conditional python3-adafruit-blinka: Delete microcontroller/bcm283x for non arm32 machines Martin Jansa (2): sdcard_image-rpi.bbclass: increase default boot partition size from 40MiB to 48MiB sdcard_image-rpi.bbclass: shorten the default BOOTDD_VOLUME_ID Mike Looijmans (1): overlays: Add "vc4-kms-dsi-7inch.dtbo" Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: If81a2227cc45daf24cd0b2466651658bb1b71eb0
2021-03-14linux-nuvoton: Move to v5.10.23 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.8.15 through to 5.10.23 stable releases. Change-Id: Ie54ff1f0e7f080661bd6f11b42c19cadcf14c56d Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-03-13meta-nuvoton: enable module signature verificationAnton D. Kachalov1-0/+2
Nuvoton targets requires loadable modules support. Add the following config options: * MODULE_SIG * MODULE_SIG_SHA512 Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: Ieb5382fa7087be6ecd118eeaea9b9372cb75b861
2021-03-13meta-nuvoton: update defconfigAnton D. Kachalov1-35/+19
Re-run "savedefconfig" for Nuvoton kernel. Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: Iaeaf49f4f3f1850ad971423ecdd957b89c8ff06f
2021-03-13phosphor-time-manager: srcrev bump 1e1dc44732..8af2a89409Andrew Geissler1-1/+1
Ratan Gupta (1): Enable Meson Build system for phoshphor-time-manager Change-Id: Id8dcefed829c3f30d6f5b2a9429c4666f36964af Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-13openpower-hw-diags: srcrev bump 5f6e3deb69..8af9e46f43Andrew Geissler1-1/+1
Zane Shelley (1): Move root cause signature into service data object Change-Id: I28fcc85738acd299f2c2e5b57ee593363eb94b2f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-13bmcweb: srcrev bump d32392249b..b614e2bde6Andrew Geissler1-1/+1
Jayaprakash Mutyala (1): led: Fix for Chassis IndicatorLED patch response P Dheeraj Srujan Kumar (1): Initialize Event Service Config on bmcweb restart Change-Id: Idb7a7930363971e65e2755f42d311eebc3f716e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-13phosphor-pid-control: srcrev bump b6a0b89e44..7a8d5a1700Andrew Geissler1-1/+1
Jae Hyun Yoo (1): Fix regex in findSensors Change-Id: I04a92d342123dfe42ec77e2afca609935d755075 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-12Bump the changes related to post codesAndrew Geissler4-4/+4
PDI : Change the signature of Raw PostCode property Change Post codes signature to contain Secondary Code phosphor-host-postd: Fix code to consume the secondary code phosphor-post-code-manager: Add logic for supporting the secondary post codes fb-ipmi-oem : Fix the dbus signature used for setting postcodes Change-Id: I503eb5ebb70f4f8200a0e6e6f9ff6c052075d2e4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-12linux-aspeed: Move to v5.10.23 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.8.21, 5.8.22 and 5.10.23 stable releases. Change-Id: I770c5e31a18c23406cd18fddcd0b3a2cad52d71a Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-03-12linux-aspeed: pmbus, ibm-cffps, rainier and tacomaJoel Stanley1-1/+1
Bartosz Golaszewski (1): hwmon: (pmbus) shrink code and remove pmbus_do_remove() Brandon Wyman (1): ARM: dts: aspeed: rainier: Add gpio-keys-polled for fans Eddie James (4): hwmon: (pmbus) Add a PMBUS_NO_CAPABILITY platform data flag hwmon: (pmbus/ibm-cffps) Set the PMBUS_NO_CAPABILITY flag ARM: dts: aspeed: rainier: Add additional processor CFAMs ARM: dts: aspeed: tacoma: Remove CFAM reset GPIO Joel Stanley (1): ARM: dts: aspeed: rainier: Mark controllers as restricted Vishwanatha Subbanna (1): ARM: dts: aspeed: rainier: Add directly controlled LEDs Change-Id: Ie6ef7f9e6b80c71b25cd1b977acea27a14cf2201 Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-03-12entity-manager: srcrev bump f64d4397f8..e789bf12a4Andrew Geissler1-1/+1
Matt Spinler (1): Do tmpl substitutions using all properties on path Change-Id: Ida1f081f5b81d2a45efea2a1373f365b54cb9fc3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-11bmcweb: srcrev bump 0daf14e053..d32392249bAndrew Geissler1-1/+1
AppaRao Puli (1): bmcweb build issue fix Ed Tanous (1): Disable nbd proxy from the build Sunitha Harish (1): Redfish Session : Fix clientIp getting mapped to clientId Change-Id: Ia19e7f859ee2138b1cc744523bf83d72bb2d73aa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>