summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-12-18Add root user to required groups as per recipeRichard Marian Thomaiyar3-0/+8
root user has to be added to groups accordingly based on the recipe. i.e. phosphor-ipmi-host_git.bb, will create both ipmi group, and add root user to the same. Unit-test: 1. Verified root user is added to the groups accordingly. (From meta-phosphor rev: 41882fbf717f267b280ab8ed3393f1178a029258) Change-Id: I79d3a23fd939f38064999ebe99f17f3e0c02ed0c Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17intel-ipmi-oem: srcrev bump 880b733d3d..bc54667993Andrew Geissler1-1/+1
Kuiying Wang (1): Fix read std::vector message issue. Richard Marian Thomaiyar (1): Move SensorSubTree declaration to ipmi scope (From meta-intel rev: 2f8a3851fb238ab8563da63548ecfadf25a7e377) Change-Id: I3c4e6828ce078796f4a528a5f434f7752e6bdd73 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17x86-power-control: srcrev bump c8153bca62..80f6d927c2Andrew Geissler1-1/+1
Kuiying Wang (1): Remove useless inlcude and modify properties. (From meta-intel rev: 8ee898a3d631f959ea5d1ecc7e6102730ed294bb) Change-Id: Icab2ca7de6ee7412ebc4a9f796c61c43b73d35f9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17meta-phosphor: dbus-sensors: Enable new serviceJames Feist1-0/+1
Enable exit air sensor service file and bump as these need to be changed at the same time. (From meta-phosphor rev: 4fb76700a2fe73baa6b791385bb4eb9867416341) Change-Id: I3134d359692b966a5bb9e88432b47b777d2503b8 Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17phosphor-hwmon: fixing starting occ sensorLei YU1-1/+1
On P9 the occ device has `:` in path, and it needs to be converted to `--` while starting hwmon service. The commit 2f714db14 accidentally removes the convertion, and cause P9's occ hwmon sensor are not started. This commit fixes the issue by converting `:` to `--` first. Tested: Verify the occ hwmon sensors are started on Romulus (From meta-phosphor rev: b9f0f689b1b86f3415c83bb3bace0c0f78ea65b0) Change-Id: If7a1cf91fdde31ed83db99fa16553cc5577bad82 Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17skiboot: fix stringop-truncationsBrad Bishop2-0/+36
These warnings start to occur under GCC8. Submitted to upstream skiboot: https://patchwork.ozlabs.org/patch/1001179/ (From meta-openpower rev: ddbe3f7349269e5b2a94581fd7e5908159fab2e2) Change-Id: I9257e7e37c563d62660980ed07ebba12e828093a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17phosphor: netsnmp: enable des and snmpv1Brad Bishop1-2/+0
These non-default configure flags result in a broken build on net-snmp 5.8 and the rationale for their use was never provided in the first place. Stick with the defaults. (From meta-phosphor rev: a6ce644c4c0563b8f8ae11ed74e0851ac2447b67) Change-Id: I3e25eb2c5f45cba3e52485cc49e44145523fbd7e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17phosphor-host-ipmid: srcrev bump 2723f38f75..9d7251c623Andrew Geissler1-1/+1
Vernon Mauery (1): ipmid: user_channel: fix include path for libuserlayer William A. Kennington III (1): make: Build user_channel separately (From meta-phosphor rev: 678a9b8456e0b853d694f54a3f814711204bc6ce) Change-Id: I19fbb8de32d381f6c46fb7ac4adf2155c8634ec0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17phosphor-ipmi-flash: srcrev bump a658636f90..aa32a36aabAndrew Geissler1-1/+1
Patrick Venture (16): README: Update the documentation given new approach test: move mocks into root test folder test: add missing headers to ipmi_interface_mock test: Add tools to search path firmware: add read/write flags to enum tools: main, use copy instead of looping tools: add crc implementation tools: return data or throw exception on ipmi resp tools: blob: implement layer above ipmi tools: blob: implement get blob stat command tools: blob: add missing header tools: add data interface type tools: blob: implement open blob tools: updater: implement send contents tools: updater: add exceptions for errors tools: add missing updater unit-tests (From meta-phosphor rev: e8082774d536f3493c1e223314dd986532488fa8) Change-Id: Ie88d3c7411b734b643ba8ee4afa967fd9c91f726 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17bmcweb: srcrev bump f5a5d81de6..aceb7fc879Andrew Geissler1-1/+1
Gunnar Mills (1): bmcweb: Redfish make MemorySizeInKB optional Matt Spinler (9): REST: For enumerate, use GetObject for target path REST: For enumerate, try GetAll as last resort REST: For enumerate, return the error in JSON REST: For GET, return errors in JSON REST: For list, return the error in JSON REST: For /action/<method>, return errors in JSON REST: Add JSON error when no D-Bus handlers found REST: For PUT, return errors in JSON REST: Add DELETE support (From meta-phosphor rev: ada292c8f5f9364333f58a3f93c1d2ace164b349) Change-Id: If461ff8408d495de77dc1c754b62894f6045b6f0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17kcsbridge: srcrev bump ccf086f151..33aea0d47fAndrew Geissler1-1/+1
Jia, Chunhui (1): [kcs]Add paramter for dbus name and objpath (From meta-phosphor rev: 0e67da4388446367269ea22f1a7a2185eb1fac11) Change-Id: I941f9632cdcc8e6ec5b8b0234e14eed990bd2e2b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17entity-manager: srcrev bump 2f0030cd9f..3cab78718eAndrew Geissler1-1/+1
James Feist (1): Make stepwise configuration writeable (From meta-phosphor rev: 918c39a8f4e4e49044e070c9514b29ff4a1097d2) Change-Id: I348606d8868a08e99ec4f6fd43dc2d7b3f257a76 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17u-boot-aspeed: workaround old in-tree libfdtBrad Bishop1-0/+4
U-boot has its own FDT implementation but it isn't isolated in terms of include search paths very well in our ~2016 snapshot. Prior to now (December 2018) it wasn't noticeable but with the move to yocto 2.6 and libfdt 1.4.5 the FDT implementations are different enough that if you have libfdt headers installed on your build host (which under Yocto, is _always_) you will have host contanmination and 2016 u-boot will fail to build. Work was done in upstream u-boot during 2018 to address this, but backporting would be a not-insignificant level of effort. Instead, use the following hack until such a time that we can rebase on a more recent (circa end of 2018) u-boot tree. (From meta-aspeed rev: 7f8140089d95a529bf50c6c71112385607a64bcf) Change-Id: I7513e2c651040fab55c2e500a6e801d4f5120d9d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17README: Remove reference to OCC from feature listAndrew Jeffery1-1/+0
The On-Chip Controller is a Power-specific item while the rest of the list generalises over multiple host architectures. Change-Id: I56e0b5c65615aa416391a29630b5d0a8d56960ec Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2018-12-17poky: sumo refresh a4c7d28688..78020fb639Brad Bishop46-642/+484
Update poky to sumo HEAD. Michael Halstead (1): scripts/runqemu: Replace subprocess.run() for compatibilty Richard Purdie (35): scripts/runqemu: Tidy up lock handling code scripts/runqemu: Improve lockfile handling for python with close_fd=True oeqa/selftest/signing: Skip tests if gpg isn't found oeqa/selftest/signing: Allow tests not to need gpg on the host oeqa/selftest/signing: Use do_populate_lic target instead of do_package oeqa/selftest/case: Use bb.utils.remove() instead of shutil.remove() oeqa/selftest/buildoptions: Improve ccache test failure output oeqa/utils/commands: Add extra qemu failure logging oeqa/utils/qemurunner: Fix python ResourceWarning for unclosed file oeqa/utils/commands: Avoid log message duplication oeqa/qemurunner: Remove resource python warnings oeqa/selftest/buildoptions: Improve ccache test oeqa/selftest/buildoptions: Ensure diskmon tests run consistently oeqa/selftest/runqemu: Improve testcase failure handling oeqa/utils/qemurunner: Avoid tracebacks on closed files oeqa/loader: Fix deprecation warning oeqa/utils/commands: Avoid unclosed file warnings oeqa/selftest/context: Replace deprecated imp module usage oeqa/utils/qemurunner.py: Fix python regex warnings oeqa/selftest/context: Improve log file handling oeqa/core/runner: Improve test case comparision oeqa/runner: Ensure we don't print misleading results output oeqa/core/threaded: Remove in favour of using concurrenttests oeqa/runner: Simplify code oeqa: Remove xmlrunner oeqa/runtime/ptest: Inject results+logs into stored json results file oeqa/runner: Always show a summary of success/fail/error/skip counts oeqa/runner: Sort the test result output by result class oeqa/selftest: Improvements to the json logging oeqa/utils/metadata: Allow to function without the git module image-buildinfo,oeqa/selftest/containerimage: Ensure image-buildinfo doesn't break tests oeqa/selftest/esdk: Ensure parent directory exists oeqa/selftest/esdk: Fix typo causing test failure testimage: Improvements to the json logging testsdk: Improvements to the json logging Ross Burton (3): oeqa/oelib/path: don't leak temporary directories oeqa: don't litter /tmp with temporary directories oeqa/selftest/esdk: run selftest inside workdir not /tmp Scott Rifenbark (1): documentation: Prepared for 2.5.2 document release Stefan Lendl (1): default-versions.inc: Make PREFERRED_VERSION_openssl* overwritable Yeoh Ee Peng (6): oeqa/core/runner: refactor for OEQA to write json testresult oeqa/core/runner: write testresult to json files oeqa/selftest/context: write testresult to json files testimage.bbclass: write testresult to json files testsdk.bbclass: write testresult to json files oeqa/selftest: Standardize json logging output directory Change-Id: I3c8123930c8c3441126c1e81b3bbbde9f2b126f2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17phosphor-host-ipmid: srcrev bump 8550b60fc2..2723f38f75Andrew Geissler1-1/+1
William A. Kennington III (1): gitignore: Ignore libraries regardless of directory (From meta-phosphor rev: 72656c07162f0170b8aa17f17a60fd283ecd792f) Change-Id: Ife1bad0d1db9815158ba18050c6e19507744bdcb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17bmcweb: srcrev bump 6af8330046..f5a5d81de6Andrew Geissler1-1/+1
James Feist (1): build_x86.sh add missing dependencies (From meta-phosphor rev: c35b08432c783568d9450ab330a9b2dcc13d1346) Change-Id: Iefc76d3495b0ca0c5d2cfbb13f9bc47ff9c9ceb8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-13meta-intel: add x86 power controlKuiying Wang1-0/+170
Configure all the dependence among all the services. TestBy: exort TEMPLATECONF=meta-intel/meta-s2600wf/conf/ bitbake obmc-phosphor-image (From meta-intel rev: 8bce44a796a6481dacea1f8afb984d496e6d0958) Change-Id: Ie1a661e58c2aa8575b7523058cd0d62710c851b4 Signed-off-by: Kuiying Wang <kuiying.wang@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-13entity-manager: srcrev bump 61c25c07ca..2f0030cd9fAndrew Geissler1-1/+1
James Feist (1): CmakeLists: Remove unneeded line (From meta-phosphor rev: 4f80f88fcac6a9ca3d172b27d6cc384c349f597e) Change-Id: Ife051235c2f8c54b108e0b8b544aaf10046fa844 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-13phosphor-host-ipmid: srcrev bump 4026e446d6..8550b60fc2Andrew Geissler1-1/+1
Kirill Pakhomov (1): Fix units for fan RPM sensor Richard Marian Thomaiyar (1): SetUserName to return success - for same user name (From meta-phosphor rev: 8cdc6b2448d98a70551c8ff8aff93145c09b863b) Change-Id: I4759f7b06c83b3a477ed2ceb979458f0e6e855ca Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-13phosphor-ipmi-flash: srcrev bump d333a870a6..a658636f90Andrew Geissler1-1/+1
Patrick Venture (5): tools: start burn_my_bmc tool tools: start implementing data interface tools: start implementing blob interface tools: start implementing ipmi interface tools: move interface building into main (From meta-phosphor rev: b5208663c4248f3770c9a4e5bd1d1f33e54f6324) Change-Id: I7cd13bb045cb56a760ca16aaadfcf0c147e358e8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-13dbus-sensors: srcrev bump 87d713abb7..1d123a1702Andrew Geissler1-1/+1
James Feist (1): Install exit air sensor service file Richard Marian Thomaiyar (1): Consider nan too as an override value (From meta-phosphor rev: b7045c33fdfd69bd210bd12b0cf084f3af3d44a5) Change-Id: Ibb5b4d035b119657c8fe69cc4225788bdc802a1d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-13ibm: Add missing nginx dependenciesBrad Bishop1-0/+5
The IBM layer bbappend for nginx brings in the shell and openssl. Add missing runtime dependencies. (From meta-ibm rev: f6d19e0c30ec918d7c0288a6270ce7e3679e4dec) Change-Id: I01d1727ccbe91fad68407b0c18f3e10282a4d847 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-13phosphor: drop meta-webserver from sample confBrad Bishop1-2/+0
There aren't any dependencies in meta-phosphor on anything in meta-webserver, so drop meta-webserver from the sample configuration. (From meta-phosphor rev: e737217a6a960df6282653dd8db45901cd5c2994) Change-Id: Icbcd801317c7cef7c0b5e2aeca2c73e1c48e0adb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-13Add ON5263M5 platformJohn Wang16-0/+715
(From meta-inspur rev: 42e8cb80b7e8344ce9fb6ff0c40f81e0bdd03cbe) Change-Id: I8affa38b64d7db1f4826718983d049dea5ea2f26 Signed-off-by: John Wang <wangzqbj@inspur.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-12phosphor-ipmi-flash: srcrev bump 7b91cbc101..d333a870a6Andrew Geissler1-1/+1
Patrick Venture (1): firmware: add logging to factory failures (From meta-phosphor rev: 9c5dd20c6086f49e11f23bbff6b02a70265c776f) Change-Id: I4872982124ececea0d6b1efdd8d77962198eb3b7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-12phosphor-bmc-code-mgmt: srcrev bump 02516d3ff9..991af7ecfbAndrew Geissler1-1/+1
Adriana Kobylak (2): Remove deprecated is_method_error code item_updater: Call remove association on delete (From meta-phosphor rev: b275bbe2313890fe389cd4dd081fd69ff69cbd7f) Change-Id: I0f9a09f3c669cb29549a0d99325c720fa79afaff Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-12dbus-sensors: srcrev bump 0e8f9a7729..87d713abb7Andrew Geissler1-1/+1
James Feist (2): pwmsensor: signal properties changed for opposite iface FanSensor: Add configurable min max (From meta-phosphor rev: c4a4be12b7056e9def28d4574f28b63f59474ada) Change-Id: I274b88793b5a1ed213d21f72858f886ed7efa36d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-12phosphor-host-ipmid: srcrev bump 316f23d939..4026e446d6Andrew Geissler1-1/+1
Patrick Venture (2): build: drop linking of libssl build: fix pam library inclusion and usage Richard Marian Thomaiyar (2): Update const uint8_t& to const uint8_t Fix response length for Set user access command William A. Kennington III (1): configure: Fix literal usage in AS_IF Yong Li (1): Implement set chassis capabilities IPMI commands (From meta-phosphor rev: ef97ca1845a98e58cc878ac15869df9fd85d92f4) Change-Id: Ibeac233d19b6f418e848d715e088fa1dff8736a3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-12phosphor-logging: srcrev bump 30047bf964..31552c05e2Andrew Geissler1-1/+1
Patrick Venture (5): add sdjournal interface to inject tests test: use only one main library bugfix: add fixes to mock class bugfix: rename method to match implementation test: add test to force building of sdjournal mock (From meta-phosphor rev: 17316b6d4d13da98b2f4feee489cb85d37547e5d) Change-Id: I5ad126a739cad075832efed6204bc97c13cbb3ca Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-12phosphor-host-ipmid: srcrev bump 4fe7efe885..316f23d939Andrew Geissler1-1/+1
Vernon Mauery (1): ipmid: host-cmd-manager to use default event source for timers (From meta-phosphor rev: 0389ed7a39a0403ecbca792a512ebac836ed2485) Change-Id: If18a4e64150abc13b8d6823d8de839917f5edd84 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-12phosphor-bmc-code-mgmt: srcrev bump 3a19e62a59..02516d3ff9Andrew Geissler1-1/+1
Brad Bishop (1): sync/watch: reduce memory usage (From meta-phosphor rev: 5beb64bddba0c07453bc418feef3e48b8662b8ae) Change-Id: I8916ba461e1723982b08947ef4803b32b575e8a9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-12phosphor-buttons: srcrev bump f654267db9..391a21a1bbAndrew Geissler1-1/+1
Matt Spinler (7): Add .gitignore Add button-handler framework button-handler: Add power button actions button-handler: Add reset button actions button-handler: Add ID button actions button-handler: Add button-handler service file Add myself as a maintainer (From meta-phosphor rev: 443f1b00f78c2dcacd9f776fd75007523e9ed910) Change-Id: Ia3ded7e495a3ad91a230c1053fffdce615eb7798 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-12dbus-sensors: srcrev bump ce3fca414e..0e8f9a7729Andrew Geissler1-1/+1
James Feist (3): Add exit air temp sensor Break CFM out into its own sensor Add exit air temp service file (From meta-phosphor rev: 90a0fbd23d460d87d5ce07d17a6f1091426b64a2) Change-Id: Ie2f26e773b802cbb6fe96346a99a77a113a566de Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-12bmcweb: srcrev bump 63c7908ddb..6af8330046Andrew Geissler1-1/+1
AppaRao Puli (1): Redfish AccountService service modifications Ed Tanous (7): bmcweb: Session member count is zero bmcweb: make SSL enabling more effective Remove custom version of getPtr bmcweb: Redfish make CpuCoreCount optional bmcweb: Clean up security headers bmcweb: Move boost::optional to std::optional bmcweb: Fix inversion of SSL Joseph Reynolds (1): Add details to BMCWEB config option help strings (From meta-phosphor rev: d655096a0f9aabc92e05ff05a1768f68b2685cef) Change-Id: Ie7b5874cc0d73cdf6b3d6540941ca0e9d94c7389 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-12Intel: Enable threshold event monitoringJason M. Bills1-0/+2
This append enables threshold event monitoring in the phosphor-sel-logger. (From meta-intel rev: e2bf47543d715c14dda49ddeec2c21c884dc63aa) Change-Id: I9df9b7da2c9c90dc9eb683e20102e4a48753819a Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-11Add obmc-phosphor-buttons recipe.Kuiying Wang1-0/+23
Add obmc-phosphor-buttons_git.bb file and enable buttons TestBy: export TEMPLATCONF=meta-intel/meta-s2600wf/conf/ bitbake obmc-phosphor-buttons (From meta-phosphor rev: 0d737656491b85b06ecb0aaa1290276abc98234f) Change-Id: I09b182b2adc4d245a3b42794a2e133d940074d55 Signed-off-by: Kuiying Wang <kuiying.wang@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-11linux-aspeed: Move to to 4.19.8Joel Stanley1-2/+2
This includes security and bug fixes from the 4.19.7 and 4.19.8 stable releases. (From meta-aspeed rev: b16d0dc6fd3af4d4ef0ad8fe6d8304efa2030ba2) Change-Id: Ib8180d72e4fd147d0a4427ce5ac1bb9063fcff50 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-11bitbake: bitbake-user-manual: Added "usehead" parameter.Yong, Jonathan1-0/+8
(Bitbake rev: 17fb5216c9a5b5d4305bef6dcb267345040280c6) (From poky rev: a4c7d286883db186f17d4044a6531eac88473403) Change-Id: I4f2662d7d1a54762ed559134323ab3dc13f4b372 Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-11Add kcs bridge to Facebook TiogapassVijay Khemka1-0/+1
Added phosphor-ipmi-kcs to Facebook Tiogapass Tested: Build Facebook TiogaPass board and load on the target hardware. Ensured that kcsbridge is running fine. (From meta-facebook rev: 90f7a7bf5b581b12a6a9abc4160a86fdf82476e8) Change-Id: If9f80347e1b644fae72cc3c42e63e98e7a95b8f7 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-10obmc-phosphor-image: Don't install any localesBrad Bishop2-2/+2
Don't install any locales in an obmc-phosphor-image. The defaults probably meet most requirements at present and this saves ~128K with an xz compressed squashfs. Remove locale setting from distro configuration. The defaults are fine and this also allows the user to override. (From meta-phosphor rev: c2207adeb8ecfa1add3868eafc1f0d94d2e503d7) Change-Id: I2bd5eb4225cfd8f0024b14afc415c0c1bd166484 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-10intel-ipmi-oem: srcrev bump 360f593bf0..880b733d3dAndrew Geissler1-1/+1
James Feist (2): Update variant usage to use visit Fix variant usage (From meta-intel rev: 49c8a3a51c3d967e6332d9bee36bdcc5b541a2a3) Change-Id: I97dbbcb2f9c295c73aaff5245f12a20353a6543c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-10meta-phosphor: master refresh 65f8850b66..aa2e4bba38Brad Bishop13-17/+17
Update meta-phosphor to master HEAD. Andrew Geissler (13): skeleton: srcrev bump a9427c85f3..e32e33784a phosphor-dbus-interfaces: srcrev bump 0e6d655be2..99b5aaa499 phosphor-dbus-monitor: srcrev bump ecf8910c01..12789e6c66 phosphor-fan-presence: srcrev bump 4978e06c45..f0b020fb32 phosphor-networkd: srcrev bump 35297177b8..cb500dc2b5 phosphor-pid-control: srcrev bump f77ecc7bca..208abce8d8 phosphor-host-ipmid: srcrev bump e04c004b21..4fe7efe885 bmcweb: srcrev bump 3112a144b3..63c7908ddb dbus-sensors: srcrev bump f87dc4c139..7c977b6de8 phosphor-webui: srcrev bump bd500cd2d6..dbf0481196 dbus-sensors: srcrev bump 7c977b6de8..ce3fca414e phosphor-time-manager: srcrev bump 1f1d8e012f..37539dcc2b sdbusplus: srcrev bump 6b4fb2969c..f042393a65 Brad Bishop (1): phosphor: net-snmp: clean up configure options Change-Id: Icfb3ec61eeb63921cce883cbabfa318361964052 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-06meta-intel: delete custom dbus-sensor recipeJames Feist5-70/+0
It has been merged into meta-phosphor, don't need our own copy. (From meta-intel rev: c2f1613dc31aed042662d4033482e787d0222ac6) Change-Id: I42aed979830ca8e95fef8814eacc8bda23b9e7ad Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-06meta-phosphor: master refresh 632923e49c..65f8850b66Brad Bishop9-10/+10
Update meta-phosphor to master HEAD. Andrew Geissler (8): bmcweb: srcrev bump 99ad599508..3112a144b3 phosphor-networkd: srcrev bump 74db23cf88..35297177b8 phosphor-objmgr: srcrev bump 6a39e8c727..47c09755e5 entity-manager: srcrev bump b69602b877..61c25c07ca dbus-sensors: srcrev bump 95b079b785..f87dc4c139 phosphor-snmp: srcrev bump bbee5d0d8f..9d18e56285 phosphor-host-ipmid: srcrev bump 77ff3fe596..e04c004b21 phosphor-ipmi-blobs: srcrev bump 50539d3646..9e0c1af678 Yong Li (2): Fix incorrect license type Do not use DBUS_SERVICES in the systemd string substitutions Change-Id: I3f170aee1b5d0e0ab5f040c6a13d39274fdedfc2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-06Add dbus-sensors to Facebook TiogapassVijay Khemka1-0/+1
Added dbus-sensors to Facebook Tiogapass Tested: Build Facebook TiogaPass board and load on the target hardware. Ensure that all sensors informations are displayed on dbus. (From meta-facebook rev: e5376be34bd11d070fd6d68ed7740035a6c56990) Change-Id: If995235085c902521dff82ffd45d3a9c34746f45 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-06poky: sumo refresh 64a257fa22..fa962ec72fBrad Bishop10-26/+43
Update poky to sumo HEAD. Anuj Mittal (1): linux-yocto: update genericx86* SRCREV for 4.14 Martin Hundebøll (2): shadow: improve reproducibility by hard-coding shell path busybox: make busybox.links.{suid, nosuid} reproducible Paul Eggleton (1): socat: fix LICENSE Richard Purdie (10): sanity: Add check for WSL poky.conf: Update the distros we test against on the autobuilder poky.conf: Bump version for 2.5.2 sumo release build-appliance-image: Update to sumo head revision bitbake: server/process: Fix unclosed socket warnings upon server connection refused bitbake: lib/bb/server: Avoid UnboundLocalError traceback bitbake: server/process: Fix ConnectionRefusedError tracebacks bitbake: runqueue: Ensure disk monitor is started when no setscene tasks are run bitbake: process: Flush key output to logs bitbake: main: Don't use print() directly, use logger Change-Id: Ie14695232a8adecd2013d629208da320963532ce Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-05phosphor-webui: srcrev bump f875e01222..bd500cd2d6Andrew Geissler1-1/+1
Gunnar Mills (1): Remove bower.json beccabroek (1): Remove AngularUtils (From meta-phosphor rev: 632923e49c1dcc9176f47a9d74cc45ba60a3e704) Change-Id: I1b748df3a08ebc73a1f7f5a92d8939a68fabe16b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-05phosphor-certificate-manager: srcrev bump feddcf2017..ca4f7887caAndrew Geissler1-1/+1
Patrick Venture (7): build: Add missing inclusion of phosphor-logging build: add requirement for openssl to configure_ac build: add check for experimental/filesystem test: delete empty parameters build: add gtest, gmock to configure_ac gitignore: add missing items test: use tabs in Makefile_am (From meta-phosphor rev: 7222db38e730434d22df4e5cd32f8de5f212494e) Change-Id: I13c037b80ecf36706499fae8e5eab31309f282c5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-05bmcweb: srcrev bump 79ba46fdca..99ad599508Andrew Geissler1-1/+1
Ed Tanous (2): Fix missing Managers route on serviceRoot bmcweb: Move some functions to utilities Joseph Reynolds (1): Update Content-Security-Policy (From meta-phosphor rev: acf0c6025ba836af3166748de7b4dbaf44b27310) Change-Id: Id5bc85b5328b55f6bc4cd496aabe093d8a4f5368 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>