commit | 43db8413203f34f4d4fed4482147dc4277e1cfc3 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Mon Apr 30 14:58:22 2018 +0930 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri May 04 02:46:09 2018 +0000 |
tree | 27dd52e0e235472b60b613a4f7cfa07042f8fdf3 | |
parent | d35e08c757d4ef3ec873d8b0c692acf065b7e533 [diff] |
romulus: Enable host UART VGA output This enables the fbterm, uart-render-controller and liberation font packages and configuration to the Romulus build. This allows the machine to have the host UART output rendered to a framebuffer and output on the BMC's graphics device up until the host loads it's PCIe VGA driver. Change-Id: I01b755a7ba67a5ba5232b9d786d7ce868bab2d0d Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/images/obmc-phosphor-image.bbappend index aa57bbf..772685d 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/images/obmc-phosphor-image.bbappend +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -1 +1 @@ -OBMC_IMAGE_EXTRA_INSTALL_append = " mboxd" +OBMC_IMAGE_EXTRA_INSTALL_append = " mboxd liberation-fonts uart-render-controller"