[oe-commits] Andrea Adami : linux-kexecboot: edit fb font size in older 2.6.2x kernels.

git version control git at git.openembedded.org
Wed Mar 23 00:25:25 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 65fd766e89d48c41bf2d2371cacef51a820b6df6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=65fd766e89d48c41bf2d2371cacef51a820b6df6

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Wed Mar 23 01:20:22 2011 +0100

linux-kexecboot: edit fb font size in older 2.6.2x kernels.

* bootlogo should now be shown on collie and poodle
* tosa has height 640! Increase font size to 8x16.

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 .../linux/linux-kexecboot-2.6.24/poodle/defconfig  |    4 ++--
 .../linux/linux-kexecboot-2.6.24/tosa/defconfig    |    4 ++--
 .../linux/linux-kexecboot-2.6.26/poodle/defconfig  |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes/linux/linux-kexecboot-2.6.24/poodle/defconfig b/recipes/linux/linux-kexecboot-2.6.24/poodle/defconfig
index db25ff1..037766b 100644
--- a/recipes/linux/linux-kexecboot-2.6.24/poodle/defconfig
+++ b/recipes/linux/linux-kexecboot-2.6.24/poodle/defconfig
@@ -672,13 +672,13 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
 # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
 CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
 CONFIG_FONTS=y
-# CONFIG_FONT_8x8 is not set
+CONFIG_FONT_8x8=y
 # CONFIG_FONT_8x16 is not set
 # CONFIG_FONT_6x11 is not set
 # CONFIG_FONT_7x14 is not set
 # CONFIG_FONT_PEARL_8x8 is not set
 # CONFIG_FONT_ACORN_8x8 is not set
-CONFIG_FONT_MINI_4x6=y
+# CONFIG_FONT_MINI_4x6 is not set
 # CONFIG_FONT_SUN8x16 is not set
 # CONFIG_FONT_SUN12x22 is not set
 # CONFIG_FONT_10x18 is not set
diff --git a/recipes/linux/linux-kexecboot-2.6.24/tosa/defconfig b/recipes/linux/linux-kexecboot-2.6.24/tosa/defconfig
index 475f893..eaa797f 100644
--- a/recipes/linux/linux-kexecboot-2.6.24/tosa/defconfig
+++ b/recipes/linux/linux-kexecboot-2.6.24/tosa/defconfig
@@ -693,8 +693,8 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
 # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
 # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
 CONFIG_FONTS=y
-CONFIG_FONT_8x8=y
-# CONFIG_FONT_8x16 is not set
+# CONFIG_FONT_8x8 is not set
+CONFIG_FONT_8x16=y
 # CONFIG_FONT_6x11 is not set
 # CONFIG_FONT_7x14 is not set
 # CONFIG_FONT_PEARL_8x8 is not set
diff --git a/recipes/linux/linux-kexecboot-2.6.26/poodle/defconfig b/recipes/linux/linux-kexecboot-2.6.26/poodle/defconfig
index 079443c..c16f508 100644
--- a/recipes/linux/linux-kexecboot-2.6.26/poodle/defconfig
+++ b/recipes/linux/linux-kexecboot-2.6.26/poodle/defconfig
@@ -679,13 +679,13 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
 # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
 CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
 CONFIG_FONTS=y
-# CONFIG_FONT_8x8 is not set
+CONFIG_FONT_8x8=y
 # CONFIG_FONT_8x16 is not set
 # CONFIG_FONT_6x11 is not set
 # CONFIG_FONT_7x14 is not set
 # CONFIG_FONT_PEARL_8x8 is not set
 # CONFIG_FONT_ACORN_8x8 is not set
-CONFIG_FONT_MINI_4x6=y
+# CONFIG_FONT_MINI_4x6 is not set
 # CONFIG_FONT_SUN8x16 is not set
 # CONFIG_FONT_SUN12x22 is not set
 # CONFIG_FONT_10x18 is not set





More information about the Openembedded-commits mailing list