systemd: remove SYSTEMD_PAGER= profile settings

There was support to inject an empty "SYSTEMD_PAGER=" variable
into the profile.  This was to workaround ANSI control characters
being injected into the default systemd tool output, but has a
side-effect of disabling the pager for useful commands like
`journalctl`.

The underlying cause of these control characters was that busybox less
was missing features that systemd relies on.  Many of these busybox
features say "this is essential for less applet to work with ...
systemd": https://git.busybox.net/busybox/tree/miscutils/less.c#n103

These are now enabled so this empty environment variable can be removed.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I950e4e26cdf513048d145b7558c85f29bfe48165
3 files changed
tree: 8e6db9baf5f79a67011678cebb9cdc2f547d6853
  1. aspeed-layer/
  2. classes/
  3. conf/
  4. nuvoton-layer/
  5. raspberrypi/
  6. recipes-connectivity/
  7. recipes-core/
  8. recipes-devtools/
  9. recipes-extended/
  10. recipes-graphics/
  11. recipes-phosphor/
  12. recipes-protocols/
  13. recipes-support/
  14. recipes-textproc/
  15. recipes-x86/
  16. COPYING.apache-2.0
  17. COPYING.MIT
  18. LICENSE
  19. MAINTAINERS
  20. README.md
  21. recipes.txt
README.md

OpenBMC

meta-phosphor is the OpenBMC layer. This layer should be included for all OpenBMC systems. The OpenBMC layer contains content which is shared between all OpenBMC systems.