summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-12-05phosphor-webui: srcrev bump 5fcee5ab52..b42b93d8adAndrew Geissler1-1/+1
Derick Montague (1): Fix LDAP request resulting in 400 response Zbigniew Kurzynski (1): Sorting certificate table (From meta-phosphor rev: 70ed3f406d942e2d12c17e296b1d9796455abf62) Change-Id: I34898e849798d9dc59ba8d505f6bd84a00544ce5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-05phosphor-host-ipmid: srcrev bump 520c1315fa..225dec858eAndrew Geissler1-1/+1
James Feist (1): chassis: remove startup dependencies William A. Kennington III (1): transporthandler: Static IPv6 Support jayaprakash Mutyala (1): sensorhandler:move get sensor threshold to new API (From meta-phosphor rev: de9f2874e41105b0677b8b28481104a4a8f9961a) Change-Id: I28ce8c290075d35bc44cba238ca6a5d261cf7396 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-05pldm: srcrev bump 79c37f11f5..f5087a4024Andrew Geissler1-1/+1
Deepak Kodihalli (2): pldmd: implement a new handler registration scheme bios: delete persisted tables at startup Sampa Misra (1): oem-ibm: write PELs using mktempfs (From meta-phosphor rev: ccca4f309c0a9eced58772e9ed750e2a384c1a79) Change-Id: I1a127566d6614dc1c34ad5bf570b616565946ce0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-05intel-ipmi-oem: srcrev bump e646a25b19..f945eee0edAndrew Geissler1-1/+1
anil kumar appana (1): oemcommands: move OEM set fan config to new API (From meta-intel rev: 80d13d700cfa975d96448f1bad1002ef132a8476) Change-Id: Idfd9ae37952550bb21159d15539d1bd20455b835 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-05intel-ipmi-oem: srcrev bump 3594c6d66c..e646a25b19Andrew Geissler1-1/+1
Richard Marian Thomaiyar (1): Restrict ME bridging commands (From meta-intel rev: f76a23a7bc8f0d8ccc209bf9689e4ac78a52926f) Change-Id: I3c350a8d65e7d6cf95ba1f16d21ee14d0c53aea5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-05intel-ipmi-oem: srcrev bump 2d4a0198e3..3594c6d66cAndrew Geissler1-1/+1
Richard Marian Thomaiyar (1): Add support for HDD LED assert/deassert mfg cmd (From meta-intel rev: b25546e9accaa6af9afceb895dec1c7a1adc9d09) Change-Id: I3b475e61f149c57f4c5b2370a8e94d9dc1a41ba9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-05meta-facebook: Introducing meta-yosemitev2Vijay Khemka10-0/+563
Initial introduction of Facebook Yosemite V2 platform. The Yosemite V2 is a multi-node server platforms that hosts four OCP server and equipped with Aspeed 2500 BMC SoC. Tested: Built Facebook Yosemite v2 image and loaded on the target hardware. Ensured that BMC boots to console. (From meta-facebook rev: 83e4ecf31aa9b818e8bc9ed4e237f3f9e6a6c2a9) Change-Id: Iaa22e15371292321b636e1e1cf4bbec2d6fe1bff Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: manikandan-e <manikandan.hcl.ers.epl@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-05phosphor-dbus-interfaces: srcrev bump 2d3b637f21..4610bace07Andrew Geissler1-1/+1
AppaRao Puli (1): Adding new state "FirmwareUpdate" to BMCState James Feist (1): Implement Storage Controller Interface Zbigniew Kurzynski (1): Multiple certificate implementation update. (From meta-phosphor rev: bc6d514639769ae4720930fc59822e8bfef0a71e) Change-Id: I12aff9cc591f5bae163b1633e074437aade88496 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-03Drop STAGING_KERNEL_DIRJoel Stanley2-8/+0
The Linux kernel userspace headers must be installed, not included directly from the kernel source tree: The correct way to package the header files for a distribution is to run 'make headers_install' from the kernel source directory to install the headers into /usr/include and then rebuild the C library package, with a dependency on the specific version of the just installed kernel headers. Luckily the header used by these two applications is shipped in the kernel used to build the userspace headers, so the hack of including the source tree has not been required for some time. (From meta-phosphor rev: fb23d65060279037444616b83c3dd62b407d21e6) Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I17ac7d9cc5c5e2c54871b045a42025790e819506 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-03mboxd: Remove local aspeed-lpc-ctrl.hJoel Stanley2-44/+0
This userspace kernel header is now shipped in the upstream kernel, and importantly in the kernel uesd by Yocto. This means it does not need to be shipped locally. (From meta-phosphor rev: 2394d8e5ae0e164b459a55551479259bf50377ce) Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I13851f1e3868b522da97b654f39b86eeca6c56bd Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-03PAM config: move pam_cracklib to first positionJoseph Reynolds1-2/+2
This fixes a bug where Linux-PAM asks for the new password three times when changing the password. With this fix, PAM asks for the new password and then only once more to confirm it - two times total. This bug applies to the `passwd` command, to the expired password dialog when signing into the console using an account which has an expired password, and to other similar use of the PAM conversation function such as changing the password during SSH login. This does not affect the external behavior of the REST APIs or the webui because they use automated PAM conversation functions which programmatically supply the password as many times as it is requested. The bug happens like this: When PAM is asked to change a password via pam_chauthtok, it reads the /etc/pam.d/common-password file and executes the first module, pam_ipmicheck. This calls pam_get_authtok(pamh, PAM_AUTHTOK, &pass_new, NULL) which prompts for the new password and then prompts again to verify they are the same. The next module, pam_cracklib makes two calls: a call to pam_get_authtok_noverify() followed by a call to pam_get_authtok_verify(). The call to pam_get_authtok_noverify() does NOT prompt because the new password is already known to PAM, but the call to pam_get_authtok_verify() unconditionally prompts to validate the password. That's why we see two prompts to "Retype" the new password. The first is from pam_ipmicheck, and second is from pam_cracklib/pam_get_authtok_verify. The fix is to invoke pam_cracklib first and pam_ipmicheck second. Then pam_cracklib does all if its prompting, and pam_ipmicheck gets what it needs without prompting. The pam_ipmicheck module only checks the username and password length, so switching the sequence of these modules should be harmless. Tested: yes, via the "passwd USER" command (From meta-phosphor rev: a71db86192df0b0268db93e7ae6dc4633fce271e) Signed-off-by: Joseph Reynolds <joseph-reynolds@charter.net> Change-Id: I044df5731a69e45eca9597a345fa6d1b01041b58 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-03phosphor-webui: srcrev bump 1ab0f7c1d5..5fcee5ab52Andrew Geissler1-1/+1
Dixsie Wolmers (2): Update loading spinner Add file upload component Yoshie Muranaka (2): Create alert banner component Fix truncated button icons on Safari (From meta-phosphor rev: 2efc5c7d44c2ac9305e50cb0485ca99f023ebcd6) Change-Id: I8309afc488cdeda397a1d86dcc462757f7dc7a14 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-03phosphor-host-ipmid: srcrev bump b0094a72d4..520c1315faAndrew Geissler1-1/+1
Deepak Kumar Sahu (1): apphandler: move set acpi power state to new api. (From meta-phosphor rev: 6824741efd555daa7c7ea7d24a0713499de5ee0e) Change-Id: I4a5bdd4f0d732b9fcdbd54b37a501bf3cebe90e8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-03x86-power-control: srcrev bump 303bd58c4b..3f6ecb2124Andrew Geissler1-1/+1
Jason M. Bills (1): Update the MAINTAINERS file (From meta-phosphor rev: 43bce9ccc99a69427e7deb7e588b791231670df7) Change-Id: I102ace43118e9d3a0c1f88b8c1e346972924044a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-03phosphor-host-ipmid: srcrev bump 4d22640a64..b0094a72d4Andrew Geissler1-1/+1
James Feist (1): Provide proper exit code for signals Johnathan Mantey (3): Fix command privilege for Get LAN Configuration command Generate the correct prefix value for IPv4 netmasks 0.0.0.0 Change Set LAN Config Auth Type Enables to return a Read Only response (From meta-phosphor rev: db9bac1c384d4b45ab62656a25f420498e4b9244) Change-Id: I05b90c39dc1bf18136ca327d7b7fe93edeba2bc7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-03phosphor-ipmi-blobs: srcrev bump fea1d8115b..9cd8f76d3aAndrew Geissler1-1/+1
Kun Yi (3): Fix openFiles refcount cleanup: remove getPath Various cleanups (From meta-phosphor rev: 58dbc723a2202a4074affc6ec1584a9d5c76bdeb) Change-Id: I52f6354ae788f13eaa96bf0288de3967963ec621 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-03phosphor-sel-logger: srcrev bump 7d5054ac15..151b7c1fc6Andrew Geissler1-1/+1
Will Liang (1): Fix service crash when the exception occurred (From meta-phosphor rev: 56e82cf2c7ef2a8344f525a21d849c0b4a8d3b9c) Change-Id: Ibb40e7af82dae20e1dda8f5cce72ff57e880603c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-03x86-power-control: srcrev bump 174ec66e41..303bd58c4bAndrew Geissler1-1/+1
Chen Yugang (2): Set Chassis capabilities Update NMISource behavior after its Property moved to phospher-dbus-interfaces Jason M. Bills (3): Use Host Off state for warm reset notification Update the saved power state after checking the restore policy Manage the RestartCause property from power-control Vijay Khemka (1): Removing some GPIO line dependency (From meta-phosphor rev: 5f85d0d050c518542a4a5d4fd474614a7501cc8a) Change-Id: Ica0e7b195fcd058ca74fa4da93128060551fdab2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-03phosphor-ipmi-flash: srcrev bump 1290198fb8..cbf474049bAndrew Geissler1-1/+1
Benjamin Fair (4): bmc: add network bridge support sys: add networking functions tools: add network bridge support tools: net: add <optional> header Brandon Kim (2): tools: Add PpcMemDevice as an HostIoInterface tools: Fix clangtidy warning for PpcMemDevice (From meta-phosphor rev: 7af22d847b130fa52dcb5580b074647ecbad4b28) Change-Id: Id2e325bc2fa20a195579ffc641be65cad8b1c63b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-03pldm: srcrev bump 5bdb30ad3f..79c37f11f5Andrew Geissler1-1/+1
Deepak Kodihalli (1): Add version for PLDM FRU spec implementation John Wang (1): bios: Use crc implemented in libpldm (From meta-phosphor rev: cb083fb3d602bc79db9c592ef284c5ecbdd10359) Change-Id: If03e6a4210e1b833447aa3a267459b7df5e10ebd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-03bmcweb: srcrev bump 2658d9859a..3e0414fd3fAndrew Geissler1-1/+1
Gunnar Mills (1): README: Added Redfish Service Validator testing James Feist (3): Health: Allow populate to only be called once Storage: Add Storage Controller Remove error for empty subtree response Jason M. Bills (4): Add "Retry-After" header for temporarily unavailable messages Return a 404 instead of 500 for invalid Crashdump URIs Return 503 instead of 500 when Crashdump is busy Return no-content instead of waiting for OnDemand (From meta-phosphor rev: 45834f8d6572fe62f0e6e8a210c517cdf42657f4) Change-Id: Ied10b3fe63f59e92c8487734f7b52e0a99b909c9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-03meta-ibm: Add GPU themal policyBen Pai1-0/+86
Mihawk's GPU temperature exceeds 92 degrees Celcius should be shutsown to avoid GPU damage. Tested: GPU temperature exceeds 92 degrees Celcius system will shutdown. (From meta-ibm rev: 623eb4dda626dd3dfb3f14d9afa4e10c86d3bbca) Change-Id: Id085afa2a7d7a29a42cd5d508a03fb64dd53c108 Signed-off-by: Ben Pai <Ben_Pai@wistron.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-03meta-ibm: Modify power sensor channelBen Pai1-10/+27
Currently power sensor might get the wrong channel. We have to modify it to the correct channel. Tested: Check sensot list user can see the correct power sensor. (From meta-ibm rev: aaceadff166052bef63b860063ccbda66d918629) Change-Id: I2595c727915b8e72af4f56e5383efb183e9b3638 Signed-off-by: Ben Pai <Ben_Pai@wistron.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-03meta-ibm: Add a mechanism to monitor ambient and occBen Pai1-0/+59
Fan speed can be increased when occ or ambient is abnormal, so add the monitor of the ambient and OCC control services. (From meta-ibm rev: d0a123bdd618570e585a4020593bf9b13395398d) Change-Id: I17eb679760c2e6f6002f5ea54f7d799f1c62680c Signed-off-by: Ben Pai <Ben_Pai@wistron.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-02meta-security: subtree update:27ddb45554..fa800e5261Brad Bishop12-17/+63
Christophe PRIOUZEAU (1): cryptsetup tpm incubator: fix installed vs shipped Christopher Larson (3): checksecurity: use more portable find args clamav: add tmpfiles.d config suricata: add tmpfiles.d config Ming Liu (1): meta: inherit features_check instead of distro_features_check Norbert Kaminski (1): meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_2.3.1.bb: add new udev dir to FILES and append EXTRA_OECONF Change-Id: I51369027c747f12d64adb8dbe0262dfb96937ad1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-02meta-openembedded: subtree update:e4ac09169d..459dbf1078Brad Bishop65-615/+788
Alex Kiernan (1): leveldb: Upgrade 1.20 -> 1.22 Cengiz Can (1): recipes-support: gperftools: RDEPENDS for pprof Changqing Li (2): python3-django: upgrade 1.11.14 -> 2.2.7 python-sqlparse/python3-sqlparse: move from meta-cloud-services Christopher Larson (1): kconfig-frontends: drop unneeded target flex/bison deps Daniels Umanovskis (1): gattlib: add recipe Fabio Berton (3): mdbus2: Add recipe jpnevulator: Add recipe emlog: Add recipe Jacopo Dall'Aglio (1): python-netifaces: add recipes Khem Raj (8): packagegroup-meta-oe: Drop gperftools for mips/musl as well python-slip-dbus: Add missing rdep on six module htop: Use python3 pidgin: Use python3 mercurial: Upgrade to 5.2 and switch to py3 a2jmidid: Upgrade to release 9 pidgin: Use python3 during build tvheadend: Demand use of py3 during build Lei YU (1): googletest: Add PV and set to 1.10.0 Leon Anavi (1): stalonetray: Add a simple stand-alone system tray Li Zhou (1): libssh2: Security Advisory - libssh2 - CVE-2019-17498 Michael Haener (1): libmbim: upgrade 1.20.0 -> 1.20.2 Nicola Lunghi (2): python-configargparse: add package (version 0.15.1) python3-dbussy: add recipe (v1.2.1) Qi.Chen@windriver.com (1): python3-pid: upgrade to 2.2.5 Ross Burton (3): glmark2: upgrade to latest HEAD glmark2: use Python 3 to build jack: upgrade to 1.19.14 Ulrich Ölmann (1): python3-yarl: add missing dependencies Zang Ruochen (6): p910nd: upgrade 0.95 -> 0.97 links: upgrade 2.16 -> 2.20.2 links-x11: upgrade 2.16 -> 2.20.2 libmicrohttpd: upgrade 0.9.67 -> 0.9.68 gsoap: upgrade 2.8.51 -> 2.8.95 mksh: upgrade 56 -> 57 Zheng Ruoqin (1): libsdl: Refresh patch zhangxiao (1): syslog-ng: Fix multilib header conflict - syslog-ng-config.h Change-Id: I8557e00b893b61c10ee305fb3229db773b4b894f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-02meta-facebook: Adding intra bmc channel infoVijay Khemka1-0/+24
Added intra bmc channel info for sending ipmi command via local bmc ipmi-tools. (From meta-facebook rev: f7ee231b28cd450e5604356bf0c6f75fc37249f5) Change-Id: I1f44e42db18700d1f4aec7a4e3e182c0b9cfbc5c Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-02meta-facebook: Add Sel-loggerVijay Khemka2-0/+4
Added sel logger and enabled thresold monitoring as well as pulse monitoring. (From meta-facebook rev: 3b56cb14dc37fff03f22b932f110e9fa0289e234) Change-Id: I714834abd7992448dc72a379c89d71d76adb357c Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-02pldm: srcrev bump 4de4d00f3a..5bdb30ad3fAndrew Geissler1-1/+1
John Wang (7): bios: Add en/decodes for integer attribute bios: Verify the fields that need to be encoded bios: Define json structure for integer attribute bios: Use DBusHandler functions to avoid duplicate bios: Add a configuration parser for integer attribute bios: table construct: Add support for integer attribute libplmd: utils: Add bcd conversions (From meta-phosphor rev: ded63b01ef3a4dcea223fcd34ddbba963b8dc696) Change-Id: Id76e1de3afeae4cb68622403b60a5112bb4ea390 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-02intel-ipmi-oem: srcrev bump 7cc9e478c1..2d4a0198e3Andrew Geissler1-1/+1
Joshi, Mansi (1): Fix: Prod ID mismatch from issuing Get Device Id jayaprakash Mutyala (1): Filter: Delete SEL not supported through filter (From meta-intel rev: 4852b8211149aaf60134146ff1bd29bc393e5a63) Change-Id: I7faff6c178d1a0f8bc5f8d06668a180a792e1851 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-02Add rsyslog configuration for Redfish Log and IPMI SELJason M. Bills6-0/+143
Persisting the journal to flash introduced some significant issues, so this uses an rsyslog configuration to extract any IPMI SEL and Redfish events from the journal and persist them to flash in a text file. This allows many more events to be stored without any adverse issues in system behavior. Tested: Used IPMI and Redfish to retrieve logs before and after a BMC reboot and confirmed that they are correctly persisted. (From meta-intel rev: 176b19e807890f6014157d7b1b705e96c0fc4878) Change-Id: I02fac9af333d854204d41e238ae598bad7782328 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-02x86-power-control: srcrev bump 174ec66e41..3f6ecb2124Andrew Geissler1-1/+1
Chen Yugang (2): Set Chassis capabilities Update NMISource behavior after its Property moved to phospher-dbus-interfaces Jason M. Bills (4): Use Host Off state for warm reset notification Update the saved power state after checking the restore policy Manage the RestartCause property from power-control Update the MAINTAINERS file Vijay Khemka (1): Removing some GPIO line dependency (From meta-intel rev: a77fa324cd591c87d5b57644ecef6f47a650c540) Change-Id: If2c40c3afeb6810bf12740abe7929bf82831be20 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-25poky: subtree update:a616ffebdc..9052e5b32aBrad Bishop175-2567/+1255
Adrian Bunk (1): bind: Whitelist CVE-2019-6470 Alexander Kanavin (13): python: update to 2.7.17 tiff: update to 4.1.0 librepo: upgrade 1.10.6 -> 1.11.0 btrfs-tools: upgrade 5.3 -> 5.3.1 psmisc: update to 23.3 libxslt: update to 1.1.34 Revert "devtool/standard.py: Not filtering devtool workspace for devtool finish" mpg123: upgrade 1.25.12 -> 1.25.13 vala: upgrade 0.46.3 -> 0.46.4 sysstat: upstream version check is working again cairo: the component is dual licensed selftest: check that 'devtool upgrade' correctly drops backported patches runqemu: add options that enable virgl with the SDL frontend Alistair Francis (1): mesa: Upgrade to 19.2.4 Anuj Mittal (7): boost: fix build for x32 rng-tools: upgrade 6.7 -> 6.8 harfbuzz: upgrade 2.6.1 -> 2.6.4 libsolv: upgrade 0.7.6 -> 0.7.8 sqlite3: upgrade 3.30.0 -> 3.30.1 stress-ng: upgrade 0.10.08 -> 0.10.10 glib-2.0: upgrade 2.62.1 -> 2.62.2 Armin Kuster (9): oeqa/manual/bsp-hw: remove rpm -ivh test oeqa/runtime/boot: add reboot test oeqa/manual/bsp-hw: remove reboot test oeqa/manual/bsp-hw: move storage tests to runtime oeqa/manual/bsp-hw: remove usb and SDmicro tests manual/bsd-hw: remove bash tests oeqa/manual/compliance-test: remove crashme tests oeqa/manual/compliance-test: move crashme to runtime /oeqa/manual/compliance-test: remove obsolete test Chee Yang Lee (2): wic: rm with -r flag support selftest/wic: test wic rm with -r flag Denys Dmytriyenko (1): distro_features_check: expand with MACHINE_FEATURES and COMBINED_FEATURES, rename Kai Kang (1): systemd: remove ${PN}-xorg-xinitrc Khem Raj (1): webkitgtk: Remove clang specific option Paul Barker (1): cdrtools-native: Don't set uid/gid during install Paul Eggleton (1): devtool: fix devtool upgrade with reproducible_builds class Richard Purdie (10): oeqa/devtool: Avoid unbound variable errors recipetool/create: Fix to work with reproducible_builds opkg: Add upstream fixes for empty packages opkg-utils: Fix silent empty/broken opkg package creation core-image-full-cmdline: Add less bitbake: fetch2/clearcase: Fix warnings from python 3.8 bitbake: runqueue: Fix hash equivalence duplicate tasks running sanity: Add check for tar older than 1.28 oeqa/selftest/sstatetests: Ensure we don't use hashequiv for sstatesigs tests package_ipk: Remove pointless comment to trigger rebuild Ross Burton (8): cve-update-db-native: don't hardcode the database name cve-update-db-native: add an index on the CVE ID column cve-update-db-native: clean up proxy handling cve-check: rewrite look to fix false negatives cve-check: neaten get_cve_info cve-check: fetch CVE data once at a time instead of in a single call bitbake: tests: add test for the hashing functions bitbake: utils: also use mmap for SHA256 and SHA1, for performance Yi Zhao (1): bitbake: contrib/vim/indent/bitbake.vim: move it to correct directory Change-Id: I526155f21145180c764252a2ae5bfba33def10ff Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-25meta-openembedded: subtree update:53d431639a..e4ac09169dBrad Bishop237-392/+585
Andreas Müller (9): file-roller: add gsettings to inherit tracker: add gsettings to inherit nautilus: add gsettings to inherit libgweather: add gsetings & upstream-version-is-even to inherit gnome-settings-daemon: add gsettings to inherit gnome-terminal: add gsettings to inherit parole: upgrade 1.0.4 -> 1.0.5 exo: upgrade 0.12.8 -> 0.12.9 gedit: add gsettings to inherit Changqing Li (1): dnsmasq.conf: fix dnsmasq path Denys Dmytriyenko (1): recipes: rename distro_features_check to features_check Jan Luebbe (6): openct: merge do_install and do_install_append pcsc-lite: add support for native builds opensc: use pcsc-lite instead of openct by default opensc: add support for native builds libp11: add support for native builds softhsm: add recipe Kai Kang (1): mariadb: replace dependency readline with libedit Khem Raj (6): dlm: Drop -fstack-clash-protection for clang ruli: Fix install step and build samples too libkcapi: Update patch to upstream submitted one sanlock: Use python3 and add sanlock user/group sanlock: Replace cp -a with cp -R --no-dereference nodejs: libatomic patch should be target specific Lei YU (1): googletest: move to release 1.10.0 Nicola Lunghi (4): python3-importlib-metadata: fix class-target overriding default dependencies python-configparser: Add native and nativesdk to BBCLASSEXTEND python-contextlib2: Add native and nativesdk to BBCLASSEXTEND python-scandir: Add native and nativesdk to BBCLASSEXTEND Paul Barker (1): liblockfile: Rename patch Qi.Chen@windriver.com (1): python-jsonschema: add missing dependency Ross Burton (1): python-babel: add BBCLASSEXTEND for native/nativesdk Rouven Czerwinski (1): python-pyelftools: add recipes Stefan Agner (2): haveged: use the Fedora service file available from upstream networkmanager: do not deploy unnecessary udev rule file Wang Mingyu (3): mcelog: upgrade 1.65 -> 1.66 hwdata: upgrade 0.328 -> 0.329 libdev-checklib-perl: upgrade 1.13 -> 1.14 Zang Ruochen (17): python-zopeinterface: upgrade 4.6.0 -> 4.7.1 python-yappi: upgrade 0.98 -> 1.0 python-xstatic: upgrade 1.0.1 -> 1.0.2 python-xlrd: upgrade 1.1.0 -> 1.2.0 python-urllib3: upgrade 1.25.6 -> 1.25.7 python-tzlocal: upgrade 1.5.1 -> 2.0.0 python-twitter: upgrade 3.7.0 -> 3.8.0 python-twisted: upgrade 19.7.0 -> 19.10.0 python3-meh: upgrade 0.47 -> 0.48 python-pyephem: upgrade 3.7.6.0 -> 3.7.7.0 python3-pykickstart: upgrade 3.20 -> 3.22 python-pyparted: upgrade 3.11.2 -> 3.11.3 libextutils-cppguess-perl: upgrade 0.12 -> 0.20 libmoo-perl: upgrade 2.003004 -> 2.003006 libdbd-sqlite-perl: upgrade 1.62 -> 1.64 libclass-method-modifiers-perl: upgrade 2.12 -> 2.13 librole-tiny-perl: upgrade 2.000006 -> 2.001004 niko.mauno@vaisala.com (2): gitpkgv.bbclass: Use --git-dir option gitpkgv.bbclass: Support also lightweight tags Change-Id: I00fb24df7bb3849ed0c9337a66623d9b4cba5999 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-25phosphor-state-manager: srcrev bump 8be702939c..a65d30d16bAndrew Geissler1-1/+1
Vishwanatha Subbanna (1): Add support for bmcrebootoff and bmcrebooton (From meta-phosphor rev: 7fb16e574c145924c19d30aa8dd3579d1be6302a) Change-Id: If0eda6d780a4a5ab5b53d1cb91b1563935c065a9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22phosphor-ipmi-blobs: srcrev bump 7fc52c8fe3..fea1d8115bAndrew Geissler1-1/+1
Kun Yi (4): Implement session expiration test: Add unit tests for session expiration cleanup: Operate on members directly and allow empty paths in the lookup table cleanup: Use scoped initializers; move implementation to source file (From meta-phosphor rev: 1cb01503f1caa58159d023881e04f10c872d9811) Change-Id: I2b79320701c5e567815892b2f0474b923a11f8f3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22bmcweb: srcrev bump 99dc9c72e7..2658d9859aAndrew Geissler1-1/+1
Zbigniew Kurzynski (1): Adding instance address to log formatting. (From meta-phosphor rev: 6c728b0640ddd6545a6f40f0b57062da156800a8) Change-Id: I77fed1f6748b000ff4b5799c20ac90a2d462ad1a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22dbus-sensors: srcrev bump c140e2008b..14f0ad806cAndrew Geissler1-1/+1
Joshi, Mansi (1): Fix: PSU temp sensor don't have upper threshold (From meta-phosphor rev: 5bbc74e0f286133e4918b74348c2891f054ed4f5) Change-Id: Ia39eba27402009e22d4c067a8078d0aee500e692 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22pldm: srcrev bump dce1c99c21..4de4d00f3aAndrew Geissler1-1/+1
Deepak Kodihalli (3): oem-ibm: add readFileByTypeIntoMemory handler oem-ibm: add readFileByType handler pldmd: implement PLDM.Requester D-Bus API John Wang (2): libpldm: util: Convert version field to string tool: Refactor base type Commands (From meta-phosphor rev: 7eb37a9503b80621d62cd7b408db57bd22cbb203) Change-Id: I372351ff5d29fabc9b28a9401502c5cb6a923106 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22Enable ecmd-pdbg for openbmcLakshminarayana R. Kammath2-1/+21
1. Enable ecmd-pdbg to build with openbmc 2. ecmd-pdbg will use newly enabled meson build infrastructure to build 3. Enabled and tested HW access utils like getscom/putscom, getmem/putmem & getcfam/putcfam, etc. (From meta-openpower rev: cdda494596425d01a8fa5e68c428546cc12b67bc) Signed-off-by: Lakshminarayana R. Kammath <lkammath@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I54fcca0de41224c99d6ef8cd88a2a89562056597 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22meta-openpower: remove exe perms from udev rulesBrad Bishop1-1/+1
Remove execute permssions from udev rules to avoid errors like: systemd-udevd[110]: Configuration file /lib/udev/rules.d/70-iio.rules is marked executable. Please remove executable permission bits. Proceeding anyway. (From meta-openpower rev: 83b053de240b37b43ff06984543e2af3b21e94ba) Change-Id: I825747964feda292b5aacf2e9034d65eddc9484e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22phosphor-hwmon: Udev rules should never blockWilliam A. Kennington III1-1/+1
If we create a dependency in the hwmon service that makes it take extra time to start, this will block up all of udev and prevent other devices from being discovered as we wait on the specific hwmon instance to start. This can result in deadlocks. Typical convention in udev is to block as little as possible to avoid these type of scenarios. udev can't handle failures so it's pointless to wait anyway. The service start will still be queued up as expected. Tested: Ran on a machine configured to use hwmon. Configured sensors can still be read and the daemons start as expected. (From meta-phosphor rev: 1a21d0092ab2f07f5530f8b1167cbe5af12b9516) Change-Id: I358566ce124a2bcd44306df3d579beca65133e83 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22phosphor-ipmi-blobs: srcrev bump 8bc117792f..7fc52c8fe3Andrew Geissler1-1/+1
Kun Yi (2): Refactor various methods to get session or blob handler Store the last action time in session info (From meta-phosphor rev: 674af3a6d669da0c9fb195cad583a57789f17af8) Change-Id: Id2141d8abd4e41098eef18b3bbf2cf3ac81e9ac6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22bmcweb: srcrev bump c0a1c8a0ec..99dc9c72e7Andrew Geissler1-1/+1
Ed Tanous (1): Fix a namespace closing comment (From meta-phosphor rev: 89d5dc4024b561707074e0cdf330f462c94c042b) Change-Id: Id86705258953a8745b53eda3194d95ef3f8143db Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22phosphor-state-manager: srcrev bump 38605ee2b3..8be702939cAndrew Geissler1-1/+1
Andrew Jeffery (1): obmcutil: Silence kill error message by quoting test variable (From meta-phosphor rev: 198ffad941cdb992fbc338353c3aab155fd89cf6) Change-Id: I573f477983b4655650c2725abca9cace866e68b3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22meta-ibm: Adjust the mihawk fan control eventBen_Pai2-7/+10
According to our thermal team test report, we need to adjust the fan control event. Tested Fan speed will be based on new fan control events. (From meta-ibm rev: f242630e5a8195eeef089f01537b9be4fde000a2) Signed-off-by: Ben Pai <Ben_Pai@wistron.com> Change-Id: Ib4c296f128d625e78387cead26c46c76faa39535 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22lenovo: Add maintainer fileBrad Bishop1-0/+46
Benjamin is an obvious choice here - look at any patch in meta-lenovo and Benjamin has done a review - clearly Benjamin is invested the quality of meta-lenovo. On the contributor side, Lisa has by far submitted the most patches to meta-lenovo. (From meta-lenovo rev: fae512c598a542be289c87c34ce0a926725ea80b) Change-Id: I8721ffab2524e3bcc24c5a9b206611b2e7e37d67 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22meta-phosphor: remove exe perms from udev rulesBrad Bishop2-3/+3
Remove execute permssions from udev rules to avoid errors like: systemd-udevd[110]: Configuration file /lib/udev/rules.d/70-iio.rules is marked executable. Please remove executable permission bits. Proceeding anyway. (From meta-phosphor rev: d0c97c05b3c9b0d4b73978894b87cf649944bb37) Change-Id: Ie2908b5b0734e79cf4d0287d1fe7262022d5d740 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22bmcweb: srcrev bump fd4859a7fb..c0a1c8a0ecAndrew Geissler1-1/+1
Iwona Klimaszewska (2): Fix extracting certificate id Implement nbd-proxy as a part of bmcweb (From meta-phosphor rev: f88ab45c8cee86bcc9820c063f042a1a6583db22) Change-Id: I94681275d5f1fcd29fd3c564de2feb6a2031c711 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22intel-ipmi-oem: srcrev bump 107910627d..7cc9e478c1Andrew Geissler1-1/+1
Josh Lehan (1): Fix bug in IPMI sensor attribute bit stuffing (From meta-intel rev: ab078de1fa3c74c70ffe95e26f86f6d336732343) Change-Id: I6ce30954f4760bf817ac7a5d26872c58a6b479d4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>