summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
Commit message (Collapse)AuthorAgeFilesLines
* Increase mboxd sleep to 45sAndrew Geissler2017-03-301-1/+1
| | | | | | | | Seeing intermittent issues with the hostboot SBE update path. See openbmc/openbmc#1045. Change-Id: I57d583658d0ad2557a9b370a99ed91fec6f963fb Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* phosphor-ipmi-fru: rename the bb fileRatan Gupta2017-03-305-5/+5
| | | | | | | | | Rename the phosphor-ipmi-fru-properties-example-native to phosphor-ipmi-fru-properties-native. Rename the generated out.yaml to extra-properties.yaml. Change-Id: Id6fc1c6c5d30f58f7dd83305181d2b0372b2fb33 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* phosphor-logging: set config flagDeepak Kodihalli2017-03-301-2/+6
| | | | | | | | Set config flag 'enable-metadata-processing', to indicate that error metadata handlers should be compiled. Change-Id: Ica7cd6bdfcf6cb88c672a504593f20a5fddb7ca4 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-03-301-1/+1
| | | | | Change-Id: I08787f145b7e96043fb044ff9f215c55d9333956 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* pyphosphor.bb: bump versionPatrick Williams2017-03-301-1/+1
| | | | | Change-Id: I56b1eeef8e943868ae39cf54c060701d5fb8caa1 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-hwmon.bb: bump versionPatrick Williams2017-03-301-1/+1
| | | | | Change-Id: If7b93506097a9cb49d407e368977fc147a8d5a1e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-03-291-1/+1
| | | | | Change-Id: Ia571003594242b442bd6b1cbf81e2d6954075b43 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-291-1/+1
| | | | | Change-Id: I51423a8daf73494ea62458c91fb69d37d423dd3c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-software-manager.bb: bump versionPatrick Williams2017-03-291-1/+1
| | | | | Change-Id: I7579e2ae1ee3354ca6ad0e030bf554a1dc72342f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-host.bb: bump versionPatrick Williams2017-03-291-1/+1
| | | | | Change-Id: I387cce1b32d42986a9a13e46d95f6a8bdd9b5052 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* pyphosphor.bb: bump versionPatrick Williams2017-03-291-1/+1
| | | | | Change-Id: I736d64b864cf11297349478b100fd28795a46fd1 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-03-291-1/+1
| | | | | Change-Id: I701bebd5622f63d916599df4799e146250ad250d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-led-manager.inc: bump versionPatrick Williams2017-03-291-1/+1
| | | | | Change-Id: I0d0caa5fcf4e67a80eed34f430649d090a17847e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-hwmon-config-mrw: avoid relative path in recipeMatt Spinler2017-03-292-6/+10
| | | | | | | | This path can be different on different build systems. Instead, use WORKDIR as the path. Change-Id: I11f91087c62174e1f700c7c7d7d4618a4c0b47df Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* binutils: allow build on RHEL6Patrick Williams2017-03-295-0/+213
| | | | | | | | | | | | | | | | | | The gcc in RHEL6 does not support a compiler warning enabled by binutils. The 'target' compiler generated by Yocto does. When cross-compiling or creating the SDK, binutils autoconf detects that the cross-compiler for the 'target' supports this and then enables it for both 'target' and 'host' compile invocations. Since we do not care about compile warnings of a fundamental package like binutils, disable it via patch. See openbmc/openbmc#1407 to track removal. Change-Id: I006ec35fe5b9d67ef4752b66e703f2fd79b46714 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* meta-phosphor: disable 'uninative' for RHEL6 supportPatrick Williams2017-03-292-0/+11
| | | | | | | | | | | | The uninative stub from Yocto-2.2 includes a glibc that no longer has legacy kernel support for the kernel in RHEL6. We need to disable uninative and set OLDEST_KERNEL to enable backwards compatibility. See openbmc/openbmc#1407 to track removal of this. Change-Id: I6352514016d803b7b77d483425b3f080eef896c0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* qemu: remove unsupported linker option for RHEL6Patrick Williams2017-03-291-0/+2
| | | | | | | | | | | RHEL6's native gcc does not support this option and removing it seems to have no effect. Remove to allow compiles on RHEL6. See openbmc/openbmc#1407 to track removal. Change-Id: I073efde520740c57d9a5b51c19092dd74f532c1d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* python-mako: remove unneeded fixupPatrick Williams2017-03-291-3/+0
| | | | | | | | Upstream python-mako included in Yocto 2.2 doesn't seem to have this problem. Remove the sed patch. Change-Id: If967c04d04b19afba175f86f3afac22df694c019 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* meta-phosphor: missing space on CFLAG_appendSaqib Khan2017-03-292-2/+2
| | | | | | | | | | | | | | | | | | | | FOO_append is effectively an alias for 'FOO=FOO+FOO_append', so it is a common pattern to preceed the FOO_append string with a space. Right: FOO_append = " bar" Results in FOO="foo bar" Wrong: FOO_append = "bar" Results in FOO="foobar" Fix incorrect CFLAG_append entries in recipes to avoid compile errors like: Error: configure: error: C compiler cannot create executables Change-Id: Id81af5666b173aca35eb28f541a8325db1d438fd Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* obmc-phosphor-debug-tarball: yocto2.2 var name changeSaqib Khan2017-03-291-1/+1
| | | | | | | | DEPLOY_DIR_IMAGE has been replaced by IMGDEPLOYDIR in the latest yocto version. Change-Id: Id89dd8f03e9d97509adea88ad06a84193e92002e Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* openssl: remove unused patchSaqib Khan2017-03-292-16/+0
| | | | | | | | configure flags no longer require openssl to be built with make depend && make. Thus removing it. Change-Id: I31c3a03b04bd52db6f3e500622eb197afacd2fe1 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* obmc-phosphor-systemd: use new configparserSaqib Khan2017-03-291-2/+2
| | | | | | | | ConfigParser has been renamed to configparser in python3 for PEP 8 compliance. Change-Id: I3d95329ea1adcdeb02b83245e7d13f5bf1d7de58 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* phosphor-dbus-interfaces.bb: bump versionPatrick Williams2017-03-281-1/+1
| | | | | Change-Id: Id32d18352100340f042256a001c40b8fb7233fc4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Provide the phosphor-fan-presence config YAMLMatt Spinler2017-03-286-6/+64
| | | | | | | | | On MRW based systems, this YAML will be generated from the MRW XML, otherwise the example YAML provided by the phosphor-fan-presence repository will be used in the build. Change-Id: I1bf914a7e26067f62f2b2bf8b7ba1ba43591c5dc Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* kernel: LPC UART fix, FSI fix and Zaius power brick dtsJoel Stanley2017-03-281-1/+1
| | | | | | | | | | | | | | | | Edward A. James (1): drivers: fsi: scom: Remove scom reset before every putscom Joel Stanley (2): tty: aspeed-vuart: Add IRQF_SHARED to flags serial: 8250: Add flag so drivers can avoid probe Peter Hanson (1): ARM: dts: aspeed: zaius: Enable 12V Delta Power Brick. Fixes: openbmc/openbmc#1382 Change-Id: Ife022005fe936a829c7e5e9e40ac79a66bb06a86 Signed-off-by: Joel Stanley <joel@jms.id.au>
* pyphosphor.bb: bump versionPatrick Williams2017-03-281-1/+1
| | | | | Change-Id: I0b1bfd652a883795a20e09ef6fdd1d776f67d985 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-host.bb: bump versionPatrick Williams2017-03-281-1/+1
| | | | | Change-Id: Id4bfd34861c282dd6310c454edc851da1275b108 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* MRW API revision bumpMatt Spinler2017-03-271-1/+1
| | | | | | | | | Point to a new Targets.pm to get a fix for not failing if a target doesn't have a BUS_TYPE attribute when traversing connections. Change-Id: I533f83281277d4f6dfd09a0f145b0cacb9a3e0f4 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* phosphor-fan-presence.bb: bump versionPatrick Williams2017-03-271-1/+1
| | | | | Change-Id: I8aec1d5fe8319eb2b77cdbab56870bc986c6c599 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* pyphosphor.bb: bump versionPatrick Williams2017-03-271-1/+1
| | | | | Change-Id: Id05528e28f753f0cf5b7230bc10d10ae4e03650c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-dbus-interfaces.bb: bump versionPatrick Williams2017-03-271-1/+1
| | | | | Change-Id: Iaaa138ff156084366e668d6a7654cfb481c1c228 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-03-271-1/+1
| | | | | Change-Id: I23ba745b007a2ac1f0d1cfbdff3296a9d30607fd Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* mrw-rev.bbclass: bump versionPatrick Williams2017-03-271-1/+1
| | | | | Change-Id: I8ebeed4a6473d1ed237155061c7234bdc5d1e22f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-led-manager.inc: bump versionPatrick Williams2017-03-271-1/+1
| | | | | Change-Id: Iade01cf5027660a15734e226560c52d50fa17834 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-host-ipmid: add recipe dependenciesRatan Gupta2017-03-271-0/+4
| | | | | | | | Add build / runtime dependency on sdbusplus and phosphor-dbus-interfaces. Change-Id: I510c22df60f9ae046243cdb9889f1ce645ceb9d7 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* Add a timeout to poweron service to prevent hangDhruvaraj S2017-03-271-0/+1
| | | | | | | | | Ensure we go to quiesce state on a pgood timeout resolves openbmc/openbmc#1321 Change-Id: I53d71f7629767194d20c06e773fb96b64db1bb85 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
* Fix for Hostboot load OpenFSI SDA samplingChristopher Bostic2017-03-272-0/+198
| | | | | | | | | | | | The delay between OpenFSI clock and input data sampling needs to be increased in order to ensure the data is read in at the correct time. Christopher Bostic (1): drivers/fsi: Increase delay before sampling input on SDA Change-Id: I75812439ad6fd7b9527a6c42a282110fced6bbad Signed-off-by: Christopher Bostic <cbostic@linux.vnet.ibm.com>
* Added rsync to package.Dinesh Chinari2017-03-252-0/+5
| | | | | | | Added rsync_%.bbappend recipes file . Change-Id: I2dadb0946e41575753520ed8dcc5b352943007f3 Signed-off-by: Dinesh Chinari <chinari@us.ibm.com>
* Do not run host start targets if host already onAndrew Geissler2017-03-252-0/+2
| | | | | | | | | | | | This is the first commit in a series that will ensure we do not run the host start services when the host is already running. Specifically this is to handle the situation where the host is running and the BMC is rebooted. Change-Id: I6c6a99a3c2aefff338c2eafe546a525999c357b4 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Remove the old obmc-control-ledVishwanatha Subbanna2017-03-244-42/+0
| | | | | | | | Now that the changes are made to use the new phosphor-ledmanager, the old ledcontroller will need to go away Change-Id: Idffbffbd180334278af740322c140908069b7ceb Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* phosphor-logging: add missing dependencyDeepak Kodihalli2017-03-241-1/+1
| | | | | | | | | | phosphor-logging needs to depend on phosphor-dbus-interfaces-native to be able to receive a native path which houses error yaml interfaces. Resolves openbmc/openbmc#1372. Change-Id: I65ff1d36cf4a3faeeccdb880a4f6b3b8dd2d7892 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* kernel: PGOOD failure workaround and dts updatesJoel Stanley2017-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | This disables the UCD driver for Witherspon in order to workaround PGOOD failures. Andrew Jeffery (1): ARM: dts: Disable UCD90160 in the Witherspoon dts Joel Stanley (2): fsi: i2c: Remove noisy printks ARM: configs: aspeed: Sync configs with openbmc Lei YU (3): ARM: dts: aspeed: romulus: Add GPIO hogs for nic_mode_func ARM: dts: aspeed: romulus: Add UART1 arm: aspeed: romulus: Disable LPC reset for UART1 Change-Id: Id89ce644ad1a9603a33945c368c6ec87e64fbcdd Signed-off-by: Joel Stanley <joel@jms.id.au>
* obmc-phosphor-user.bb: bump versionPatrick Williams2017-03-241-1/+1
| | | | | Change-Id: Ic2e475538afaf20d87db081c9e04d3def23efe7b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* network.bb: bump versionPatrick Williams2017-03-241-1/+1
| | | | | Change-Id: Ib20e19298db6a0ec927c3c7555d0e9152ecf080f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-dbus-interfaces.bb: bump versionPatrick Williams2017-03-221-1/+1
| | | | | Change-Id: I8c122d27041806fee002308c5c44991ee26a3d5b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* slpd-lite.bb: bump versionPatrick Williams2017-03-221-1/+1
| | | | | Change-Id: If5a5fb2014153fc041c050d4508460dcb378f225 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-fan-presence.bb: bump versionPatrick Williams2017-03-211-1/+1
| | | | | Change-Id: I4ff2ebcf6a080bf265fc62db0f22ab287d7e3a0e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-03-211-1/+1
| | | | | Change-Id: I9842a4772018d3c3f8be3083f50efa00ebff90ad Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-fan-presence.bb: bump versionPatrick Williams2017-03-211-1/+1
| | | | | Change-Id: I14837827bd9e5ab77b6e8aafd4366c13d9394fb6 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-hwmon.bb: bump versionPatrick Williams2017-03-211-1/+1
| | | | | Change-Id: Ia9e9853fb91eb0545452fb8b3ad7fa30a343936b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPOWER on IntegriCloud