obmc-console: fix socket-handler unexpected behavior

socket handler timeout error path unregister the poller within poller
callback function which will cause unexpected behavior. Fix by skip
poller unregister within poller timeout callback function, the
unregister will happen as callback return POLLER_REMOVE.

Tested:
refer to patch commit msg

http://fusion2/c5d26975-751d-3e19-b26c-bce9d856cf9b

Google-Bug-Id: 364358832
Change-Id: I994e344472874daebf815c3853ece5f278b67e78
Signed-off-by: Dan Zhang <zhdaniel@google.com>
2 files changed
tree: cd412c1ee512d9eff1eb60a8eb5ef61266d66231
  1. classes/
  2. conf/
  3. dynamic-layers/
  4. recipes-bsp/
  5. recipes-connectivity/
  6. recipes-core/
  7. recipes-devtools/
  8. recipes-extended/
  9. recipes-google/
  10. recipes-kernel/
  11. recipes-phosphor/
  12. recipes-support/
  13. recipes-tpm1/
  14. recipes-tpm2/
  15. LICENSE
  16. README.md
README.md

meta-gbmc-staging

This repository contains additions to the openbmc/meta-google layer that are not yet ready for OpenBMC inclusion.

How to use this layer

  1. Clone openbmc/openbmc from GitHub.
  2. Clone this layer from GitHub into a subdirectory of openbmc.