summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended
AgeCommit message (Collapse)AuthorFilesLines
2020-05-28sdbusplus: srcrev bump 4991d3bed1..3e71ab90aeAndrew Geissler1-1/+1
Patrick Williams (4): sdbus++: create script to generate all files from a dir meson: feature match autotools support sdbus++: rename template mako files sdbus++: fix setup.py for template file change Wludzik, Jozef (1): sdbusplus: validate interface and path passed to DBus (From meta-phosphor rev: f842ab2dc41d2baa998f66a90ca6f3365ece77ff) Change-Id: I5fb81650eaf7047b03ee094d29bcd36550e8d00c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-27sdbusplus: srcrev bump 1b1321cf54..4991d3bed1Andrew Geissler1-1/+1
Patrick Williams (12): remove usage of WANT_TRANSACTION option build: move python setuptools for future non-autotools build: add setuptools install script clean up pedantic compile warnings asio: object_server: add virtual destructors clang-format: reformat for clang-10 clean up more pedantic compile warnings meson: create basic build structure meson: set default buildtype to debugoptimized asio: connection: add missing initializer clang-format: sync from docs master .clang-format test: exception: suppress scan-build errors (From meta-phosphor rev: 0322b039747bd7c7cb1e705851849cbe625b9325) Change-Id: I997cfd9f0f8c5f7a243011f962f76ed765b6b7df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-18sdbusplus: srcrev bump afe80cf2e5..1b1321cf54Andrew Geissler1-1/+1
Andrew Geissler (1): include needed file for runtime_error Patrick Williams (1): MAINTAINERS: remove Ed Tanous as reviewer (From meta-phosphor rev: f329f6f9b7824c774924c6b4aefd9cf12f79117d) Change-Id: I4790dced960b0739d2b85851f6524a9775526557 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-08pam-ipmi: srcrev bump c2ef3319b4..f3919c432fAndrew Geissler1-1/+1
Vernon Mauery (1): [pam-ipmi]: Fix key & password file permission (From meta-phosphor rev: 2a570d00c317f02af8488be2cae6add1da089f77) Change-Id: I0184bf2ac29890eb90185bda7c41fab307c4d31e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-11pam-ipmi: srcrev bump 65edb939ef..c2ef3319b4Andrew Geissler1-1/+1
Vernon Mauery (1): [pam-ipmi]: fix default data file permissions (From meta-phosphor rev: c049f668387f981bf866ac95f9d97d40fd357c07) Change-Id: Iec3a97a41dec1a9784184e66e6a6b877155e8d92 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-11sdbusplus: srcrev bump 5de31846e2..afe80cf2e5Andrew Geissler1-1/+1
Adrian Ambrożewicz (1): Added register_signal method to sdbusplus::asio::dbus_interface Vernon Mauery (1): Include <set> to be able to use std::set (From meta-phosphor rev: eb73ffd469eb4a207b07b20a17d1a4776d3bfd4d) Change-Id: Ib6886bba190f039b0b3d20ecabf8f0ba1b6e432f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-10sdbusplus: remove unused python2 recipePatrick Williams4-117/+30
All recipes consuming sdbus++ have now migrated to the python3 version. Remove the python2 version. (From meta-phosphor rev: bb27bf20fa96141b4ac64262191b9ad0543e8a10) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Idae08e4354fa75a9acb3036b7ea7b873d396c4b8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03python-sdbus++: remove sdbus++ executablePatrick Williams1-0/+9
When moving all packages over to use ${PYTHON_PN}-sdbus++ instead of the (python2-based) sdbus++ alias, I ran into frequent problems where BOTH python-sdbus++ and python3-sdbus++ were in the DEPEND-chain. When this happens, bitbake is upset because both packages install the sdbus++ executable. (Both are in the DEPEND-chain because some packages have transitioned to python3 and some have not.) There are two reasons someone might depend on the python-sdbus++-native package: 1. They need to use the sdbus++ executable to generate code. 2. They wrote their own scripts leveraging sdbus++'s module. For #1, we can force everyone to use the python3 varient by adding a DEPEND on python3-sdbus++-native and then removing sdbus++ (the executable). This will continue to install the python modules for #2. (From meta-phosphor rev: 737cd1accac2d00d9adfaced667da81e6207c66b) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia1c8697ecc36dffdc52b3e7206e428f8112e4ed2 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03sdbusplus: srcrev bump ddc0eba2be..5de31846e2Patrick Williams5-33/+28
This srcrev switches from python2 to python3, which requires some adjustments in recipes and updates to the dual-support patch. Now, the python3 recipes have no patches and the python2 one has a revert patch. Patrick Williams (1): sdbus++: switch to python3 Waqar Hameed (1): Update README.md for Python 3 (From meta-phosphor rev: 07ce0de9aab794479036b94e9275d2fd97bb95b5) Change-Id: I10381d22d35deaf1726b597a0d690af098f21cc0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01sdbusplus: use python3Patrick Williams1-1/+3
(From meta-phosphor rev: 11d5972170def0cafb42297f179312504a36ad02) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0cb4eac12be86aa9379992756a5757ea2c51591a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01sdbusplus: split library and python scriptsPatrick Williams5-30/+119
(From meta-phosphor rev: 7aba8156394c5608565e549a1b9de3e9a91b5ff1) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I471c25139f9fef8c976613a9f8c25d7617c1aa8c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01sdbusplus: move SRCREV to inc filePatrick Williams2-10/+12
(From meta-phosphor rev: 25448842ef11e923d8c188e0a1d5b9b65bd3f8d0) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic7c0746d6e92cb06d332ed7c75d128596b72dd78 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01stdplus: srcrev bump 3b4c20fe51..a2d67e2052Andrew Geissler1-1/+1
William A. Kennington III (2): meson: Don't build tests or examples if subproject test: Allow optional usage of vendored googletest (From meta-phosphor rev: 248c1d92764ff45486ab0ae29ad167db705f4449) Change-Id: I22fd12e4b0e6ca893b9e7383a092a88245c8a35f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-24sdbusplus: srcrev bump 7eb0d25fbc..ddc0eba2beAndrew Geissler1-1/+1
Lei YU (1): sdbus++: Generate initial client header (From meta-phosphor rev: db8f37d16de5dcad40fbb51aa9e3f93dabb1163a) Change-Id: I8cc08d65dbdd2b7b3c70e17fb6f45aec6e68e3b6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-18sdbusplus: srcrev bump 1dfce5a294..7eb0d25fbcAndrew Geissler1-1/+1
Patrick Williams (1): sdbus++: refactor enum handling for container-types (From meta-phosphor rev: 59f86f07919de11c33b80f768522c6f4b56ea890) Change-Id: I6b309f0f5ae12d84af84c01ea883b2e13764a3bd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-11sdbusplus: srcrev bump 67c79b0ca6..1dfce5a294Andrew Geissler1-1/+1
Lei YU (1): Make interface and object non-movable (From meta-phosphor rev: 48925d3dbfb5fb975f09fa352478e337d02b4564) Change-Id: I279eaec4bc245a069a2c0a5f25a45507919a0c9e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-02-25sdbusplus: switch to generic python package verPatrick Williams1-9/+10
Rather than reference "python-foo" for recipe dependencies, switch to "${PYTHON_PN}-foo" syntax, which is used throughout other example Yocto recipes to aid a simple transition from python2 to python3. This variable is set up by pythonnative -> python-dir includes already. (From meta-phosphor rev: 4cd22437b72468a9ea23443532ddcc8d5dab1b1f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Idde7f413bc911baad48851d531ab835963cec2f7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-25sdbusplus: srcrev bump 58d2c91a74..67c79b0ca6Andrew Geissler1-1/+1
Patrick Williams (8): sdbus++: property: simplify enum handling sdbus++: property: simplify local enum handling sdbusplus: message: add type helpers for native enums sdbusplus: message: read: add native enum support sdbus++: interface: refactor enum-to-string conversion sdbusplus: message: append: add native enum support sdbus++: use native enums for message operations build: remove interface.mako autoconf gen Waqar Hameed (1): sdbus++: Use list comprehension when parsing property types (From meta-phosphor rev: 8b29782744fbc447c0d7ff59cf30d7862cf831a8) Change-Id: If867f0e0769a00ec6f207cccde59a39008659431 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-21sdbusplus: srcrev bump bd00069fd0..58d2c91a74Andrew Geissler1-1/+1
Adrian Ambrożewicz (1): Fix exception handling inside asio coroutine method_handler Lei YU (1): sdbusplus: Fix build on GCC 8 or ealier (From meta-phosphor rev: a7257ae6636e8f7ded868d3f54535286c85bcf10) Change-Id: I12284e7792028e80021a55e01853666d6d3c7df5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-19sdbusplus: srcrev bump e57c38e9dd..bd00069fd0Andrew Geissler1-1/+1
Adrian Ambrożewicz (1): Fix compilation error in case unix_fd is used in async_method_call (From meta-phosphor rev: e8a1a36c1e27c0d32cb67ab2b7a4f78cdb637e69) Change-Id: Ifd4af7628f1e9196562dcea26a0f315e31d5efc1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-13sdbusplus: srcrev bump 19f24b9b70..e57c38e9ddAndrew Geissler1-1/+1
Lei YU (1): Emit adding/removing interfaces for object server (From meta-phosphor rev: 9dd86f027461ae8b1979e10de1adc7410e07e4ef) Change-Id: I180d151635b4fd47538ff315c3bcb4f9e30b55de Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-11sdbusplus: srcrev bump 14db20f044..19f24b9b70Andrew Geissler1-1/+1
Lei YU (1): Fix an issue found by cppcheck Patrick Williams (2): MAINTAINERS: add Patrick Williams sdbus++: interface: fix indent of enum-string fn Vernon Mauery (1): Catch async errors so they do not throw (From meta-phosphor rev: 0c270147f8a5c17ee748cde2b3feb087647e2390) Change-Id: I327b9f6235e7de0365c0902203c7442961f50a1d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-10stdplus: srcrev bump f1c46f813f..3b4c20fe51Andrew Geissler1-1/+1
Brandon Kim (1): README.md: Update documentation for using meson (From meta-phosphor rev: 8d705c61923081eca95726d8e7980447b3029cfb) Change-Id: I50773d2be2651ec5315dd2b757cb7d7a82869edf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-10sdbusplus: srcrev bump 43ea426d71..14db20f044Andrew Geissler1-1/+1
Lei YU (1): Make interface string public (From meta-phosphor rev: 2796f6b44248a613be08abfcf6ab8c69d9d4922a) Change-Id: I928782d6279cf7271aa3eeca630e78a2701b22af Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-05[pam]: Include pam-succeed-if to verify group roleRichard Marian Thomaiyar1-0/+1
Include pam-succeed-if to the rootfs file system. This will be used to do pam_authenticate restriction based on group ownership. Tested: Along with pam-webserver changes with authenticate required, verified that users belonging to redfish group are only allowed to login to bmcweb. (From meta-phosphor rev: 8c65b60518d8c447918371f3dbc7aceca35aaaa5) Change-Id: Ie81c0c9c6a2d3188a5d74a845c2a584b9ad36101 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.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>
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-11-06stdplus: srcrev bump 4ef36e7904..f1c46f813fAndrew Geissler1-1/+1
William A. Kennington III (1): handle: Cleanup noexcept guarantees (From meta-phosphor rev: b55bc0139d7c89ece0a951363bbe0fa7169131dc) Change-Id: Ifd6edebf35d65d1e72337bb342d8c3e47206a7b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-05pam: Disable sensitive log & nullokRichard Marian Thomaiyar3-1/+21
pam_unix logs user name when sessions are established, quiet the same in configuraiton. This is done to avoid logging user name as logs will be exported as part of debug log dump etc, thereby compramising sensitive information. Also disallow nullok login from security point of it. Tested: 1. Verified that session establishment are not recorded with user name. 2. Verfieid webui, redfish, ipmi, ssh login works as expected. (From meta-phosphor rev: 15a293b458ef2f013356f9746c0ac7a20e59c1c1) Change-Id: Ic0fcdbfd9a5968fa55a27b7d2de379f8ba131cac Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-13pam: Fix not querying password for invalid userRichard Marian Thomaiyar1-1/+1
Not querying password for invalid user name is security issue and can be used to determine valid / invalid user names in the system. Always proceed to password acceptance screen for invalid user login attempt too. This commit configures pam_tally2 to ignore unknown user and proceed to do password check. Tested: Verified the same in bmc serial console login with invalid user name and password was requested, before displaying login incorrect. Note: dropbear handles this already and hence ssh will not exhibit this behavior. (From meta-phosphor rev: 356ec08b989c84d1d034c3ff283a6909658d9435) Change-Id: I72483d26ad7b7c39068ac33b7387adf2b10a1a27 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-08phosphor: pam: Fix credits to maintain minlen reqRichard Marian Thomaiyar1-1/+1
Default credit for pam-cracklib was used, causing issue in meeting minlen requirement for new password. i.e. 1 credit will be applied if the password containts, digits, upper case, or lower case etc, making minlen to be accepted. "fw6ev9" will pass pam_cracklib earlier for minlen as password length was 6, +2 credit got substitued for lower case & digits use in the password. Correcting the same now, by not providing any credit, and so the minlen of 8 chars in the password must be met. Tested 1. Tested password 'fw6ev9' fails to set 2. Tested password '0penBmc1' was accepted as it passes 8 character Note: With this commit, the current default passwd for root user '0penBmc' will work fine, but the same can't be used as password during password update. (From meta-phosphor rev: 0e67cd66f4f530b4ccccb2ab400ba2dabb3c0737) Change-Id: Ieeebef45a655563ac7779627b1cf38ef6080c046 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-13sdbusplus: srcrev bump f8bbf17c3d..4212292bcfAndrew Geissler1-1/+1
Richard Marian Thomaiyar (1): Allow async_method_call to provide opt message (From meta-phosphor rev: 738ab0df153b75cf7be7cd0f7e9920db1c6e6e5f) Change-Id: I11435dc4405adff04b3606ab5345a9140e7d2527 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-11stdplus: srcrev bump 7d75a48513..4ef36e7904Andrew Geissler1-1/+1
William A. Kennington III (4): signal: Use callCheckErrno handle: Make it possible to reference stored data handle: Support for releasing management of values util/str: Add string concatentation methods (From meta-phosphor rev: 64de25902197895564789681368a260baf7225d7) Change-Id: I5dbf739ed99a8ded6260c3f61a96c3ad3c33d0d6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-10gpioplus: srcrev bump 48e6288da8..d67babcdbeAndrew Geissler1-1/+1
William A. Kennington III (1): autotools: Remove (From meta-phosphor rev: 9f3ab4afad01a0e718f528728eaf27a6bac2f92b) Change-Id: I4046348107f8ed11d6177d0f8ac840482d98d741 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-29stdplus: srcrev bump 8f1700e7ab..7d75a48513Andrew Geissler1-1/+1
William A. Kennington III (1): README: Expand documentation to include an overview of repo contents (From meta-phosphor rev: d8dd8e466b8ac5901e7aa08bb660689cf65f12d9) Change-Id: Ie2c90839fafd0bc7e230c70d1bfecf3bf74445d4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-28sdeventplus: srcrev bump e19c3cf649..b315a2ab41Andrew Geissler1-1/+1
William A. Kennington III (1): clang-format: Apply update 6 -> 8 fixes (From meta-phosphor rev: a02e08a6e243aa161982ad7d4a79530bef8a704d) Change-Id: Ia3db362931479f3a74dfa65ac352ae0167cbf2d1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-19Fix bitbake warningSantosh Puranik1-16/+0
Commit 138108a changed the way the rsyslog service is started. It removed the rsyslog override config file and also removed references to the rsyslog-policy recipe that used to install that file. However, rsyslog-policy recipe itself was still a part of the repo. Bitbake would still parse the recipe and warn about the missing rsyslog override file. This commit removes the policy recipe from the repo. Tested: No more warning when we bitbake a phosphor image. (From meta-phosphor rev: 03b8ecd41c69e2754830efc274961432d7a77358) Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: I292e13f565c40b32527427154b5f570767146827 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-19sdbusplus: srcrev bump c14699f63e..f8bbf17c3dAndrew Geissler1-1/+1
Lei YU (1): message: Add get_error() William A. Kennington III (1): native_types: Fix string_wrapper overloads (From meta-phosphor rev: 7240a8a764e93452f76c15a5a1f28e68df6d1fb6) Change-Id: I7324148e4bd686148178f01cbe6949dd8fbc3c93 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-05sdbusplus: srcrev bump 66ef099b5a..c14699f63eAndrew Geissler1-1/+1
James Feist (1): asio: Allow mutable lambdas + small cleanup (From meta-phosphor rev: dc517d8f0de04806775021926e982527e26762eb) Change-Id: I81983da204f4fcc9728d05a1d0e3965ddbd70099 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-03stdplus: srcrev bump 97e394714e..8f1700e7abAndrew Geissler1-1/+1
William A. Kennington III (1): autotools: Remove (From meta-phosphor rev: a8e6b965e2ab9e108e3f1e1be9f73fa8270e4adf) Change-Id: I30c32d312aabc3ce2f8ff02280cb4cf2577ebbc2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-03sdeventplus: srcrev bump 8ec59e6242..e19c3cf649Andrew Geissler1-1/+1
William A. Kennington III (3): autotools: Remove sdevent: Support getting userdata sdevent: Support source destroy callbacks (From meta-phosphor rev: d4572fb81b0642530a97024f0daab0dec164a13c) Change-Id: Ib8b61d7b53cce788c50430a2916aef7470f4aa9e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-30sdeventplus: Depend on function2William A. Kennington III1-0/+1
An upcoming change will require this dependency for sdeventplus, so that we can store functions containing move-only types for callbacks. (From meta-phosphor rev: c345eb3b55f168f17e7025eaeed5ad603af6745f) Change-Id: I30b3caa38f26414b82493301bd7acd466f9814bc Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-29rsyslogd: Install default server configSantosh Puranik3-3/+7
This reverts commit 37bc1a3568f2e87987be05243627a984dc051de1. In addition, it changes the default rsyslog server config to ignore all messages. Also bumps up phosphor-logging: phosphor-logging: srcrev bump f59854e94b..0a0b5ea558 Santosh Puranik (1): rsyslod: Change disable action Tested: Verified that the default rsyslog behavior is to now ignore all messages. (From meta-phosphor rev: 138108a05f68ada8b990024bbaa8b68b135d6aeb) Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: Iba11dfa153eaeef17417c82ab26f9a26fe5f9125 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-28sdbusplus: srcrev bump 1befc49be9..66ef099b5aAndrew Geissler1-1/+1
William A. Kennington III (1): sdbus++: Fix construction of objects with flags (From meta-phosphor rev: 2e26c6f52808546f43d02cb57ac1026e7fe6c05a) Change-Id: I6e9c191f5acb1e90711de70f8752361ebe45e84c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-21gpioplus: Convert to mesonWilliam A. Kennington III1-5/+4
We intend to remove autotools from the gpioplus build eventually. This is the final step needed to use meson for the package. (From meta-phosphor rev: c86057c5636542ad7fa86bbd2a31b9090a8c2a30) Change-Id: Ided281441177e3f4f136d5a84ad3b139adb0000e Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-21sdbusplus: srcrev bump c077190dfa..1befc49be9Andrew Geissler1-1/+1
William A. Kennington III (1): message: Fix passing of sd_bus interface to new messages (From meta-phosphor rev: 084d5478f8727af2ec8f2a6583d6b3a5a3c200fa) Change-Id: I4775f2addca7db6f46de3332d112a0f1b1638b36 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-20sdbusplus: srcrev bump db4a4a61fb..c077190dfaAndrew Geissler1-1/+1
Vernon Mauery (1): Change async_method_call to be no-throw (From meta-phosphor rev: 49a5c2a9e6b22b255452610ed763098e8945ee88) Change-Id: I274def9c2727989277e24f7d25530b60d9ea60c7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-20sdbusplus: srcrev bump 37a5e61732..db4a4a61fbAndrew Geissler1-1/+1
Vernon Mauery (1): MAINTAINERS file had the incorrect email address (From meta-phosphor rev: db87a5a1bb81c00bc64cc15baf137c69d44bfdda) Change-Id: I5f966a08ff21f62fc82879ca54e042cd457ebce4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-16meta-phosphor: gpioplus: cleanup oeconf optionsPatrick Venture1-4/+1
Cleanup the extra oeconf variable in the recipe such that it's an assignment and not an append and isn't a mixed-evaluation line. (From meta-phosphor rev: 60c2de3f042aa6e179390ac883660e0b23c90de4) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ia61ea129d2d6309df334915723d4caf8808762a0 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-14sdbusplus: srcrev bump a564ac95dd..37a5e61732Andrew Geissler1-1/+1
Vernon Mauery (1): Change yield_method_call to be no-throw (From meta-phosphor rev: 6ac8fcf74ead9a41b12202dd78f1277ad4996de2) Change-Id: Iad4b371c517fc2942e40007ac2b07e46df444753 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>