summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/console
Commit message (Collapse)AuthorAgeFilesLines
* obmc-console: clean up service filePatrick Williams2017-04-261-2/+1
| | | | | | | | | | | | | An old TODO was left in and never resolved. The ExecStart directive did some bash invocations because older versions of the server did not support a parameter which was a /dev alias, like /dev/ttyVUART0, and instead always required real devices like 'ttyS2'. Latest versions of obmc-console support ttyVUART0 as a parameter, so use it directly. Change-Id: I8539d7e5e65888f129486d7a79bf032f343fd4b7 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* obmc-console.bb: bump versionPatrick Williams2017-04-241-1/+1
| | | | | Change-Id: I53a071ab9d551c7ca22796538c616ff900582491 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>
* 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
* obmc-console.bb: bump versionPatrick Williams2016-11-111-1/+1
| | | | | Change-Id: If00b30f066ab6e03f597e1896fe4e45ed765aaaf Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Change dependency of obmc-console-ssh.socket to obmc-consoleYi Li2016-11-081-1/+1
| | | | | | | | | | | | | Restart obmc-console will cause restarting of obmc-console-ssh.socket. obmc-console-ssh.socket restarting sometimes failes with "Address already in use" error. If changing dependency from 'Requires' to 'Wants', restarting obmc-console will not cause restarting of obmc-console-ssh.socket. Resolves openbmc/obmc-console#7 Change-Id: I7a63409707e52fa94bcddaec4ee2aade3e0ac4f2 Signed-off-by: Yi Li <adamliyi@msn.com>
* Update obmc-console-server service nameYi Li2016-11-012-2/+2
| | | | | | | | | | The obmc-console-server service name has been updated to include the device name. Also the 'Conflicts' directive does not look necessary. Related with openbmc/obmc-console#7 Change-Id: If2002de8bc8edd07c846253f7c5c47c9be276a3b Signed-off-by: Yi Li <adamliyi@msn.com>
* obmc-console.bb: bump versionPatrick Williams2016-10-251-1/+1
| | | | | Change-Id: I921b83b6da5fd080389408d1156e24ce90196087 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Dynamically start console server on a given TTYVishwanatha Subbanna2016-10-064-15/+17
| | | | | | | | | | | | | | obmc-console-server currently uses /dev/ttyVUART0, which is a symlink to ttyS0. This patch allows the TTY number to be populated based on some source and then passes the TTY number on which the console server needs to be started. This patch also makes sure that obmc-console-ssh@.service is instantiated only if the console server is started on the TTY device mentioned above. Fixes openbmc/openbmc#407 Change-Id: If7a6f0e5b899a32225af262e72a3292fb619920a Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Enabling the avahi service.Ratan Gupta2016-10-041-0/+3
| | | | | | | | | | | Regsitering the following services with avahi. obmc-console,ssh,sftp(dropbear),obmc-rest Fixes openbmc/openbmc#548 Fixes openbmc/openbmc#549 Change-Id: I20c31e9e8dfa6d52575bc3c1f55ac62eef82ec13 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* obmc-console.bb: bump versionPatrick Williams2016-09-281-1/+1
| | | | | Change-Id: I519fb1801d51aaa12302f28f327fa035239d6178 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Convert build process to autotoolsMatthew Barth2016-09-281-0/+2
| | | | | | | Update obmc-console recipe with additional dependency. Change-Id: I9a34a35ac942cb2cc79e64976242b5daf1cf8de0 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
* obmc-console: Use ttyVUART0 instead of ttyS0Patrick Williams2016-09-211-1/+4
| | | | | | | Fixes openbmc/openbmc#584. Change-Id: I5fb804891f98a0e1f31bbd79fe7605583e34e647 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* obmc-console cleanupsBrad Bishop2016-09-132-18/+7
| | | | | | | Make use of systemd class features. Change-Id: Ia1341adc96b099d2aa43c70877d45dd32c57a500 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Update service unit descriptionsBrad Bishop2016-09-133-3/+3
| | | | | | | Going for consistency: Phosphor xxx Change-Id: I04778ed868874ef5004724bc6b31adc4aa2367ad Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Use systemd substitutionsBrad Bishop2016-09-132-5/+5
| | | | | | | | Make use of the new substitution feature in the Phosphor systemd bitbake class. Change-Id: I2db85347809ef557a53e92af3ffcf17c8003b3ce Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Drop obmc-phosphor- prefix from recipe collectionsBrad Bishop2016-09-125-0/+72
Given that these are already in the recipes-phosphor directory this seemed redundant. Change-Id: I48a1ab79e0eda88fc5e6af88f198ca3941e829b8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud