commit | 5a93819c4470490ea826931a6c6a98083fef1125 | [log] [tgz] |
---|---|---|
author | Kumar Thangavel <thangavel.k@hcl.com> | Tue May 12 17:19:10 2020 +0530 |
committer | Kumar Thangavel <thangavel.k@hcl.com> | Tue May 12 17:19:10 2020 +0530 |
tree | 15fc627f2af19102baeee643b8d6176b2d45e91d | |
parent | 212df90f07a809d0fd1fcf501a3e2062fc6a8d2e [diff] |
meta-facebook: yosemitev2: Add obmc-console log support. Added obmc-console log support for all the hosts of yosemiteV2 platform. TESTED : Built Facebook YosemiteV2 images and loaded on the target hardware. We are able to see all the host console logs. Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: I9dfe16f4aa9197aa34409175d70364839a747aaa
diff --git a/recipes-phosphor/console/obmc-console/yosemitev2/server.ttyS0.conf b/recipes-phosphor/console/obmc-console/yosemitev2/server.ttyS0.conf index f800b35..6379c6e 100644 --- a/recipes-phosphor/console/obmc-console/yosemitev2/server.ttyS0.conf +++ b/recipes-phosphor/console/obmc-console/yosemitev2/server.ttyS0.conf
@@ -1,3 +1,4 @@ local-tty = ttyS0 baud = 57600 socket-id = host0 +logfile = /var/log/obmc-console0.log
diff --git a/recipes-phosphor/console/obmc-console/yosemitev2/server.ttyS1.conf b/recipes-phosphor/console/obmc-console/yosemitev2/server.ttyS1.conf index 4a60542..c678990 100644 --- a/recipes-phosphor/console/obmc-console/yosemitev2/server.ttyS1.conf +++ b/recipes-phosphor/console/obmc-console/yosemitev2/server.ttyS1.conf
@@ -1,3 +1,4 @@ local-tty = ttyS1 baud = 57600 socket-id = host1 +logfile = /var/log/obmc-console1.log
diff --git a/recipes-phosphor/console/obmc-console/yosemitev2/server.ttyS2.conf b/recipes-phosphor/console/obmc-console/yosemitev2/server.ttyS2.conf index bf37ca3..91e7bd5 100644 --- a/recipes-phosphor/console/obmc-console/yosemitev2/server.ttyS2.conf +++ b/recipes-phosphor/console/obmc-console/yosemitev2/server.ttyS2.conf
@@ -1,3 +1,4 @@ local-tty = ttyS2 baud = 57600 socket-id = host2 +logfile = /var/log/obmc-console2.log
diff --git a/recipes-phosphor/console/obmc-console/yosemitev2/server.ttyS3.conf b/recipes-phosphor/console/obmc-console/yosemitev2/server.ttyS3.conf index d8c3ebf..991eaca 100644 --- a/recipes-phosphor/console/obmc-console/yosemitev2/server.ttyS3.conf +++ b/recipes-phosphor/console/obmc-console/yosemitev2/server.ttyS3.conf
@@ -1,3 +1,4 @@ local-tty = ttyS3 baud = 57600 socket-id = host3 +logfile = /var/log/obmc-console3.log