summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-01-21meta-openembedded: subtree update:ea8604a0e3..d0748372d2Brad Bishop102-28360/+594
Adrian Bunk (1): libnih: Remove Alexander Kanavin (3): sysprof: add a recipe from oe-core sysprof: update to 3.34.1 sysprof: fix ARM builds Andreas Müller (2): evolution-data-server: remove pythonnative from inherit fontforge: rework for python3 Diego Rondini (2): cups-filters: use libexecdir and cleanup cups-filters: upgrade 1.26.0 -> 1.26.2 Gianfranco Costamagna (2): websocketpp: refresh clang patch vboxguestdrivers: update to new version 6.1.2 Khem Raj (14): sysprof: avoid namesapace conflict with glibc headers jack: Use c++ compiler for programs which use c++ source files iozone3: Do not define prototype for pread64() libhugetlbfs: Fix missing file mode in create() API rdma-core: Use overloadable attribute with clang sysprof: Correct systemdunitdir location opencv: Tend for the compiler --param option rename in gcc10 grpc: Link with libatomic on powerpc ssiapi: Needs boost/ppc support fluentbit: Fix build on powerpc mozjs: extend --with-intl-api=build to ppc mpv: Disable lua support on powerpc packagegroup-meta-oe: Remove unbuildable recipes for ppc64le from rdeps opensc: Upgrade to 0.20.0 Mingde (Matthew) Zeng (2): byacc: upgrade 20191103 -> 20191125 keyutils: upgrade 1.6 -> 1.6.1 Peter Kjellerstedt (1): gitpkgv.bbclass: Add support for extending the supported tag formats S. Lockwood-Childs (1): lcov: geninfo needs another perl module Wang Mingyu (15): python3-cheetah: upgrade 3.2.3 -> 3.2.4 python3-coverage: 4.4.2 -> 5.0.2 python3-keras-applications: upgrade 1.0.6 -> 1.0.8 python3-keras-preprocessing: upgrade 1.0.5 -> 1.1.0 python3-more-itertools: 7.2.0 -> 8.1.0 python3-multidict: 4.5.2 -> 4.7.4 python3-ordered-set: 3.0.1 -> 3.1.1 python3-pulsectl: upgrade 18.12.5 -> 20.1.2 python-cmd2: upgrade 0.9.22 -> 0.9.23 python-engineio: upgrade 3.11.1 -> 3.11.2 python-javaobj-py3: upgrade 0.3.0 -> 0.4.0.1 python-kconfiglib: upgrade 10.42.0 -> 13.7.0 python-packaging: 19.2 -> 20.0 python-periphery: 2.0.0 -> 2.0.1 python-pyrsistent: upgrade 0.15.5 -> 0.15.7 William A. Kennington III via Openembedded-devel (1): cppzmq: bump to version 4.6.0 Yi Zhao (3): crda: fix UDEV_RULE_DIR open-vm-tools: fix build error with usrmerge feature multipath-tools: fix libudevdir Zang Ruochen (14): dhcpcd: upgrade 8.1.1 -> 8.1.5 fio: upgrade 3.16 -> 3.17 libencode-perl: upgrade 3.01 -> 3.02 zabbix: modify service file libmicrohttpd: upgrade 0.9.68 -> 0.9.69 libsass: upgrade 3.6.1 -> 3.6.3 pcsc-lite: upgrade 1.8.25 -> 1.8.26 python3-yarl: upgrade 1.3.0 -> 1.4.2 python3-wheel: upgrade 0.32.3 -> 0.33.6 python3-websockets: upgrade 8.0.2 -> 8.1 python-wcwidth: upgrade 0.1.7 -> 0.1.8 python-waitress: upgrade 1.4.1 -> 1.4.2 python-tqdm: upgrade 4.38.0 -> 4.41.1 python-supervisor: upgrade 4.0.2 -> 4.1.0 Change-Id: I2c394941fc3140bfeadcec3542cd72892fdcda6e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-21pldm: Don't depend on phosphor-loggingMatt Spinler1-1/+1
PLDM has no such dependency, and it will cause a circular dependency when the openpower-pels phosphor-logging extension is enabled. Add a dependency on sdeventplus. (From meta-phosphor rev: 6fd86c4ebfa1a9b467531b457498f84bc0b5fd3d) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I8278310fbce7d067a65278c507a7545b2a4c5015 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-21setup: support zshPatrick Williams1-2/+1
zsh populates $0 even when sourcing a script. This caused sourcing this script to think that it was being executed and it `exit 1`d the running shell. Since no sane distribution would ever set /bin/sh to zsh, the presence of $ZSH_NAME implies that the script is being sourced. Tested with both bash and zsh in both modes of operation. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2843d96a7fdaa46f9ee6edb9031ca9c16ca3bd98
2020-01-20phosphor: re-enable uninative support optionally.Patrick Williams1-0/+1
Uninative support was completely removed with commit 70e685ef45a926064d27a2937d6274832c7608b4 but this is a useful feature on systems that support it (specifically x86_64) because it enables sstate sharing across various distribution types. Add in the minimal support for uninative but do not enable it. This allows someone to optionally enable it by adding the following to a conf/local.conf: INHERIT += "uninative" (From meta-phosphor rev: ea487839ed8566a43e8f9087fba850b1702f9534) Change-Id: Ifb5ef4aee5886da676f0748c72646a1e8b775658 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-20python-pygobject: update patchesPatrick Williams1-8/+19
Fix patch fuzz as reported by bitbake warning. patching file configure.ac Hunk #2 succeeded at 82 with fuzz 1. The context lines in the patches can be updated with devtool: devtool modify python-pygobject devtool finish --force-patch-refresh python-pygobject <layer_path> (From meta-phosphor rev: 084e71258affcb86d4ac65ffc6ff5da34ff3313b) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I7fa8b6f79837159ff58979bebd24a820bd2bae96 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-20skeleton: srcrev bump bed673e220..1146f8c6e5Andrew Geissler1-1/+1
Joel Stanley (1): Add Joel to maintainers (From meta-phosphor rev: ebb2d670ec38b0b68ed558c1d43914b073e371a6) Change-Id: I885c1c6b8117960afed29859c10db0c4f7fab9bb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-20dbus-sensors: srcrev bump 59e4798ea4..e5d2308e73Andrew Geissler1-1/+1
James Feist (1): Revert "PSUSensor: Fix for PSU details" (From meta-phosphor rev: aa2c08fdb54389afd296dde4fdf7c9783722c214) Change-Id: Ib56820001acae74d2cd2d059d62119a669094202 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-20meta-openpower: croserver: use pythonnativeBrad Bishop1-1/+3
croservers config script requires python2. Use the yocto built python2 instead of the build host python2, for cases where the build host does not have python2 installed (or env python is python3). (From meta-openpower rev: 1f32015926ead63cea102bbbd67d452e9685f165) Change-Id: I5ef071c141c5b3e3cf2524b5e166bc4891445846 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-17Tacoma: add OBMC_POWER_SUPPLY_INSTANCESLei YU1-0/+2
Tacoma was missing the OBMC_POWER_SUPPLY_INSTANCES config, and thus the power supply monitor service will not start correctly. And with the change in https://gerrit.openbmc-project.xyz/c/openbmc/meta-phosphor/+/27463 the build will fail on constructing the rootfs. Fix it by adding OBMC_POWER_SUPPLY_INSTANCES in tacoma config. (From meta-ibm rev: 1f2b96d73f0117b9c07ce7e4beca0e1dfddfb8e2) Change-Id: I20f1ca81642bb1d594aa783ca3872b6bd08720da Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-17meta-palmetto: Fix issues found by HW CILei YU2-2/+2
HW CI on Palmetto trigers two issues: 1. The case to verify occ active fails because it was using the last character of `cpux` for occ, e.g. cpu0 -> occ0. Palmetto had an incorrect inventory path of `cpu`, which results in `occu`, and it becomes an incorrect path, and the case gets a 404 error while trying to get the OCC active state. 2. The case to get https://$bmc/ fails, it's expecting HTTP 200 OK resonse, but got a 401 error. This is because webui is not built into Palmetto, so there is no page, and bmcweb returns 401 for such case. Fix the above cases. Tested: Verify the HW CI succeeds on Palmetto: python3 -m robot -v OPENBMC_HOST:palmetto --argumentfile \ test_lists/HW_CI --exclude Verify_Redfish_Host_PowerOn --include \ Verify_Redfish_Host_PowerOn_No_Check_Watts redfish tests (From meta-ibm rev: 4ac52cb28db30f89bdfd23ab1614f71b65dfdceb) Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: Ifd102f167cfa4d83769fb055b883e4c214a27b9a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-17meta-palmetto: Add inventory-cleanup.yamlLei YU3-0/+34
The yaml add the "xyz.openbmc_project.Inventory.Item.Chassis" interface to "/xyz/openbmc_project/inventory/system/chassis" object. This is needed for bmcweb to correctly get the chassis id in /redfish/v1/Chassis/. Tested: Verify that /redfish/v1/Chassis/chassis exists on Palmetto with this change. It was 404 without this change. (From meta-ibm rev: 5930fdcc620b5ab65418b748b3cc0db465dc05fb) Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I67d5458d4540feacc67bd558dabb642b377f508b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-17phosphor-logging: Add PEL dependencyMatt Spinler1-1/+1
The phosphor-logging PEL extension code now depends on PLDM. (From meta-phosphor rev: 753951b17c59857643298b9591a827cf2ee90336) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Id81071c54ae7158def671a53613458af24c97167 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16recipe does not need to install json fileAndrew Geissler1-5/+0
As noted in this review: https://gerrit.openbmc-project.xyz/c/openbmc/meta-phosphor/+/27903/6/recipes-phosphor/state/phosphor-state-manager_git.bb#146 meson handles the installation of the json file for you so the do_install_append section is no longer needed. Tested: Built image and verified json file was still in correct location within QEMU. (From meta-phosphor rev: 779f11d8b90e6829b2ec68311b2aa4f64c1adcef) Change-Id: I7b16ad5fba1694d80d51bf915233f4eeab426d39 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16pldm: srcrev bump aa8ae72f3f..2da1bfea01Andrew Geissler1-1/+1
Deepak Kodihalli (2): ibm-oem: add handler to read PELs ibm-oem: add FileAck handler for PELs (From meta-phosphor rev: 73fd25e801e0e3d765e3a38d104f6ea542a17b76) Change-Id: Ic83dd9cdfa1d1e866c29cdf718196c944de7d3d7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16phosphor-power: srcrev bump 575ed13922..dcb4b3b3b8Andrew Geissler1-1/+1
Bob King (2): Modify README.md for folders change under phosphor-regulators and link. Add schema file for phosphor-regulators JSON. Brandon Wyman (1): Update .clang-format to latest version from docs Lei YU (7): power-utils: Implement isReadyToUpdate tools: Initially add i2c tool and mock i2c: Implement open and close power-utils: Initially use i2c in updater i2c: Implement read function i2c: Implement write function i2c: Add i2c block transaction support Shawn McCarney (3): i2c: Support explicit open/close and re-open i2c: Cache adapter functionality Create phosphor-regulators application (From meta-phosphor rev: f6e4f759394ef4ea7a2c869177605941792cb569) Change-Id: I596ed917b8d56e0b031b58b9eaf2e82c09c24e33 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16phosphor-logging: srcrev bump e340c13f18..cce1411a64Andrew Geissler1-1/+1
Aatir (2): PEL: PEL listing time fix PEL: Taking regex calls out of PEL listing function Harisuddin Mohamed Isa (1): PEL: Print Private Header into JSON aligned Matt Spinler (2): PEL: Trace when event logs don't create PELs PEL: API for getting if system is HMC managed (From meta-phosphor rev: 3ac2749d37d867f4e730630f8e90bc9b35f0474a) Change-Id: I4161bd8ee55e3124089dce27f81157e054e8a7aa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16phosphor-dbus-interfaces: srcrev bump 688ed1228a..b51a5a3d89Andrew Geissler1-1/+1
Zbigniew Lukwinski (1): Add NotAllowed error for cert replace interface (From meta-phosphor rev: ec6d29041b9b96c06ec97100466672f0d721fc38) Change-Id: Ic371f2f96d6c52880740c9f8c99091f22af87226 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16dbus-sensors: srcrev bump 202a1ff093..59e4798ea4Andrew Geissler1-1/+1
Jae Hyun Yoo (1): Fix D-Bus introspect timeout error in cpusensor (From meta-phosphor rev: 2082025327a08d4dbb9a485b1b1b54661ffd3661) Change-Id: I693065b5a150a128e893d277b573d43c6b03891f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16sdbusplus: srcrev bump 4212292bcf..43ea426d71Andrew Geissler1-1/+1
Lei YU (4): Fix vtable CI error Add valgrind suppression maintainers: Fix dkodihal's email address maintainers: Add Lei YU as maintainer (From meta-phosphor rev: bb5698666658b53f3929d11ca83962957313fcd8) Change-Id: I74883929e08872606eba4179647e533416506314 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16phosphor-certificate-manager: srcrev bump fe590c4e28..73d1fbf304Andrew Geissler1-1/+1
Zbigniew Lukwinski (2): Refactoring of certificates managing and storing Installing certificates with the same subject name. (From meta-phosphor rev: 2bb4dddc90fa524af0c74edb80cbeef58cab55c7) Change-Id: Id1c9662145707a08b6c1bb950156216896206a45 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16openpower-occ-control: srcrev bump 00a647809a..5ebf803cf6Andrew Geissler1-1/+1
Matt Spinler (1): Remove openpower-dbus-interfaces dependency (From meta-openpower rev: d64f091727f39d178274d609e8e6de011c69175e) Change-Id: I9862ec29fac7669571e935543588e2d8d0c2ca73 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16openpower-host-ipmi-oem: srcrev bump 64354b6604..36ae8e5c42Andrew Geissler1-1/+1
Matt Spinler (1): Remove openpower-dbus-interfaces dependency (From meta-openpower rev: 20ee1a1cac20daa82bc06e829adcccde8753ac5b) Change-Id: I7ad4073b9a777eb228f93aac6d6abc63c558bde2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16meta-raspberrypi: subtree update:a953fc0f9b..e7c856ee7bBrad Bishop12-9/+22
Allen Wild (1): conf/machine: add pci to MACHINE_FEATURES for Pi4 Andrei Gherzan (3): pi-bluetooth: Fix signature failures raspberrypi-tools: Update to current HEAD armstubs: Define the new symbols use in Makefile Erik Botö (1): Add support for PiTFT 2.8" with capacitive touch Martin Jansa (1): gstreamer1.0-plugins-base: respect opengl DISTRO_FEATURES when vc4graphics is in MACHINE_FEATURES Pierre-Jean Texier (1): linux-raspberrypi: bump to Linux version 4.19.93 Ricardo Salveti (2): linux-raspberrypi: define kbuild defconfig for rpi cm3 raspberrypi-cm3.conf: drop KBUILD_DEFCONFIG definition Change-Id: Ie923657098eaf9733c7f6f73ee1f888174d44e5f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16meta-openembedded: subtree update:459dbf1078..ea8604a0e3Brad Bishop605-3315/+36001
Adrian Bunk (6): xfsprogs: Remove obsolete patch gpsd: Add a PACKAGECONFIG for disabling usb support libqmi: Upgrade 1.24.0 -> 1.24.2 enchant2: Upgrade 2.2.3 -> 2.2.7 geany-plugins: Use enchant2 instead of the old enchant enchant2: Remove, moved to oe-core Alex Kiernan (11): nftables: Fix documentation generation ldns: Add recipe ostree: Fix DISTRO_FEATURES with ptest but w/o xattr ostree: Drop tests for soup/xattr with ptest ostree: Change PACKAGECONFIG to use manpages ostree: Add PACKAGECONFIG for builtin-grub2-mkconfig ostree: Backport build/test fixes from upstream ostree: Upgrade 2019.5 -> 2019.6 ostree: Add support for gjs tests nftables: Expand PACKAGECONFIG, cleanup build ostree: Tidy FILES_${PN} using PACKAGE_BEFORE_PN Alexander Kanavin (1): enscript/indent/sharutils: fix build with gettext 0.20.x Alistair Francis (2): mycroft: RDEPENDS on mpg123 to allow singing openocd: Enable remote-bitbang build option Andreas Müller (76): gnome-system-monitor: add gsettings to inherit tracker-miners: initial add 2.3.1 nautilus: add tracker-miners to RDPENDS libgnomekbd: cleanup DEPENDS inherit gsettings / remove unused config nodejs: Add PACKAGECONFIG share to allow other projects to use node as library xserver-xorg-cvt-native: initial add 1.20.5 mutter: initial add 3.34.1 pinpoint: remove dead project gnome-keyring: upgrade 3.28.2 -> 3.34.0 libgsf: upgrade 1.14.45 -> 1.14.46 libgnome-keyring: remove gvfs: upgrade 1.41.2 -> 1.42.1 grilo: initial add 0.3.10 gsound: initial add 1.0.2 gnome-backgrounds: initial add 3.34.0 metacity: upgrade 3.32.0 -> 3.34.1 gjs: initial add 1.58.3 gdm: re-add 3.34.1 gnome-shell: initial add 3.34.1 gnome-shell-extensions: initial add 3.34.1 accountsservice: initial add 0.6.55 rest: initial add 0.8.1 gnome-online-accounts: initial add 3.34.1 gnome-control-center: re-add 3.34.1 gnome-session: inital add 3.34.1 gnome-panel: (re)add 3.34.1 gnome-flashback: initial add 3.34.1 Add: packagegroup-gnome-apps / packagegroup-gnome-desktop glfw: add features_check to inherit stalonetray: Add x11 to required distro feature projucer: add x11 to required distro features colord-gtk: add polkit to required distro features yelp: add x11 to required distro features file-roller: remove nautilus from DEPENDS libgdata: add x11 to required distro features accountsservice: Hack musl build fix accountsservice: fix build for systemd not in DISTRO_FEATURES gnome-font-viewer: fix copy & paste typo in SUMMARY libxfce4ui: give up glade3 (=glade for gtk2) support glade3: remove ancient version of glade exo: remove pythonnative from inherit geany: remove pythonnative from inherit gnome-tweaks: initial add 3.34.0 libhandy: initial add 0.0.12 fluidsynth: upgrade 2.0.9 -> 2.1.0 exo: upgrade 0.12.10 -> 0.12.11 tumbler: upgrade 0.2.7 -> 0.2.8 catfish: upgrade 1.4.10 -> 1.4.11 cppunit: upgrade 1.14.0 -> 1.15.1 xfce4-terminal: upgrade 0.8.8 -> 0.8.9 gnome-calculator: initial add 3.34.1 evince: upgrade 3.34.1 -> 3.34.1 file-roller: upgrade 3.32.2 -> 3.32.3 evolution-data-server: upgrade 3.34.1 -> 3.34.2 gedit: upgrade 3.34.0 -> 3.34.1 gnome-autoar: upgrade 0.2.3 -> 0.2.4 gnome-control-center: upgrade 3.34.1 -> 3.34.2 gnome-desktop3: upgrade 3.34.1 -> 3.34.2 gnome-flashback: upgrade 3.34.1 -> 3.34.2 gnome-session: 3.34.1 -> 3.34.2 gnome-settings-daemon: upgrade 3.34.1 -> 3.34.2 gnome-shell-extensions: upgrade 3.34.1 -> 3.34.2 gnome-shell: upgrade 3.34.1 -> 3.34.2 gvfs: upgrade 1.42.1 -> 1.42.2 libgdata: upgrade 0.17.10 -> 0.17.11 mutter: upgrade 3.34.1 -> 3.34.2 nautilus: upgrade 3.34.1 -> 3.34.2 yelp-xsl: upgrade 3.34.0 -> 3.34.2 poppler: upgrade 0.82.0 -> 0.84.0 xfce4-terminal: upgrade 0.8.9 -> 0.8.9.1 mutter: upgrade 3.34.2 -> 3.34.3 gnome-shell: upgrade 3.34.2 -> 3.34.3 evolution-data-server: upgrade 3.34.2 -> 3.34.3 gjs: upgrade 1.58.3 -> 1.58.4 gnome-desktop3: upgrade 3.34.2 -> 3.34.3 libsigc++-3: let meson build Andrei Gherzan (1): kernel-selftest: Include rtc tests Andrej Valek (1): ntp: split ntpdc into separate package Andrey Zhizhikin (1): flatbuffers: add PIC compiler flag required for aarch64 André Draszik (4): python3-jsonrpcserver: update to v4.1.0 python3-jsonrpcserver: allow to use as non-root oniguruma: update to v6.9.4 oniguruma: enable ptest Armin Kuster (3): glfw: missing feature check. libvncserver: fix build depends issue surf: Add opengl requirement Bartosz Golaszewski (10): librsync: new package xdelta3: update to v3.1.0 xdelta3: add native and nativesdk to BBCLASSEXTEND speedtest-cli: new package doxygen: upgrade v1.8.16 -> v1.8.17 libsigrok: upgrade v0.5.1 -> v0.5.2 libsigrokdecode: upgrade v0.5.2 -> v0.5.3 libsigrok: add support for bluetooth integration cloc: new package libsigrok: add support for hidapi integration Changqing Li (5): samba: fix wrong shebang for python3 gtk-xfce-engine: remove this recipe xfce4-kbdleds-plugin: remove this recipe xfce-dusk-gtk3: correct invalid SRC_URI libhugetlbfs: update patch to make it work for python3 Denys Dmytriyenko (1): netperf: add "intervals" and "histogram" PACKAGECONFIGs Diego Rondini (2): cups-filters: add recipe qpdf: add recipe Fabio Berton (1): nanopb: Add recipe for version 0.4.0 Gianfranco Costamagna (6): boinc: update recipe to version 7.16.3 vboxguestdrivers: update to version 6.1.0 and unblacklist websocketpp: add various upstream accepted and proposed patches to fix various issues, including: brotli: rename static libraries avoding the -static suffix. cpprest: fix cmake installation directory websocketpp: also install examples in a new -examples subpackage Hongxu Jia (2): gvfs: add user polkitd and missing depends python3-astor: fix VERSION file not found Jacopo Dall'Aglio (1): netplan: add recipe Jens Rehsack (6): log4cplus: update to 2.0.5 libstatgrab: add logging/tracing options libtest-warnings-perl: add recipe libfile-slurper-perl: add recipe libconfig-autoconf-perl: add recipe libunix-statgrab: add recipe Kai Kang (12): blueman: disable appindicator support xfce4-panel-profiles: 1.0.8 -> 1.0.9 exo: 0.12.9 -> 0.12.10 thunar: 1.8.9 -> 1.8.10 fltk: fix build error when enable package config examples corosync: fix build error when package config rdma enabled rdma-core: 18.1 -> 27.0 openl2tp: update systemd service file bdwgc: make libatomic-ops as dependency volume-key: not create python2 bindings libbytesize: disable doc build adduser: set default shell with /sbin/nologin Khem Raj (113): python-evdev: Fix build for 32bit arches with 64bit time_t x11vnc: Fix build for 32bit arches with 64bit time_t evtest: Fix build for 32bit arches with 64bit time_t lirc: Fix build for 32bit arches with 64bit time_t v4l-utils: Update to 1.18.0 tslib: Fix build for 32bit arches with 64bit time_t utouch-evemu,utouch-frame: Fix build for 32bit arches with 64bit time_t directfb: Fix build for 32bit arches with 64bit time_t kernel-module-emlog: Use compile task from module bbclass emlog: Use RRECOMMEND instead of RDEPEND projucer: Upgrade to 5.4.5 packagegroup-meta-oe: Remove nodejs and uim on riscv libnih: Fix build with latest gettext liblockdev: Loosen the regexp for py3 sigrok-cli: Update to 0.7.1 python-pywbem: Update to 0.15.0 udisks2: Update to 2.8.4 id3lib: Update to newer debian patchset libdc1394: Update to 2.2.6 release libsmi: Use right name for tcl license hdf5: Upgrade to 1.8.21 xterm: Fix latent issue found with musl mozjs: extend --with-intl-api=build to all mips klibc: Apply -no-integrated-as on mips/clang grpc: Define libdir and cmakedir in terms of multilib ufs-utils: Renames from ufs-tool breakpad: Update to latest upstream rsyslog: Sync VALGRIND supported arch list packagegroup-meta-oe: Remove ppc64 specific incompatible packages libpfm4: Moved here from oe-core rdma-core: Replace pthread_yield with sched_yield fvwm: Upgrade to 2.6.9 nlohmann-json: Upgrade to 3.7.3 libqb: Add --enable-nosection-fallback with mips64/clang lcdproc: Upgrade to latest top of tree tinyalsa: fix installation libdir path to match multilibs luajit: Add ppc/ppc64 to unsupported arch list rsyslog: Do not assume atomic built-ins on ppc hiredis: Upgrade to 0.14.0 libfann: Define LIB_SUFFIX suitable for OE multilib needs libgit2: Upgrade to 0.28.4 libinih: Fix multilib build poco: Define LIB_SUFFIX per OE multilibs libcec: Fix multilib build dfu-util-native,sjf2410-linux-native: Fix Deploy in multimachine builds mpv: Remove luajit dependency for ppc64 cannelloni: Update to latest and fix multilib builds nvme-cli: Use nonarch libdir for dracut config files cli11: Fix multilib build lockdev: Make baselib configurable avro-c: Update to 1.9.1 nftables: Package python scripts into nonarch libdir mercurial: Add python scripts into separate python package fluentbit: Fix packaging in multilib env dcadec: Define BASELIB as a knob dbus-broker: Use nonarch_libdir for systemd catalog files websocketapp: Fix multilib build ade: Fix install paths in multilib builds thrift: Upgrade to 0.13 gattlib: Update to latest tip rygel: Use nonarch_libdir for systemd units firewalld: Package firewalld files iwd: Package module conf files via nonarch_libdir civetweb: Upgrade to latest tip ruli: Define OOP_LIB_DIR and INSTALL_LIB_DIR liblightmodbus: Fix packaging errors when using multilib ostree: Fix packaging errors when using lib64 libdir boinc-client: Use nonarch_libdir for systemd_units spirv-tools: Fix multilib builds pam-plugin-ldapdb: Include <stdexcept> for std::invalid_argument dvb-apps: Replace stime with clock_settime redis: Upgrade to 5.0.7 cannelloni: Include stdexcept for runtime_error libubox: Update to latest upm: Fix 'may be used uninitialized' errors memcached: upgrade to 1.5.20 ltrace: Fix build with gcc10 mpd: Fix build with gcc10 wvstreams: Fix build with gcc10 tvheadend: Fix format-truncation warnings open-vm-tools: Ignore -Warray-bounds jsoncpp: Upgrade to 1.9.2 ippool: Fix strncpy -Wformat-truncation warning opensc: Fix misaligned indentation glm: Upgrade to 0.9.9.6 rocksdb: Upgrade to 6.5.2 mariadb: Upgrade to 10.4.11 ruli: Fix implicit conversion from 'unsigned int' to 'float' glfw: Update to latest fluentbit: Upgrade to 1.3.5 renderdoc: Upgrade to 1.5 spirv-tools: Upgrade to v2019.5 upm: Disable -Wno-misleading-indentation with clang10+ libyui: Disable Warnings as errors sanlock: Upgrade to 3.8.0+ udisks2: Updare to latest master beyond 2.8.4 netcat: Fix build with gettext 0.20.x gtkperf: Fix build with latest gettext 0.20.x hddtemp: Fix build with latest gettext 0.20.x vorbis-tools: Use external gettext rwmem: Upgrade to latest wireshark: Enable plugins when enabling qt5 python3-jsonrpcserver: Use PYTHON_BASEVERSION instead of hardcoding py version smbnetfs: Update to latest 0.6.2 rev makedumpfile: Drop linking with libebl cmpi-bindings: append PYTHON_ABI suffix to libpython soname websocketpp: Fix clang specific flags in cmake files rocksdb: Disable Werror spirv-tools: Disable Werror libspatialite: Workaround proj_api.h deprecation in proj 6.0.0 zbar: Switch to github and update to latest gstd: Upgrade to 0.8.1 gst-shark: Upgrade to 0.6.1 Laurent Bonnans (1): opensc: fix RDEPENDS in pcsc PACKAGECONFIG Leon Anavi (1): mosquitto: update to 1.6.8 Martin Jansa (2): googletest: fix build with newer oe-core without python in HOSTTOOLS proj: upgrade to 6.2.0 Max Krummenacher (1): libsoc: use python3 for python bindings Maxime Roussin-Bélanger (1): libvncserver: add missing cmake configration option to packageconfig Mingde (Matthew) Zeng (1): poppler/poppler-data: Add HOMEPAGE tags Nicola Lunghi (1): python3-jsonrpcserver: update to 4.1.2 Pau Espin Pedrol (1): lksctp-tools: Add RRECOMENDS kernel-module-sctp for pkg lksctp-tools Peter Kolbus (9): python(3)-ujson: extend to native(sdk) python-ipaddress: remove unneeded pip dependency python3-html2text: add recipe python(3)-beautifulsoup4: fix RDEPENDS python3-soupsieve: add recipe python-soupsieve: add recipe python(3)-beautifulsoup4: add soupsieve to RDEPENDS python3-booleanpy: add recipe python3-license-expression: add recipe Pierre-Jean Texier (3): libssh2: add nativesdk support python3-xmltodict: add recipe libmxml: upgrade 3.0 -> 3.1 Quanyang Wang (1): glog: fix do_fetch error Randy MacLeod (3): imagemagick: update from 7.8.47 to 7.9.16 tigervnc: update from 1.9.0 to 1.10.1 rsyslog: update from 8.1910 to 8.1911 Robert Yang (1): rocksdb: Fix compile error for DEBUG_BUILD Ross Burton (11): python-jsonpointer: enable native/nativesdk python3-pystemd: upgrade to 0.7.0 python-slip-dbus: don't use relative paths python-m2crypto: don't use relative paths python-coloredlogs: don't use relative paths python-lxml: remove redundant sed (fixed in 4.3.0 onwards) python-lxml: remove redundant RDEPENDS_class-native opencv: don't download during configure opencv: also download face alignment data in do_fetch() opencv: PACKAGECONFIG for G-API, use system ADE opencv: abort configure if we need to download Stefan Agner (1): Revert "zstd: move recipe to oe-core" Stefan Lendl (2): tinyproxy: Install a default tinyproxy.conf tinyproxy: Fix user and group in tinyproxy install Sumit Garg (1): mariadb: fix library LZ4 lookup Todd Cunningham (2): libnftnl: upgrade 1.1.4 -> 1.1.5 nftables: upgrade 0.9.2 -> 0.9.3 Trevor Gamblin (4): python-twisted: add python3-pyserial to RDEPENDS python-twisted: add missing RDEPENDS for conch samba: disable guest access and anonymous queries python3-twisted: fix broken MemoryReactor import Wang Mingyu (66): python-cmd2: upgrade 0.9.19 -> 0.9.21 python-pluggy: upgrade 0.13.0 -> 0.13.1 python-pyasn1: upgrade 0.4.7 -> 0.4.8 python-pyopenssl: upgrade 19.0.0 -> 19.1.0 python-simplejson: upgrade 3.16.0 -> 3.17.0 python-thrift: upgrade 0.11.0 -> 0.13.0 python-alembic: upgrade 1.3.0 -> 1.3.1 python-dbus: upgrade 1.2.12 -> 1.2.14 python-pbr: upgrade 5.4.3 -> 5.4.4 python-paste: 3.2.2 -> 3.2.3 python-lxml: 4.4.1 -> 4.4.2 postgresql: 12.0 -> 12.1 python-jsonschema: 3.1.1 -> 3.2.0 python-pytest: upgrade 5.2.2 -> 5.3.1 xterm: upgrade 350 -> 351 wireshark: upgrade 3.0.6 -> 3.0.7 python3-xxhash: upgrade 1.4.2 -> 1.4.3 fuse3: upgrade 3.8.0 -> 3.9.0 kea: upgrade 1.7.0 -> 1.7.2 krb5: upgrade 1.17 -> 1.17.1 hwdata: upgrade 0.329 -> 0.330 python-pytest: upgrade 5.2.1 -> 5.3.2 python-waitress: upgrade 1.3.1 -> 1.4.1 python-cachetools: upgrade 3.1.1 -> 4.0.0 python-sqlalchemy: upgrade 1.1.17 -> 1.3.12 strongswan: upgrade 5.8.1 -> 5.8.2 smartmontools: upgrade 7.0 -> 7.1 spitools: upgrade 0.8.3 -> 0.8.4 python-pyyaml: upgrade 5.1.2 -> 5.2 arno-iptables-firewall: upgrade 2.0.3 -> 2.1.0 ipvsadm: upgrade 1.30 -> 1.31 lftp: upgrade 4.8.4 -> 4.9.0 nghttp2: upgrade 1.39.2 -> 1.40.0 opensaf: upgrade 5.19.07 -> 5.19.10 wolfssl: upgrade 4.2.0 -> 4.3.0 kea: upgrade 1.7.2 -> 1.7.3 wireshark: upgrade 3.0.7 -> 3.2.0 botan: upgrade 2.11.0 -> 2.13.0 cppzmq: upgrade 4.4.1 -> 4.5.0 iozone3: upgrade 487 -> 488 libmbim: upgrade 1.20.2 -> 1.20.4 libnfc: upgrade to 1.7.1 libsigc++-2.0: upgrade 3.0.0 -> 3.0.2 libuv: upgrade 1.33.1 -> 1.34.0 phoronix-test-suite: upgrade 9.0.1 -> 9.2.1 rabbitmq-c: upgrade 0.9.0 -> 0.10.0 cscope: upgrade 15.8b -> 15.9 msgpack-c: upgrade 3.1.1 -> 3.2.1 gnuplot: upgrade 5.2.2 -> 5.2.8 gphoto2: upgrade 2.5.14 -> 2.5.23 gtkwave: upgrade 3.3.102 -> 3.3.103 haveged: upgrade 1.9.6 -> 1.9.8 libgphoto2: upgrade 2.5.17 -> 2.5.23 libplist: upgrade 2.0.0 -> 2.1.0 ipmiutil: upgrade 3.0.5 -> 3.1.5 libburn: upgrade 1.5.0 -> 1.5.2 libdvdread: upgrade 6.0.1 -> 6.0.2 libsdl2-image: upgrade 2.0.3 -> 2.0.5 libsdl2-mixer: upgrade 2.0.2 -> 2.0.4 libsdl2-ttf: upgrade 2.0.14 -> 2.0.15 yad: upgrade 4.1 -> 5.0 python3-astor: 0.8 -> 0.8.1 python3-bandit: 1.5.1 -> 1.6.2 python-asn1crypto: 1.2.0 -> 1.3.0 python-bitarray: 1.2.0 -> 1.2.1 python-pyconnman: 0.1.0 -> 0.2.0 William A. Kennington III via Openembedded-devel (1): stunnel: bump to version 5.56 Yi Zhao (4): phpmyadmin: upgrade 4.9.1 -> 4.9.2 tk: upgrade 8.6.9 -> 8.6.10 ntp: restrict NTP mode 6 queries samba: upgrade 4.10.10 -> 4.10.11 Yongxin Liu (1): ndctl: Upgrade to v67 Zang Ruochen (17): python-alembic: upgrade 1.3.1 -> 1.3.2 python-beautifulsoup4: upgrade 4.8.1 -> 4.8.2 python-bitarray: upgrade 1.1.0 -> 1.2.0 python-certifi: upgrade 2019.9.11 -> 2019.11.28 python-cmd2: upgrade 0.9.21 -> 0.9.22 python-engineio: upgrade 3.10.0 -> 3.11.1 python-parse: upgrade 1.12.1 -> 1.14.0 python-passlib: upgrade 1.7.1 -> 1.7.2 python-pexpect: upgrade 4.6.0 -> 4.7.0 python-psutil: upgrade 5.6.5 -> 5.6.7 python-py: upgrade 1.8.0 -> 1.8.1 python-pycryptodome: upgrade 3.9.3 -> 3.9.4 python-pymisp: upgrade 2.4.117.2 -> 2.4.119.1 python-pymongo: upgrade 3.9.0 -> 3.10.0 python-pyparsing: upgrade 2.4.5 -> 2.4.6 python-pyperf: upgrade 1.6.1 -> 1.7.0 python-backports-functools-lru-cache: Add python3 version Zhixiong Chi (1): dnsmasq: CVE-2019-14834 hmenn (1): add sqlite-orm v1.5 madhavank27 (1): Added bb file for libcamera integration sangelovic (1): sdbus-c++: Introduce recipes for sdbus-c++ library and its tools Change-Id: I5e7559de35d61167e234161ffb768f6f95d30f41 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16meta-phosphor: libvncserver: pin PACKAGECONFIGBrad Bishop1-2/+1
PACKAGECONFIGs are added upstream frequently. Avoid new implicit dependencies by pinning to the exact options required by OpenBMC today. (From meta-phosphor rev: a604537070251e0a391b3eccf3a0c6b9d528a5ae) Change-Id: Id89749f408512118ce2a29a71f3f033fd79a3221 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16phosphor-logging: PEL code uses nlohmann-fifoMatt Spinler1-1/+1
This provides a map where the key order is FIFO. (From meta-phosphor rev: b7819042475b21c3bc048a7a6a314e235408498b) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I7b7836e0e4691b8dd537652a06eb528b3a89ee78 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-15README: Fix TSC list mistakeGunnar Mills1-0/+1
2b90a9f2 missed a name on the TSC list. This commit fixes that mistake. The TSC list is moving to the openbmc/openbmc README because the docs README is becoming specific to the docs repo and the openbmc/openbmc README is for more general project information since the openbmc/openbmc README is most likely the first landing spot of anyone new to the project. Change-Id: I8884df9e7abc05d4551fe745dfb729c7b7dad0d8 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
2020-01-15phosphor-power: Add i2c-tools dependencyMatthew Barth1-0/+1
Needed for i2c tools used by phosphor-regulators (From meta-phosphor rev: 16867e4bc2095918a14e5b9ec653844b68011ad8) Change-Id: Ia84c187ba20db9895aac4c655215af3f0c11da37 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-15meta-phosphor: Add nholmann json dependsMatthew Barth1-0/+1
(From meta-phosphor rev: 0b94fef7630038920e007d81fd655bd6c89f3a1e) Change-Id: Idd80228f2e26fb017802482d19a3de7afb2f76c3 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-15warm-reboot: mbox reset with host startAndrew Geissler2-6/+6
As preparation for warm reboot starts (reboot host while keeping the chassis power on), need to ensure any services which are required to run when the host is reboot are in the proper targets The mbox reset is required when the host is rebooted so therefore this service must be in the hoststartmin@.target (From meta-phosphor rev: 7d75693c4e2a1a3690280c6ea6880eb67625d64c) Change-Id: Ib4c42d363cf7ffa94b89b23b13c8adc6c6a10978 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-15phosphor-logging: srcrev bump 600d15afba..e340c13f18Andrew Geissler1-1/+1
Aatir (1): PEL: Display PEL by ID (From meta-phosphor rev: 023a1b3bb1fbd635c07a1e11b941cf1fbfd5acc4) Change-Id: I248e96650cc473836121ad412574e8fc4511888e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-15dbus-sensors: srcrev bump b669b6b54b..202a1ff093Andrew Geissler1-1/+1
Cheng C Yang (1): Add Group Event Support for PSU (From meta-phosphor rev: 8e7f05fb8662e0c4716e93fd6e18fa30345d036f) Change-Id: I71741ed02e17412e512bb8aad833250459204054 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-15phosphor-net-ipmid: srcrev bump 46bec0f60a..86985d5780Andrew Geissler1-1/+1
Ivan Mikhaylov (1): Fix: fix the access to sin/sin6_addr in getRemoteAddress (From meta-phosphor rev: 088909a202427b9d61d31448a282b7c544ff1b3a) Change-Id: Ia653fe8b7184e8837ac36912776a0ce998884dcf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-15x86-power-control: srcrev bump 344dae8847..8f5cb6a496Andrew Geissler1-1/+1
AppaRao Puli (1): Update OSState when system is off (From meta-phosphor rev: 178b50efd2a319bd3da503ec008a28a3ac11eaa7) Change-Id: Iec6c108ee269e966da128f81d48a8a320d41b973 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-15phosphor-dbus-interfaces: srcrev bump f7616bc6be..688ed1228aAndrew Geissler1-1/+1
Andrew Geissler (1): add DiagnosticMode to host state Cheng C Yang (1): Add D-BUS interfaces of SMBIOS MDR V2 (From meta-phosphor rev: 7f29b512e8763c2912fafae6e94304a783dae397) Change-Id: I0e9a57125e34fc6d15aa08d4a2d92c6407f13729 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-15phosphor-host-ipmid: srcrev bump 0b993fd450..43263c60afAndrew Geissler1-1/+1
Suryakanth Sekar (1): As per 802.1q,valid VLAN ID should be 0-4095 Tom Joseph (1): Don't report serviceable action if the watchdog service is not present anil kumar appana (2): storagehandler: move read FRU data to new API chassishandler:Get Chassis Capabilities to new API (From meta-phosphor rev: f832f7855f7715a99ffc679a9e7e79f7f3a8e373) Change-Id: I6fdb9018159cb3e81dc054007dbca9e0c323dfba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14meta-romulus: Add inventory-cleanup.yamlLei YU3-0/+34
The yaml add the "xyz.openbmc_project.Inventory.Item.Chassis" interface to "/xyz/openbmc_project/inventory/system/chassis" object. This is needed for bmcweb to correctly get the chassis id in /redfish/v1/Chassis/. Tested: Verify that /redfish/v1/Chassis/chassis exists on Romulus with this change. It was 404 without this change. (From meta-ibm rev: 41b829feead473e5541f7d4c3c075e2b1a525c45) Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: Ie091ad32315fb4b4e45d8b35966a7a238dd1d539 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14openpower sdk: Drop openpower-dbus-yaml depMatt Spinler1-1/+0
Now that the org.open_power D-BUS yaml moved into phosphor-dbus-interfaces, don't need this anymore. (From meta-openpower rev: 57d0db2abf2b433e72d7500593f367ccf47878e6) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I99077e9e491a3600e21a98fa3bc03764bccf0d2e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14meson: move phosphor-state-manager to mesonAndrew Geissler1-4/+3
Includes the following in bump: Andrew Geissler (9): meson: fix up compile errors found by meson meson: binary building support meson: fix new warnings found by clang-tidy meson: enable unit tests meson: move service file into its own subdir meson: add in service file support meson: add json file into meson meson: add obmcutil to bindir meson: remove automake legacy files (From meta-phosphor rev: c1debbbad981bae1ecfdaa41da4d5ac68f3f9173) Change-Id: Ic9ff5ced2b8fefa4830fac6005b5af855e6d06c8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14bmcweb: srcrev bump a8086647b1..2b5e08e291Andrew Geissler1-1/+1
Jan Sowinski (2): Revert "Revert "Connection and websockets fixes"" Fix timeout issue during image upload (From meta-phosphor rev: 693295c75c4b04b8403ca5d6da0433af66185948) Change-Id: Ic0d65802a91e1deccb8ea3cd6e9efac2c872c91c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14linux-aspeed: Move to 5.4.11Joel Stanley1-2/+2
This includes security and bug fixes from the 5.4.9, 5.4.10 and 5.4.11 stable releases. (From meta-aspeed rev: 8333ab8d48605e261f671c6d0c8281c49846c489) Change-Id: I83d06ebae33df4eb6ebe13b6f09bbc0e849c5cbb Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14linux-aspeed: CFF PS and media fixiesJoel Stanley1-1/+1
Eddie James (3): hwmon: (pmbus/ibm-cffps) Add new manufacturer debugfs entries hwmon: (pmbus/ibm-cffps) Add the VMON property for version 2 hwmon: (pmbus/ibm-cffps) Fix the LED behavior when turned off Jae Hyun Yoo (1): media: aspeed: refine hsync/vsync polarity setting logic (From meta-aspeed rev: 28a36e4550477bf0b4e42b5f4e9b6a2a7b7efed8) Change-Id: I6e86781330c0cf83631e496337c4b5f29a012b65 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14intel-ipmi-oem: srcrev bump 3c8af65773..d0d010b77cAndrew Geissler1-1/+1
Richard Marian Thomaiyar (1): Fix: Ignore reverting for validation unsecure mode Yong Li (2): Change the bios version dbus interface to align with bmcweb The CPLD i2c address is changed to 0x38 (From meta-intel rev: d1e8122869e6d6d05771fbcafa14319408bb43de) Change-Id: Ia53cbd5ba08896ba86f5090aa481624d4a353fc8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14meta-facebook: yosemitev2: Add phosphor-pid-control.Kumar Thangavel2-0/+4
Added phoshor-pid-control package for yosemiteV2 platform. Tested : Built Facebook YosemiteV2 images and loaded on the target hardware. We are able to see the fan speed updates when inlet temperature updates. (From meta-facebook rev: 256fdf1c496960923ac53b1ad0bad6141d3ee6ce) Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: Ibe04f0722f54e84909bbe81900c6e845168ba380 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14meta-facebook: yosemitev2: Add dbus sensor and entity managerHCL-BMC3-0/+21
Added dbus-sensors and entity manager packages for yosemiteV2 platform. Tested : Built Facebook YosemiteV2 images and loaded on the target hardware. We are able to read temperature, Adc and mezz sensor values. (From meta-facebook rev: 9b7491ca408796249045abb85151973724cadb34) Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: Ia9acf270752d602d71008893366a6c2f0badf9bc Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14meta-ibm: Change the order of avsbus-disableBen Pai2-4/+4
Currently avsbus-disable will be executed after power_up to 1. We found that this will cause power on fail, so avsbus-disable should be performed before power on. (From meta-ibm rev: c569a42895ac035837f1508d14903cfea3c5a675) Change-Id: Ib08573efbb1abf510b2683afd31cd74db9f66a2b Signed-off-by: Ben Pai <Ben_Pai@wistron.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14x86-power-control: srcrev bump 8d6602196d..344dae8847Andrew Geissler1-1/+1
Karthick Sundarrajan (1): Stop overwrite of CapabilitiesFlags during boot P.K. Lee (1): Add psPowerOKDeAssert event to powerStateCheckForWarmReset (From meta-phosphor rev: 27cb34182781cdcf6588c97edb3cbbe9dc127aea) Change-Id: I947fde4ab1e13182ebc244541fc17855cad609ef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14pldm: srcrev bump 501a6fdfb3..aa8ae72f3fAndrew Geissler1-1/+1
Sampa Misra (1): remove phosphor-logging dependency Sridevi Ramesh (2): Add encode_tid_req() in PLDM base. Add decode_get_bios_table_resp() in PLDM BIOS. (From meta-phosphor rev: 78f2b3e43c6f927e34bdbcb63c25b98ce2f82d95) Change-Id: I22658b5ed90b34d2dcb1e56095c5a7d7123c41f6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14phosphor-webui: srcrev bump dda0b83ebe..cee23d9317Andrew Geissler1-1/+1
kathy (1): Update navigation to accordian-style menu (From meta-phosphor rev: 57909f9cb0f5049a21141f44ff29e1de84ea94bf) Change-Id: I10421524785e6911ee74dc8cfba48bf87593319e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14dbus-sensors: srcrev bump 8b3f7d4014..b669b6b54bAndrew Geissler1-1/+1
Nikhil Potade (1): Enabling NVMe sensor support (From meta-phosphor rev: b0ab4afc800cf5ccf133041e36012b85454426bc) Change-Id: I92efa35bfae0cb3ac2259e3bf3c8d083a075832e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>