summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/console
AgeCommit message (Collapse)AuthorFilesLines
2018-07-27obmc-console_git.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I081c22a9ae04a34c477b81c7eb138a460b591aca Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-07-13obmc-console_git.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I720c5a89b2a0a238a84323f48a6e2583ef4d99bb Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-06-18obmc-console: Rename recipeBrad Bishop1-0/+1
OE norms dictate recipes that track HEAD be named: foo_git.bb and set PV explicitly to "x.y.z+git${SRCPV}" Change-Id: Iaeffab1e3bb1df6720ae4e236c3515fb1ec30cc8 Tested: Built the obmc-console recipe Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-06-07obmc-console.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I770487e26e014ba5569fc355ca9cb9aea918f2c3 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-05-23obmc-console.bb: bump versionAndrew Geissler1-1/+1
Change-Id: I5c4bf7500fff936f76889c70e517b4750c3efa55 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2017-08-25Enable BMC patching from the /usr/local pathMichael Tritz2-2/+4
This commit enables patches from the /usr/local path by replacing absolute paths to /usr/sbin or /usr/bin in every service file with "/usr/bin/env ". Additionally, SyslogIdentifier is added to each file to ensure that journal entries are still distinct. In two cases, service files also had to change due to references to ${{PATH}}, which doesn't work with /usr/bin/env. These references - and the corresponding definitions - were changed to ${{DEVPATH}}. Resolves openbmc/openbmc#2149 Change-Id: I12c5c6e5101eef6820b985a563313836250ff2c7 Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
2017-07-12obmc-console.bb: bump versionPatrick Williams1-1/+1
Change-Id: Iade8dc04fe51e80623006046d8e76132552fec9c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2017-06-27obmc-console.bb: bump versionPatrick Williams1-1/+1
Change-Id: Ie9dc806e91380e7f6f3a7a69ef0294b87c18f9e4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2017-04-26obmc-console: clean up service filePatrick Williams1-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>
2017-04-24obmc-console.bb: bump versionPatrick Williams1-1/+1
Change-Id: I53a071ab9d551c7ca22796538c616ff900582491 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2017-01-31obmc-console.bb: bump versionPatrick Williams1-1/+1
Change-Id: I2410820c5e4f520cbd6522341e767b277d634f7e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2017-01-26Start obmc-console-server with its configuration fileXo Wang1-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
2016-11-11obmc-console.bb: bump versionPatrick Williams1-1/+1
Change-Id: If00b30f066ab6e03f597e1896fe4e45ed765aaaf Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-11-08Change dependency of obmc-console-ssh.socket to obmc-consoleYi Li1-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>
2016-11-01Update obmc-console-server service nameYi Li2-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>
2016-10-25obmc-console.bb: bump versionPatrick Williams1-1/+1
Change-Id: I921b83b6da5fd080389408d1156e24ce90196087 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-10-06Dynamically start console server on a given TTYVishwanatha Subbanna4-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>
2016-10-04Enabling the avahi service.Ratan Gupta1-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>
2016-09-28obmc-console.bb: bump versionPatrick Williams1-1/+1
Change-Id: I519fb1801d51aaa12302f28f327fa035239d6178 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-09-28Convert build process to autotoolsMatthew Barth1-0/+2
Update obmc-console recipe with additional dependency. Change-Id: I9a34a35ac942cb2cc79e64976242b5daf1cf8de0 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
2016-09-21obmc-console: Use ttyVUART0 instead of ttyS0Patrick Williams1-1/+4
Fixes openbmc/openbmc#584. Change-Id: I5fb804891f98a0e1f31bbd79fe7605583e34e647 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2016-09-13obmc-console cleanupsBrad Bishop2-18/+7
Make use of systemd class features. Change-Id: Ia1341adc96b099d2aa43c70877d45dd32c57a500 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2016-09-13Update service unit descriptionsBrad Bishop3-3/+3
Going for consistency: Phosphor xxx Change-Id: I04778ed868874ef5004724bc6b31adc4aa2367ad Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2016-09-13Use systemd substitutionsBrad Bishop2-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>
2016-09-12Drop obmc-phosphor- prefix from recipe collectionsBrad Bishop5-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>