summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2018-11-20meta-phosphor: iotools: iotools-setup.service fix field namePatrick Venture1-1/+1
Fix field name: /lib/systemd/system/iotools-setup.service:8: Unknown lvalue 'SystlogIdentifier' in section 'Service' (From meta-phosphor rev: 9afaeb5cad005d978d8476c8f7c44c6362cf3df5) Change-Id: I60b8b71dc6d717b712d0cf7ee6f9c5d8387f4939 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20phosphor: fix IPMB recipeDawid Frycki1-1/+1
Fix a typo in broken SRC_URI link (From meta-phosphor rev: a717c44fbc6680a4ef2c3c06ddc9e47e88d08597) Change-Id: Ic495f84cb969628057216fc4cb1e5414268f2ac7 Signed-off-by: Dawid Frycki <dawid.frycki@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20meta-phosphor: add new recipe for phosphor-ipmi-flashPatrick Venture1-0/+25
Add recipe for phosphor-ipmi-flash. This package provides an implementation of in-band firmware update that leverages the BLOB protocol (phosphor-ipmi-blobs). (From meta-phosphor rev: 2ff2eccafde5cb4d53547eb1481f29ea4a834e18) Change-Id: I2ee7b6ecc18a98f451d053a879f5eca9e4ef5598 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20Enable pam-ipmi reciepe in obmc-phosphor-imageRichard Marian Thomaiyar1-0/+1
Enable pam-ipmi recipe in obmc-phosphor-image. This will include pam-ipmicheck & pam-ipmisave modules which are required for IPMI authentication to work. (From meta-phosphor rev: d4d8c3639a91e9eadaa45b1083a6113496a03a13) Change-Id: I4ed60fc4d5bbc3c740aecf04b039ce2e4c448595 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20Revert "Don't return the error if unable to create the network namespace"Brad Bishop2-42/+0
This reverts commit 87497e8ebce78079ea5423ecb6080e82cfa36106. systemd-hostnamed no longer hangs without network namespace support: PrivateNetwork=yes is configured, but the kernel does not support network namespaces, ignoring. (From meta-phosphor rev: 3b6dd35154ba5e105ad1d4b65746711654ed34b0) Change-Id: I41b5e1ae952b8bc3bc07819d7ab7e0fffd3629c7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20Revert "Cherry-pick systemd mangle-escape patch"Brad Bishop3-174/+0
This reverts commit 8ef5fd21107625d7480346318cb858759e61ee66. The pull request referenced in the original commit was never merged into systemd. Support for properly using /sys/devices paths as template instances has been added to systemd in the meantime. It probably didn't/doesn't make sense to use device tree paths when launching applications via udev+system (applications to use /sys/devices paths instead). Given all these reasons, drop these two systemd patches. (From meta-phosphor rev: ee22593ddc009cda7aad28bf1311f1a26047fc97) Change-Id: Ic10e0abc8c112e7e6bd62bc346857cf4194dbe50 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20Create network folder under /run and /var/libRichard Marian Thomaiyar1-0/+3
In order to manage configuration files easily, creating network folder under /run and /var/lib folder. (From meta-phosphor rev: a836a86463fe47a9d890af147bab1f16e713a6fe) Change-Id: Idb7d964e0a1c6dec8dd792b8a2a6eee458a6947f Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20synclist: Only sync network configuration and uuidAdriana Kobylak1-8/+0
There's a scenario where the root password can be disabled, which would be synced as part of the synclist via the password/shadow files, and if a chip switch occurs, the BMC would be locked out because not all the app configuration files are synced to for example enable LDAP. To avoid issues, just sync the network configuration information so that if the BMC is setup with a static IP that the user still has easy access to it, the machine id (uuid) which is used by systemd on startup, and hostname. (From meta-phosphor rev: 803306ebc6565a052a7983a6a41566ec7b6fa2b5) Change-Id: Ic4387851434f23803032b920f391e925034dcbae Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20Add bitbake recipe for building phosphor-hostloggerArtem Senichev1-0/+38
(From meta-phosphor rev: 8135af993aadc15de2fdc289c5c9f8fe8ec52932) Change-Id: I5f8dec6493e0fddf46b48850109ae826908d8fc0 Signed-off-by: Artem Senichev <artemsen@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20phosphor-certificate-manager: Add new nslcd authority certificate serviceMarri Devender Rao2-0/+24
Added new service to install CA certificate To start/stop service use commands systemctl start phosphor-certificate-manager@authority.service systemctl status phosphor-certificate-manager@authority.service Tested: 2$ curl -c cjar -b cjar -k -H "Content-Type: application/octet-stream" -X PUT -T cert.pem https://$BMC_IP//xyz/openbmc_project/certs/authority/ldap { "data": null, "message": "200 OK", "status": "ok" } root@witherspoon-w5:/tmp# systemctl stop phosphor-certificate-manager@authority.service root@witherspoon-w5:/tmp# root@witherspoon-w5:/tmp# systemctl start phosphor-certificate-manager@authority.service root@witherspoon-w5:/tmp# (From meta-phosphor rev: 139b373080872a96f7c64dfdc46807ed993daff0) Change-Id: I993f1d7db13212f04022fd562ea058f389b26da9 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20Add phosphor-ldap-mapper to phosphor-ldap packageTom Joseph2-1/+17
phosphor-ldap-mapper application enables user to configure privilege mappings for LDAP groups. (From meta-phosphor rev: 70474377eae07d9e561c5cdcf267f18ba14e64de) Change-Id: Iac338a45f6be53727012e6883ef805ca9138231d Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20Add new LDAP config packageNagaraju Goruganti4-3/+27
Package app phosphor-ldap-conf. This app implements an API to update the LDAP config file i.e /etc/nslcd.conf. This commit also creates a file:/etc/nslcd.conf.default, which is to be restored as /etc/nslcd.conf when we disable LDAP configuration. (From meta-phosphor rev: 6d7f640d702b5853268bec58e8529516e7884493) Change-Id: I7183652732c2200b5cc0a644ddb179c8784eb0fb Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20phosphor-host-ipmid: srcrev bump ad359eb03b..18d772634aAndrew Geissler1-1/+1
Richard Marian Thomaiyar (1): Basic IPMI User Management Support Vernon Mauery (1): ipmid: use the default system bus Yong Li (1): Implement IPMI ACPI set/get commands (From meta-phosphor rev: 165493f64443c0eef41df279204905abde9c8fed) Change-Id: I5bc66003367c3c035cbddb82aca795c06354da76 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20phosphor-webui: srcrev bump 0ad2604b95..1c43b31276Andrew Geissler1-1/+1
Ed Tanous (1): phosphor-webui: Allow after login redirects (From meta-phosphor rev: ac89468fcf01004f032394eab9da13be112043bd) Change-Id: Ie63fd84299de668747a5d4f8d7e7fc528e504320 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20bmcweb: srcrev bump 771cfa0fb0..976596bcd8Andrew Geissler1-1/+1
Jason M. Bills (1): Add MessageArgs for Redfish messages from the Base registry Joseph Reynolds (1): Add README configuration section (From meta-phosphor rev: 8786d5feb694b4ea4f214d1099af9c7e6d6f6635) Change-Id: Ic5003e12932eef218083b75a774105ccb779e63f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-20phosphor-ipmi-blobs: srcrev bump 6c415c6701..e08863e3d7Andrew Geissler1-1/+1
Patrick Venture (1): drop explicit command entry (From meta-phosphor rev: 3b0729f83694772d6c75b8f0dee40dc76afb585f) Change-Id: I69668ce4b0a3dbba8281fe2483635ee11ae8427f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-19phosphor-fan-presence: srcrev bump 52fbe0d934..2c8e19883dAndrew Geissler1-1/+1
Matthew Barth (1): control: Add interface when not in service cache William A. Kennington III (1): control/zone: Fix missing cassert include (From meta-phosphor rev: 774f1b9bd857d36b68ec621002ce25eba28e0478) Change-Id: Ic1f94f9736bac98a409bef3a761a8f0d24bf4c40 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-19phosphor-net-ipmid: srcrev bump a65e30df5d..8977d12a4fAndrew Geissler1-1/+1
Vernon Mauery (7): netipmid: Add -flto to CXXFLAGS netipmid: Remove local timer class netipmid: add more files to .gitignore netipmid: use the default system bus netipmid: Remove unused argc/argv from main netipmid: make session a header-only situation netipmid: use libcrypto prng instead of insecure std::rand (From meta-phosphor rev: 7d121ee57ebbfe9cbee53830832ac52ccd4d1c88) Change-Id: I36ca467771c78e75f5594507785e0415dd90ba64 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-19entity-manager: srcrev bump d534f7433d..2d681f6fdeAndrew Geissler1-1/+1
Vijay Khemka (2): Add custom field to Fru area Add 16 bit addressing EEPROM handling (From meta-phosphor rev: 6e31a6edf15617bb976417f72a6b3287b326252f) Change-Id: I0cc8270d1b059e256974ad5823846e234ae61f72 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-19pam-ipmi: srcrev bump 388c061fb5..d0e324ab37Andrew Geissler1-1/+1
Patrick Venture (3): Add .gitignore file move .clang-format file into position fixup: do not assign immediately before reassigning (From meta-phosphor rev: 319c44312ec2ed48cd0843fdb6cc298f362e17e9) Change-Id: I0a832003a5ef25932241fcda7530237567193c60 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-19phosphor-debug-collector: srcrev bump 6916cec8e1..e57ee7623bAndrew Geissler1-1/+1
Artem Senichev (1): Add phosphor-hostlogger plugin to dreport (From meta-phosphor rev: 15e25988ccac74d987db9da136b587f424506e1d) Change-Id: I2a44f068d43ccaa569c7f518ba920bbc50e1abdd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-19phosphor-ipmi-ethstats: srcrev bump ee22bfb566..ddee9d0301Andrew Geissler1-1/+1
Patrick Venture (2): Use more specific ipmi error codes drop explicit command entry (From meta-phosphor rev: b8c6238b3febce9576603b5d712b79805eadef41) Change-Id: I81c4417b44316602b8afded8fc1aaa3b0dd64dd0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-19phosphor-certificate-manager: srcrev bump a1c5595675..feddcf2017Andrew Geissler1-1/+1
Jayanth Othayoth (2): Add support to upload CA certificate Replace std::bind with lambda expressions (From meta-phosphor rev: d59e4d1ec157a555fc3f9b1b5ece5c9219015173) Change-Id: Iec6f65df12e1ecd129bbda069f248971b8c9ed14 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-19phosphor-objmgr: srcrev bump 5935b1e351..af1aa756a1Andrew Geissler1-1/+1
Brad Bishop (1): maintainers: Update committers (From meta-phosphor rev: 5eb4ba06cbabd79d831c8aaf317f1b7e046305a5) Change-Id: Idfdda40e7bca99573b60dcc6edcba6a7020162f1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-19phosphor-ipmi-blobs: srcrev bump 45e428a2b2..6c415c6701Andrew Geissler1-1/+1
Patrick Venture (5): process: add IPMI error return mechanism and update errors bugfix: skip 0'd crc bytes on reply computation bugfix: flip library search logic bugfix: add -export-dynamic to Makefile linker flags bugfix: load handlers and use factory symbol (From meta-phosphor rev: c37df143fe977610b7e6ff0ed4aecb95041960aa) Change-Id: I664159ee560b73ae36a4235d190f59b342185e5d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-19phosphor-webui: srcrev bump bc5cc7f75c..0ad2604b95Andrew Geissler1-1/+1
Alexander Filippov (1): log-filter: remove tip for date format Gunnar Mills (1): Move to Bootstrap 4 Iftekharul Islam (1): Present number of sensors available (From meta-phosphor rev: 5d5b5b9be873351697b6b18243802d32a6af5c84) Change-Id: I54708697e77d55a25d7afa095ff59998b27a0890 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-19bmcweb: srcrev bump 162be7b8b8..771cfa0fb0Andrew Geissler1-1/+1
Jason M. Bills (6): Simplify Redfish error message property interface Use target_compile_definitions() for build flags Add helper functions to get data from the journal Add the Redfish message registries Change the BMC LogService to only display from the message registry Add automatic range-checking and type-casting for readJson (From meta-phosphor rev: 6cd4a39d8f451f46a881ac06bd2ecf1767c6b6c2) Change-Id: I28d29a9fb6053fb641da63585d3c43ea52f9f670 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-19phosphor-pid-control: srcrev bump ba3c8c1c15..fcdd85a4b8Andrew Geissler1-1/+1
James Feist (2): Allow multiple inputs to thermal and stepwise controllers dbusconfiguration: Fix and simplify zone calculation Patrick Venture (3): Move all floats to doubles pid: add helper methods for thermal controller types build: drop commented out line William A. Kennington III (1): std::variant: Fixup apply_visitor calls (From meta-phosphor rev: 8752919bea741e0104224a58f7ebae15d4827838) Change-Id: I749533c56e57b8b547c97501f71450a8ac08ec23 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-19phosphor-host-ipmid: srcrev bump b0431c7987..ad359eb03bAndrew Geissler1-1/+1
AppaRao Puli (1): Handling delete password entry from ipmi-pass James Feist (1): Add well-known name Jason M. Bills (1): Correct spelling of timestamp variable Patrick Venture (2): read_fru_data: use structured bindings in fru loop host-ipmid: add more ipmi error codes Richard Marian Thomaiyar (2): Add first user layer support. IPMI password entry cleanup William A. Kennington III (1): softoff: Convert to sdeventplus loop (From meta-phosphor rev: 3f86fdbcb022f10817ed15bdb953c5ce5d7eb477) Change-Id: I77c1a841b090b529fcdaa03c945f1156d038e940 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-15phosphor-webui: srcrev bump 1cc7021c9e..bc5cc7f75cAndrew Geissler1-1/+1
Gunnar Mills (1): Server Health: Check if logs are resolved James Feist (1): redfish: fix json format (From meta-phosphor rev: e40fef3c242a58f51e7621e9e48ac4fc87711ae0) Change-Id: Ief024124aedfc5cbf76cc6045c1b544a7a0bf7b3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-14phosphor-state-manager: srcrev bump acf54d089b..436f3b8815Andrew Geissler1-1/+1
William A. Kennington III (1): Include missing <cassert> (From meta-phosphor rev: 55a0e374534487920f8f5cf06774987ea8561685) Change-Id: I775aecc4a9a939f9d6748b2b34c810562372f0b1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-12phosphor-logging: srcrev bump f8d38bbebe..30047bf964Andrew Geissler1-1/+1
Patrick Venture (1): minor cleanup, std namespacing (From meta-phosphor rev: b3f7b53f394f0f61795c6d111841d50189087239) Change-Id: I53cb095daca58b2b6358d32aca815fa111562ccf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-11entity-manager: srcrev bump 8ca708689f..d534f7433dAndrew Geissler1-1/+1
Yong Li (1): Change the service type from oneshot to simple (From meta-phosphor rev: 2488324bdc9a236802b976314de7e7dc2e2c15b9) Change-Id: If68df293d497116281bd01e2700b50904a676982 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-10meta-phosphor: ipmi-host: add sdeventplus dependencyPatrick Venture1-0/+1
Add dependency on sdeventplus to allow transition to using this library. (From meta-phosphor rev: 12a94a8a83ee656c216ccd92e061b72c29611a43) Change-Id: Id6cde22d7cec440c716d7e536b56557e65e33a4c Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-10ipmi-fru-parser: srcrev bump 355c561df2..1816ff30cfAndrew Geissler1-1/+1
Patrick Venture (1): IPMIFruArea: Add doxygen to class (From meta-phosphor rev: 40ef91e1baca38aca95ff2404f5acdcfbfd42fe6) Change-Id: I6a88ff423ba2e8f4feef88662104400e342d784a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-10phosphor-ipmi-blobs: srcrev bump df53de1f72..45e428a2b2Andrew Geissler1-1/+1
Patrick Venture (2): build: cleanup Makefile build: Add -flto to CXXFLAGS (From meta-phosphor rev: 0fed52dba7ebc8453370a8fc7ac6bb5e6fde5af9) Change-Id: I425b5b5bea829bfd2389f4513f56d26bdbd05a23 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-10phosphor-pid-control: srcrev bump 4b50106d75..ba3c8c1c15Andrew Geissler1-1/+1
Patrick Venture (2): build: Add -flto to CXXFLAGS build: cleanup Makefile (From meta-phosphor rev: 290dd2d077c83fab54ebd78fa4c0cd43824cf9df) Change-Id: I45111938ca0345c65bdb3af88085afed71250fef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-10phosphor-ipmi-ethstats: srcrev bump d26fff4ecd..ee22bfb566Andrew Geissler1-1/+1
Patrick Venture (2): build: drop non-configured non-dependencies build: Add -flto to CXXFLAGS (From meta-phosphor rev: d3091554a2ee1b85f1aeed706ab2bf1f8ba18676) Change-Id: If494826a77986074745a619a75c576eae3652c96 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-09meta-phosphor: master refresh c9d91120a2..1795f38b6fBrad Bishop6-4/+33
Update meta-phosphor to master HEAD. Adriana Kobylak (2): rsyslog-policy: Add rsyslog-override.conf Move remote logging features to their own category Brad Bishop (2): phosphor: rsyslog: remove obmc-phosphor-license phosphor: mrw-api: fetch all of serverwiz Change-Id: Ic342bda5d19272b2806f65c7082189d4a79c69d8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-09phosphor-net-ipmid: srcrev bump 9e801a2b5b..a65e30df5dAndrew Geissler1-1/+1
Patrick Venture (1): style: cppcheck cleanup Vernon Mauery (3): netipmid: use std::shared_ptr instead of weak_ptr/lock netipmid: use system path include style netipmid: use std variant interface (From meta-phosphor rev: c9d91120a2c85667ba1e577a8170ccc09c9f8256) Change-Id: I9ac006998cb056abef28c7c587d60109693707f7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-09meta-phosphor: drop obmc-phosphor-license.bbclassPatrick Venture1-4/+0
Drop obmc-phosphor-license.bbclass as it is no longer used. (From meta-phosphor rev: 09031de01222bf29551bf6f639e6b09b4c98b74d) Change-Id: I31d546c96264f2b1784e313383a30b6f64ad644a Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-09jsnbd: Add config.json fileAdriana Kobylak1-0/+7
The nbd-proxy app expects a config.json file installed in /etc/nbd-proxy/, use the default file provided in the repo. This file can be overridden by creating a new file in a meta layer, then adding the following lines to a jsnbd_%.bbappend: FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" SRC_URI += "file://config.json" NBD_PROXY_CONFIG_JSON = "${WORKDIR}/config.json" Tested: Verified the default file is installed in the image and that the nbd-proxy app finds it. Also checked that the file can be overridden with a bbappend. (From meta-phosphor rev: 88a54abe79d9dd5c9fd3df66bf48b3d0ce1a4f12) Change-Id: I92b1e69453f7b945b9bee2953625218b13a96dc8 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-08phosphor-net-ipmid: srcrev bump f6110552bd..9e801a2b5bAndrew Geissler1-1/+1
Vernon Mauery (1): netipmid: apply clang-format rules (From meta-phosphor rev: 29d5995b57baef57d81da9122f09df581d5b9edd) Change-Id: Ica352db4f9ef1fe635e3cd5999b2a245127d2e8b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-08phosphor-ipmi-blobs: srcrev bump e50d4e4aa5..df53de1f72Andrew Geissler1-1/+1
Patrick Venture (1): main: s/blobs-ipmid/blob-ipmid/ for library path (From meta-phosphor rev: 9d14cd386480d3c0bfc3096bf4fa6d463ee5377f) Change-Id: I81f96f1d99a22840a4fee538658faae3389d94ac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-08meta-phosphor: mrw-native: set LICENSE fieldPatrick Venture1-1/+5
Set LICENSE field explicitly. (From meta-phosphor rev: 8e7b7fe34c43e59cf0096839057ec8116cc3506c) Change-Id: I77632c98516a9c709f693a4d8319e31f15e2acf9 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-08meta-phosphor: config-in-skeleton.bbclass: drop inherit licensePatrick Venture1-3/+2
Drop inheriting license from obmc-phosphor-license. The LICENSE value is now provided by skeleton-rev, which also provides the SRC_URI. (From meta-phosphor rev: 8861866cc9e34d74d4a07166b0787890ff43d0ae) Change-Id: I20554471036568bec5bd2cf2fa8d6726e96e14e7 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-08meta-phosphor: skeleton.bbclass: drop inherit licensePatrick Venture1-1/+0
Drop inheriting license from obmc-phosphor-license. The LICENSE value is now provided by skeleton-rev, which also provides the SRC_URI. (From meta-phosphor rev: af9fb7c38e674ffd0bf275733e2d7596c87393d0) Change-Id: I1b73e67c52f1ac671915ed3f7b33965561d64457 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-08meta-phosphor: skeleton-rev.bbclass: set LICENSE fieldPatrick Venture1-0/+2
Set LICENSE field explicitly. (From meta-phosphor rev: d5d43d08f6d45d62d1f7925462855e0a32f05e46) Change-Id: I6e9c1ffb3248a319704f34d251d0619f94069d13 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-08meta-phosphor: obmc-phosphor-py-daemon.bbclass: drop inherit licensePatrick Venture1-1/+0
Drop inherit license. The LICENSE field is set by each of the three recipes that inherited obmc-phosphor-pydbus-service, which was the only class inheriting obmc-phosphor-py-daemon. (From meta-phosphor rev: 84ed33beb68d6f836579660badd662d5724355dc) Change-Id: Ia80c5909f182be9779ef778ef6ce8ebff06ceef6 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-08phosphor-fan-presence: srcrev bump 8ce4b5f55a..52fbe0d934Andrew Geissler1-1/+1
William A. Kennington III (1): Fix std::variant usage (From meta-phosphor rev: b65f6487ade6fbd771df6ee59602236455f1384a) Change-Id: Ib6c94c3177bcbd0ed3e01bdc003b6f3b1c4d81e0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>