summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
Commit message (Collapse)AuthorAgeFilesLines
* ipmi: Add virtual/phosphor-ipmi-fru-inventoryBrad Bishop2017-02-025-0/+59
| | | | | | | | | | | | | This virtual provides a configuration file that describes the IPMI inventory implementation details to ipmi-fru-parser. Add a recipe that provides the sample that comes with ipmi-fru-parser. Add a recipe that generates the file from an MRW. Change-Id: I331fec22fb603146cbe6b2d57256a2b29adce46b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi: Add virtual/phosphor-ipmi-fru-hostfw-configBrad Bishop2017-02-023-0/+29
| | | | | | | | | | | | | | | | | This virtual provides a configuration file that describes host firmware implementation details to ipmi-fru-parser. Add a recipe that provides the sample that comes with ipmi-fru-parser. Add a recipe for Hostboot on OpenPower systems. Set the default provider to the example. Set the default on OpenPOWER systems to the hostboot recipe. Change-Id: Iff56c5c0c2ea8aec7ecaa5a5d981da6f88a894f2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* utils: Shuffle [cf|mf|df]_enabled argumentsBrad Bishop2017-02-024-25/+25
| | | | | | | | Reorder the arguments to these functions so that an optional falsevalue can be provided. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I7eff61064d05d7f0983e404f2c67306ed12a237b
* phosphor-led-manager.inc: bump versionPatrick Williams2017-02-021-1/+1
| | | | | Change-Id: I542662ad1d41fb22b7d100a7054c9148a9e3d5ed Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-inventory-manager.inc: bump versionPatrick Williams2017-02-011-1/+1
| | | | | Change-Id: Ic94e65a2f4f322a56c11443da7e2b40539bf5979 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* openpower-p9: Add delay in a reboot so mbox-reload can runMatt Spinler2017-02-021-0/+39
| | | | | | | | | | A quick fix to ensure that mbox-reload.service has a chance to run after the power off and before the power on during a reboot. An upcoming refactoring will remove the need for this patch. Change-Id: Ieee0573e9bd4dec518361da9244d95a27357abd3 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Move dbus-perms to dbus directoryBrad Bishop2017-02-012-0/+0
| | | | | Change-Id: I7a262fb6b9b030f91c22a66e64cddaf7de753f6e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-state-manager.bb: bump versionPatrick Williams2017-02-011-1/+1
| | | | | Change-Id: I4c03121b3989743e627d59efa9fc9fba49d0ed45 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* IPMI: Update versions on all packages.Patrick Williams2017-02-013-3/+3
| | | | | | | | | | openpower-ipmi-oem.bb: bump version phosphor-ipmi-fru.inc: bump version phosphor-ipmi-host.bb: bump version phosphor-net-ipmid.bb: bump version Change-Id: I565647887f0a8eefceeb0fd6e57372aab02b1b92 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Create symlink for IPMI Provider librariesTom Joseph2017-02-013-2/+52
| | | | | | | | | | The IPMI provider libraries are installed into /usr/lib/ipmid-providers. If the provider library is applicable for host-ipmid channel then soft link is created to /usr/lib/host-ipmid. In this way the soft links are created for the provider library to the corresponding directory. Change-Id: I586bc830efd2b1d1ff1941181d1aa8d9a400f628 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Move MBX reset into new obmc-power-chassis targetsAndrew Geissler2017-02-012-3/+3
| | | | | Change-Id: I2ad5a9a9613b4d390496d0bd6c88e9b4aaacfdef Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Make chassis start/stop depend on chassis power on/offAndrew Geissler2017-02-0111-23/+23
| | | | | Change-Id: I5e4a0da68bfcebb12f3ac4161e63c145f9f73b0a Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Move chassis power on/off services into new targetsAndrew Geissler2017-02-012-7/+29
| | | | | Change-Id: I42049c092e4a852b94b6d3f96b9dea3884c21333 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Add chassis power off and on targetsAndrew Geissler2017-02-012-0/+16
| | | | | | | | These targets will allow the user to power on/off the chassis without booting the host Change-Id: I3f75a7b7827224467703bfb8c305cbb43fb83547 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* busybox: default ls color output, less search and truncateXo Wang2017-02-011-0/+3
| | | | | | | | | | | | | Add features to busybox configuration: - default color output for ls. ls still disables color for non-tty files - support for less search (with slash /) - support for less -S (truncate lines instead of wrapping) Notably, this makes journalctl --no-pager | less -S much more usable. ls colors were because I saw petitboot's busybox had them enabled. Signed-off-by: Xo Wang <xow@google.com> Change-Id: I11870a26c90d8d38f6d172906f2ea407af45e2c7
* phosphor-inventory-manager.inc: bump versionPatrick Williams2017-02-011-1/+1
| | | | | Change-Id: I3769d5b1a1d1d8329e90487cb2429f4a525db1b0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Initial recipe for FFDC tarball scriptMichael Tritz2017-02-011-0/+22
| | | | | | | | Delivers a command line tool for collection of debug data. Change-Id: I37862b2b100e7fb3445447bd1a7ebc5884813eec Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
* phosphor-inventory-manager.inc: bump versionPatrick Williams2017-02-011-1/+1
| | | | | Change-Id: I365d212239b850fb8c3252b89c737b1e9214941b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-hwmon.bb: bump versionPatrick Williams2017-01-311-1/+1
| | | | | Change-Id: I304667fddbb3c6e6170cc861091005e9d16ef466 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-01-311-1/+1
| | | | | Change-Id: I9c4fc86e5df78e646bc7841ded2a271ba0835ae7 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Modify the net-ipmid recipe to support systemd socket activationTom Joseph2017-01-312-1/+10
| | | | | | | Resolves openbmc/openbmc#914 Change-Id: I5cb697cbc3b7a33188abe392bef2202b84bcef0c Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Add recipe for phosphor-net-ipmid repositoryTom Joseph2017-01-315-0/+37
| | | | | | | Resolves openbmc/openbmc#430 Change-Id: Id958eab2822858fe6241830791380af1a9fc1052 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* phosphor-state-manager.bb: bump versionPatrick Williams2017-01-311-1/+1
| | | | | Change-Id: Idef8b9a78157484cfdcf10055856557c199e0376 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-state-manager: dep on phosphor-dbus-interfacesPatrick Williams2017-01-311-3/+4
| | | | | Change-Id: Iff377fba5a7aeee43cfbd75d21eff05a13285fa8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-dbus-interfaces: initial recipePatrick Williams2017-01-311-0/+17
| | | | | Change-Id: I176a16dad346877ed085472baac7a233f0a772e0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* mrw-rev.bbclass: bump versionPatrick Williams2017-01-311-1/+1
| | | | | Change-Id: I370fcfb82801503ab49a6d62eb92524320997c3c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* obmc-console.bb: bump versionPatrick Williams2017-01-311-1/+1
| | | | | Change-Id: I2410820c5e4f520cbd6522341e767b277d634f7e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Alphabetize listsBrad Bishop2017-01-312-46/+47
| | | | | Change-Id: I068940d3f400cae26d94dff7f5b29bd596c2a6f6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add recipe files to Auto generate led manager configuration filesVishwanatha Subbanna2017-01-315-6/+64
| | | | | Change-Id: Idb60e5fa12ef6114eccabada85920aae2f0a3a1b Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Add block read support to i2cgetMatt Spinler2017-01-312-1/+162
| | | | | | | | | Use patch from https://patchwork.ozlabs.org/patch/622104/. Resolves openbmc/openbmc#952 Change-Id: I7cda95f997be863b2fff0b6a5911d9f433b58c6c Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* sdbusplus.bb: bump versionPatrick Williams2017-01-311-1/+1
| | | | | Change-Id: I504392f209627a0900d7be529a73dc396d5bb246 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-mapper.bb: bump versionPatrick Williams2017-01-301-1/+1
| | | | | Change-Id: I010274143cc7d40776afb6e077c3c92a00fd3176 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-01-301-1/+1
| | | | | Change-Id: I696b019f8f8be71b3138d31ff6306d539e15755e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-led-manager.bb: bump versionPatrick Williams2017-01-301-1/+1
| | | | | Change-Id: I003d03641df2afe2ee5aa472a917165b48bba6f9 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-inventory-manager.inc: bump versionPatrick Williams2017-01-301-1/+1
| | | | | Change-Id: I7cc4653489a5ba5ab99d8e077e3465b6194a726b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* mrw-rev.bbclass: bump versionPatrick Williams2017-01-301-1/+1
| | | | | Change-Id: Icf21f5712da81d6203c19c6f1885e221ad4082d0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Move slpd-lite to interfaces directoryBrad Bishop2017-01-272-0/+0
| | | | | Change-Id: I1bfaf82547241269dca105e3df3f978a8540d415 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* hwmon: whitespace fixesBrad Bishop2017-01-271-2/+2
| | | | | Change-Id: I6e8555f440e324e25e567ebc6d2344cfc2f3849d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* mboxd.bb: bump versionPatrick Williams2017-01-271-1/+1
| | | | | Change-Id: I69611a199e7722346d7f8fb8b0ea1bf2ed507695 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Incorporate new phosphor-bmc-state-manager into appropriate imageJosh King2017-01-275-0/+26
| | | | | Change-Id: I4c013d98e03703b1328d85ae00cebb8500ffa205 Signed-off-by: Josh King <jdking@us.ibm.com>
* phosphor-state-manager.bb: bump versionPatrick Williams2017-01-261-1/+1
| | | | | Change-Id: Ibc863c85c66d9d61e087d949e07b2a1cfb56de75 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-inventory-manager.inc: bump versionPatrick Williams2017-01-271-1/+1
| | | | | Change-Id: I7f3bfdecd5087374dc8a3dbdd35ad6a9a1c428c4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-mapper.bb: bump versionPatrick Williams2017-01-271-1/+1
| | | | | Change-Id: Ic0f19bf67f757da91ab40a084f5a36d21dd85a29 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Rename phosphor-time-manager to datetimeBrad Bishop2017-01-262-0/+0
| | | | | | | | | These directories: - Should not have a phosphor prefix. - Are groups of recipes organized by topic, not single applications. Change-Id: I637f5710fee04872205c5dc555d81c08d8a076cb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Moved phosphor-led-foo to the leds folderBrad Bishop2017-01-263-0/+0
| | | | | | | | There is already a folder for led related recipes. Change-Id: Ic137555b04786844831ec9ff08f3b0488d111293 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Start obmc-console-server with its configuration fileXo Wang2017-01-261-1/+1
| | | | | | | | | | | obmc-console-server runs on defaults unless given a '--config' option. The console configuration file was already included in the recipe source and installed to the image, but not specified in the invocation. Fixes openbmc/openbmc#937. Signed-off-by: Xo Wang <xow@google.com> Change-Id: Ib2eee6d02a5bb407ae525d67ae0a8d3ff2cde7d9
* Add sysconfdir to default systemd service substitutionsXo Wang2017-01-261-0/+1
| | | | | | | | | This could be specified as a custom substition by recipes that use it, but like bindir, sbindir, and envfiledir, it seems common enough that it should be a default substitution. Signed-off-by: Xo Wang <xow@google.com> Change-Id: I827aad06ca8401a22554b87499ba7f33470f438d
* mboxd.bb: Remove needless protocol directivePatrick Williams2017-01-261-1/+1
| | | | | Change-Id: Ie95402d1118fca1d6221d7ecd71a866c0b71cd60 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Put Conflicts in correct location for op-stop-hostAndrew Geissler2017-01-251-1/+1
| | | | | | | Resolves openbmc/openbmc#1002 Change-Id: Iab57b81f3e65572d09aa126ef4be37460ff9d984 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* mboxd: Also depend on /dev/aspeed-lpc-ctrlAndrew Jeffery2017-01-253-0/+5
| | | | | | | | mboxd opens both /dev/aspeed-mbox and /dev/aspeed-lpc-ctrl devices, so make sure we depend on both being available prior to service launch. Change-Id: I388a41b6209b9156e7d7780565d1ed6af483b0a7 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
OpenPOWER on IntegriCloud