summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
Commit message (Collapse)AuthorAgeFilesLines
* [Subtree] Removing import-layers directoryDave Cobbley2018-08-221-8/+8
| | | | | | | | | As part of the move to subtrees, need to bring all the import layers content to the top level. Change-Id: I4a163d10898cbc6e11c27f776f60e1a470049d8f Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* sdeventplus: Add packageWilliam A. Kennington III2018-08-231-0/+24
| | | | | | | | | | This adds the initial recipe for the sdeventplus package. Tested: Package builds successfully and the output looks correct. Change-Id: I506955205dc9bcfe75a83b76442f4857c74b99bb Signed-off-by: William A. Kennington III <wak@google.com>
* phosphor-pid-control.bb: bump versionAndrew Geissler2018-08-221-1/+1
| | | | | Change-Id: I10692dea155377dcd8558ae57e69948e6995ded0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
* sdbusplus.bb: bump versionAndrew Geissler2018-08-221-1/+1
| | | | | Change-Id: I849e03f2334a8602e05058669158083ad158104f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-webui.bb: bump versionAndrew Geissler2018-08-221-1/+1
| | | | | Change-Id: I1c709f716bec80bed0c4dc5b16fa70c809c8cc64 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* inarp.bb: bump versionAndrew Geissler2018-08-221-1/+1
| | | | | Change-Id: I3aa64d678759bcba72bfc093f88d07c5a6bb91ae Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-gpio-monitor.bb: bump versionAndrew Geissler2018-08-221-1/+1
| | | | | Change-Id: I6622c666a193d8c17b88027d88790fda88e33b96 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-pid-control.bb: bump versionAndrew Geissler2018-08-211-1/+1
| | | | | Change-Id: I7ab76637af5a601b92f3fbcd31f5c39af49f6f0d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor: Remove 'pflash -i' serviceJoel Stanley2018-08-212-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Once upon a time this service was added to initalise the host flash before starting the host firmware, otherwise some systems would not boot. > commit 14f965d8dc806d710218de18357ba7f106484a8e > Author: Andrew Geissler <andrewg@us.ibm.com> > Date: Thu May 11 09:54:04 2017 -0500 > > PNOR init workaround for P8 based systems > > The PNOR chip requires an init to be done to it prior > to starting the host. This is a temporary fix to this > issue until we get the mboxd function ported to P8. Ever since e7b0fd568ae2 ("Switch userspace to use MTD access by default", October 2017) running pflash hs not done this, as it access the flash through the kernel mtd interface. A machine could chose use mboxd and the mbox protocol on P8 but it is not required to fix this issue. Change-Id: I5c2400063bf776018ef60f2642fb2629c96af0a7 Resolves: openbmc/openbmc#1598 Signed-off-by: Joel Stanley <joel@jms.id.au>
* remove use of meta-virtualizationBrad Bishop2018-08-215-59/+0
| | | | | | | | | | | | | | | Remove meta-virtualization from any bblayer.conf.samples. It was originally added for the python-pyyaml and python-gevent recipes but better maintained versions of these recipes are provided by meta-python. Before this can be done the python-gevent bbappend in the phosphor layer must be removed. The version scope was wildcarded to any version but the patches don't apply to python-gevent_1.2.2, which becomes the default from meta-python when meta-virt is removed. Drop the bbappend. Change-Id: I6658a163460e3c8e63dc7371ffff803a7b6915b5 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bmcweb.bb: bump versionAndrew Geissler2018-08-201-1/+1
| | | | | Change-Id: Icf5868a967bc55e5d45a8b58c80bfb6a1aaf96bd Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-webui.bb: bump versionAndrew Geissler2018-08-201-1/+1
| | | | | Change-Id: Id24b1c26d0e91172285f745926d6b0ff538d37f0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-software-manager.inc: bump versionAndrew Geissler2018-08-201-1/+1
| | | | | Change-Id: Ia57c246400656cee580f8fd5f249a05ad44c2715 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* obmc-init: Add factory reset supportLei YU2018-08-201-3/+17
| | | | | | | | | | | | | | | | | In obmc-init.sh, there is "clean-rwfs-filesystem" that clean the rwfs during boot, but it backs up the files in whitelist, so it is not a *real* factory reset. Add a new "factory-reset" option, and when it exists, erase the rwfs without restoring files in whitelist. Tested: Set openbmconce=factory-reset in u-boot env, and verify the rwfs is erased during boot without restore; Set openbmconce=clean-rwfs-filesystem in u-boot env, and verify that rwfs is erased with whitelist restored. Change-Id: Ifdc76da46fe273e9c942f30444173e51f8106fcc Signed-off-by: Lei YU <mine260309@gmail.com>
* phosphor-snmp_git.bb: bump versionAndrew Geissler2018-08-171-1/+1
| | | | | Change-Id: Ibbb72012ce64021300413fa4de7f591eb8ae69a0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-webui.bb: bump versionAndrew Geissler2018-08-161-1/+1
| | | | | Change-Id: Ia9b517ccea96d32d65f38eeb38cd132a3023ab66 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Use ColdFire FSI interface on Palmetto (P8)Joel Stanley2018-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Moves Palmetto to use the kernel API, and the ColdFire master driver. This change bumps the kernel (with device tree changes) and the skeleton repository for a corresponding op-hostctl (host_control.exe) change. Palmetto is the only system in the tree using this code. Any out of tree systems (such as other P8s) must switch to using the kernel interface as well. Skeleton changes: Joel Stanley (1): hostctl: Move to kernel FSI interface Linux changes: Benjamin Herrenschmidt (2): ARM: dts: aspeed: Add Power8 CFAM description for use by Palmetto ARM: dts: aspeed: Palmetto system can use coprocessor for FSI Change-Id: I43aada22c9d7b21dc24bd5aae3c4dcb77bdaaa8f Signed-off-by: Joel Stanley <joel@jms.id.au>
* phosphor-host-postd.inc: bump versionAndrew Geissler2018-08-161-1/+1
| | | | | Change-Id: I3e4f730965d0c9ec8743c91b40891310fdad0890 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-webui.bb: bump versionAndrew Geissler2018-08-161-1/+1
| | | | | Change-Id: I7ff2e1c95a00c9c5dc62427aca3fe0f1bdf1aa30 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* bmcweb.bb: bump versionAndrew Geissler2018-08-151-1/+1
| | | | | Change-Id: I6f8fca9d7922386a91129a54c9f028d91929a048 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* bmcweb.bb: bump versionAndrew Geissler2018-08-141-1/+1
| | | | | Change-Id: Icb33325493b1bd3dd4f4faf4313cc6918afeceff Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* bmcweb.bb: bump versionAndrew Geissler2018-08-141-1/+1
| | | | | Change-Id: I155c11daa55d454be4eb615d39f907563184c5df Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-software-manager.inc: bump versionAndrew Geissler2018-08-131-1/+1
| | | | | Change-Id: Ibd1e9079fb4a20326f64888e2aa49190262ed9c5 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* bmcweb.bb: bump versionAndrew Geissler2018-08-131-1/+1
| | | | | Change-Id: I715fa2b0e223986143cba7648e46bcd35eb5dc1f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-networkd-rev.bbclass: bump versionAndrew Geissler2018-08-131-1/+1
| | | | | Change-Id: I5a9f2d8a7fdc37fe65d9bd3408162fb5f88db372 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-webui.bb: bump versionAndrew Geissler2018-08-101-1/+1
| | | | | Change-Id: I2a6176fd7dcdb89c94f3e2bc9982143a69882562 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-host-postd.inc: bump versionAndrew Geissler2018-08-101-1/+1
| | | | | Change-Id: I9dfe7bd38124eb50949a8bae661f6d99c94ce276 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-logging.bb: bump versionAndrew Geissler2018-08-101-1/+1
| | | | | Change-Id: Ibee2586ecd5fc5ede67f5707c587c04e8f77f017 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-ipmi-host.inc: bump versionAndrew Geissler2018-08-101-1/+1
| | | | | Change-Id: I89305d24643ceb31722b7cfbdaac838700444c48 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* bmcweb.bb: bump versionAndrew Geissler2018-08-101-1/+1
| | | | | Change-Id: I098cd6c6019b1db60d34fcd5a7ad5e645e0e60c9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-pid-control: enable OEM IPMI handlerPatrick Venture2018-08-091-7/+6
| | | | | | | | Enables installing the OEM IPMI handler for phosphor-pid-control that allows setting it in manual mode, or checking if it's in fail-sade mode. Change-Id: I4e4f31977aa30ae8ef245f78ece02518ec015aca Signed-off-by: Patrick Venture <venture@google.com>
* phosphor-snmp_git.bb: bump versionAndrew Geissler2018-08-091-1/+1
| | | | | Change-Id: If036922bfabbedc7359bcdde4992122b431cb195 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-ipmi-host.inc: bump versionAndrew Geissler2018-08-081-1/+1
| | | | | Change-Id: I665bb97261523cc04253ea0f88cfcc0257d76602 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-ipmi-host.inc: bump versionAndrew Geissler2018-08-081-1/+1
| | | | | Change-Id: Ic7ce9c574b443e295951bcfe5d484a3e56b910da Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* rename libapphandler.so to libipmi20.soVernon Mauery2018-08-081-2/+2
| | | | | | | | | | this is the bitbake portion of the renaming of libapphandler to libipmi20. The shared object contains much more than just app commands, so it should be named something more generic. Change-Id: I8e89252a32cb0a331bf31fccf0cff525bca556b0 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> (cherry picked from commit 06e58138a8ddaed752e401383e3c326791f59cfd)
* phosphor-snmp_git.bb: bump versionAndrew Geissler2018-08-081-1/+1
| | | | | Change-Id: Id5b1ace9f039ca40ad15c46bc5e19415f6a0a3d6 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Add recipe for phosphor-snmpRatan Gupta2018-08-083-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Phosphor-snmp provides the D-Bus service named network-snmp-conf which is used to configure the snmp manager details. Phosphor-snmp also provides the lib which is used by the client to send the snmp trap. Phosphor-snmp uses the net-snmp libs to send the trap. net-snmp provides the following packages net-snmp-libs,net-snmp-server, net-snmp-client, net-snmp-server-snmpd-netsnmp-server-snmptrapd. To send a trap we are interested only in the net-snmp-libs. By default the net-snmp-libs is having the code enabled for server sepcific functions which makes the libs heavy. This commit adds the recipe for phosphor-snmp and the service file for D-Bus service(network-snmp-conf) and disables those features from net-snmp which are specfic for MIB parsing,snmpd and snmptrapd. However this features may be required if we start using the snmp agent functionality. Change-Id: I6ff36fcd378db2f506b0621569693d66d7de79e9 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* phosphor-reboot-host: Use environment file for sleepLei YU2018-08-083-2/+4
| | | | | | | | | | | | By default phosphor-reboot-host@.service sleeps for 5 seconds between power off and power on. Make the sleep time as configurable parameter in environment, so different machines could use different sleep time. Tested: Verify the sleep time is from the config file. Change-Id: I81d17e56010fe595dd46295923746f8678678209 Signed-off-by: Lei YU <mine260309@gmail.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-08-081-1/+1
| | | | | Change-Id: I371409c5c223cb123a65d7167cb859b36bb8c35a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* cf-fsi-firmware: Update to v4Joel Stanley2018-08-071-2/+2
| | | | | | | | The latest version uses a unified firmware binary, so we can use the one binary on all machines. Change-Id: I59525c9203a491ac786a5199e457c1847a4ae0e0 Signed-off-by: Joel Stanley <joel@jms.id.au>
* phosphor-state-manager.bb: bump versionAndrew Geissler2018-08-071-1/+1
| | | | | Change-Id: I76c0bd2e79acf887fd19a1dfb83ebc597722fcfb Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* bmcweb.bb: bump versionAndrew Geissler2018-08-071-1/+1
| | | | | Change-Id: I26aa6db20d2032501038d4b41da3d7ca65dbba52 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-ipmi-host.inc: bump versionAndrew Geissler2018-08-071-1/+1
| | | | | Change-Id: I2190f8bd315410a76f4e3dc5d3fddcd40d3eda5e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-webui.bb: bump versionAndrew Geissler2018-08-071-1/+1
| | | | | Change-Id: I8828d1bf4a176a5396ef70b75b93bb1bb23993f9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* sdbusplus.bb: bump versionAndrew Geissler2018-08-061-1/+1
| | | | | Change-Id: I4330e0403c31b9346cdec409bbe8ca5a32981a8b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* bmcweb.bb: bump versionAndrew Geissler2018-08-061-1/+1
| | | | | Change-Id: I4ac2be6ab56241eb4e662c773bfaf290534dbcac Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Fix license md5James Feist2018-08-061-1/+1
| | | | | | | When building md5 doesn't match. Change-Id: If62d914ea0aea7ad64b984117722efae090f7a09 Signed-off-by: James Feist <james.feist@linux.intel.com>
* whitelist: Add new phosphor settings directoriesAdriana Kobylak2018-08-061-0/+3
| | | | | | | | | | | | | | | | | | The phosphor settings properties used to be stored under /var/lib/obmc/ but they have moved to /var/lib/phosphor-* directories. Update the code update whitelist to include these directories so that the settings properties and inventory are preserved across code updates. Closes openbmc/openbmc#3346 Tested: On Zaius, a PrepareForUpdate and an Apply preserve the settings. Change-Id: I4e528f90128e11af7d40537dceb2f9dd1db6cf73 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* phosphor-pid-control.bb: bump versionAndrew Geissler2018-08-061-1/+1
| | | | | Change-Id: I62224749ad1b62df2d3b3b17de5f09f142115846 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-dbus-interfaces.bb: bump versionAndrew Geissler2018-08-051-1/+1
| | | | | Change-Id: I028bdea76824a51f11c5e317344d4a6c907e6d3d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
OpenPOWER on IntegriCloud