summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image-base.bb
AgeCommit message (Collapse)AuthorFilesLines
2021-01-05systemd: remove SYSTEMD_PAGER= profile settingsPatrick Williams1-4/+0
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. (From meta-phosphor rev: d8f8d70f7e4771eb295fff3ca80182b6636411b6) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Idc2fef9ccfb28e7956caf4efc141698940879f65 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-24meta-phosphor: add a base image recipeBrad Bishop1-0/+14
Much like core-image-base, add a base OpenBMC image obmc-phosphor-base-image. This is essentially CORE_IMAGE_BASE_INSTALL + packagegroup-obmc-apps-extras (which is empty by default). At time of writing, obmc-phosphor-base-image is an abstract thing and doesn't make any specific statement about content. The initial intent is twofold: 1 - Provide a base image upon which space constrained users can "build up" their image content by appending to IMAGE_FEATURES in place of the current practice of "tearing down" obmc-phosphor-image by _remove-ing from IMAGE_FEATURES (The Yocto layering implementation prefers appending over _remove-ing for maximum layer compatibility). 2 - Over time, a carefully curated set of IMAGE_FEATURES would be added (there aren't any at the moment) that provides content that most users would expect by default. (From meta-phosphor rev: fb768573bc58d020b63dba323cb0eb3afafd5e6d) Change-Id: Id3b15ffd8084298a4784ad1b3c4004b2cb2f73e4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>