summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Adding patch to remove GNOME compiler warning(deprecated)Saqib Khan2017-03-212-0/+14
| | | | | | | | | | | gnome-common is completely deprecated and replaced by autoconf. Therefore this patch removes all gnome dependencies from the code. For reference: https://wiki.gnome.org/Projects/GnomeCommon/Migration Change-Id: I108dd58152e8b60d1390bcbf184877ea415de669 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* Replace base_contains with bb.utils.containsSaqib Khan2017-03-211-5/+2
| | | | | | | | base_contains has been deprecated and is replaced by bb.utils.contains Change-Id: I8cf9b63b43febed1557e4644c97ccd6614152f98 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* phosphor-net-ipmid.bb: bump versionPatrick Williams2017-03-201-1/+1
| | | | | Change-Id: I3d3d01fc85d856c95bbadf38465bfc8df7166fce Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-host.bb: bump versionPatrick Williams2017-03-201-1/+1
| | | | | Change-Id: I5cbc85e2ed3cee7208bde4480b41bbbe165cd3bd Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Start net-ipmid only based on socket activationTom Joseph2017-03-201-3/+0
| | | | | | | Resolves openbmc/openbmc#1110 Change-Id: I80f7ae793fe2b48497d95bb94a327ef19539abdd Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Move object_mapper per dbus path conventions.Patrick Williams2017-03-209-9/+9
| | | | | | | | | | | | | | | | | | phosphor-fan-presence.bb: bump version phosphor-inventory-manager.inc: bump version phosphor-ipmi-host.bb: bump version skeleton-rev.bbclass: bump version phosphor-led-manager.inc: bump version phosphor-mapper.bb: bump version phosphor-ipmi-fru.inc: bump version phosphor-state-manager.bb: bump version phosphor-logging.bb: bump version openpower-fru-vpd.inc: bump version Resolves openbmc/openbmc#1112. Change-Id: Iaf32b0e828dc4f2da021eae9b8e1d440042841d8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-host.bb: bump versionPatrick Williams2017-03-201-1/+1
| | | | | Change-Id: Icaebcec63642069434f387a388d3bf80efa3dc1b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-state-manager.bb: bump versionPatrick Williams2017-03-201-1/+1
| | | | | Change-Id: Iebd7ec1e144e24e99d7753a55beb376cd2d70f12 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-host.bb: bump versionPatrick Williams2017-03-181-1/+1
| | | | | Change-Id: I9c4caf308f4a5dc7f125931ca9f603cc66befc52 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-181-1/+1
| | | | | Change-Id: Ifb8be657ec91a39601816c8cb073069622f37eb6 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* ipmi-sensor-inventory: Fix the output dir path for sensor config yamlRatan Gupta2017-03-172-2/+2
| | | | | | | Fix the same path in ipmi-sensor-inventory-example-native.bb Change-Id: I57a9173c04a3636864c09f822428cf54f94822f6 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* Change bbappend file to a wildcard nameSaqib Khan2017-03-163-0/+0
| | | | | | | | This would allow us to upgrade package version without having to modify the file name every time. Change-Id: Ibd09f98124e0e718a86ee504c4216ffa31f2c543 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* Specify len() of object by converting to listSaqib Khan2017-03-161-2/+2
| | | | | | | | Helps resolve the following error in python3: TypeError: object of type 'filter' has no len() Change-Id: Id607186baeacc3802f651d5cb72af82d0c10115b Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* Replace iteritems() with items() in systemdSaqib Khan2017-03-161-1/+1
| | | | | | | | Deprecated iteritems() method is not forward-compatible with python3 and is replaced by items() Change-Id: Ic6b57da360149c378118673b966bde189d8e2493 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* Add phosphor-logging-test to debug tarballMichael Tritz2017-03-162-1/+5
| | | | | | | | These recipe changes will add the package phosphor-logging-test to the debug image recipe. Change-Id: Id0f3e2ee0ec2ebe421586ced928d60c73cbe9b8c Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
* Templatize host-failure-reboots serviceMatt Spinler2017-03-163-14/+19
| | | | | | | | This service touches a host0 setting, so it needs to be a template and touch host%i. Change-Id: I9cf84ec40f5fe3aa1ad2c420aaa26d522eece6e1 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* obmc-phosphor-image.bbclass: Remove inarp from default buildJohn Wang2017-03-162-1/+1
| | | | | | | | | | | | | | This service was implemented for Barreleye to send out the ARP packet for BMC discovery. We can remove it from default build since it's not necessary for other platforms. Also need to inherit obmc-phosphor-systemd so it can be installed once built in on specific platform. Resolves openbmc/openbmc#1306 Change-Id: I20865177aa939fb729d15e9ba373c80ff8ea59bf Signed-off-by: John Wang <hsienchiang@gmail.com>
* phosphor-dbus-interfaces.bb: bump versionPatrick Williams2017-03-161-1/+1
| | | | | Change-Id: If8b02dd3e3cbbebecef9e8a80c924257b7978203 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPOWER on IntegriCloud