summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/images
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2023-04-03 19:07:44 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-04-04 17:30:05 +0300
commit0a9a5679253f93160621b33e00d6a365e5a00b0f (patch)
tree52af90485733e9acdf5498ca1ad0cd3d6dd9db9d /meta-ibm/recipes-phosphor/images
parent1127cb03ce25ae2aee7d1d4121299ccc432716cd (diff)
downloadopenbmc-0a9a5679253f93160621b33e00d6a365e5a00b0f.tar.xz
meta-ibm:tacoma: remove liberation-fonts
This is added in the line above as the witherspoon-tacoma is included in the ibm-ac-server group. This package does not work on a tacoma though (when building on POWER hardware) so remove it as it is not critical to the function we need on a tacoma. This does not build on POWER hardware due to this QEMU bug: https://gitlab.com/qemu-project/qemu/-/issues/1528 Under the covers, the liberation-fonts repo uses fontcache.bbclass which utilizes qemu-arm in the cross-compile environment. Once the following bug is in a QEMU recipe, this will resolve the issue but there's no reason to include this package on tacoma. Tested: - Confirmed witherspoon-tacoma machine builds on POWER hardware Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I98220a51b838498b572bda07b28ed483e9316889
Diffstat (limited to 'meta-ibm/recipes-phosphor/images')
-rw-r--r--meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend
index 7f3cc5aeb4..c976eb2ff3 100644
--- a/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -1,5 +1,5 @@
OBMC_IMAGE_EXTRA_INSTALL:append:ibm-ac-server = " mboxd max31785-msl phosphor-msl-verify liberation-fonts uart-render-controller first-boot-set-hostname"
-OBMC_IMAGE_EXTRA_INSTALL:remove:witherspoon-tacoma = " uart-render-controller"
+OBMC_IMAGE_EXTRA_INSTALL:remove:witherspoon-tacoma = " liberation-fonts uart-render-controller"
OBMC_IMAGE_EXTRA_INSTALL:append:p10bmc = " mboxd"
IMAGE_FEATURES:append = " obmc-dbus-monitor"