From efe55d749ac0201d32587d94670fea46c8a98728 Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Sat, 9 Oct 2010 13:00:28 +0800 Subject: linux-wrs: Change the kernel configuration to enable psplash. Init scripts assume uvesafb as module, and also need CONFIG_FRAMEBUFFER_CONSOLE to set some mode parameter, else wrong parameter cause psplash's mmap failure. This is just a quick fix as we don't know how to change the wrs kernel config in a clean way. Should revert it with clean way of changing. [BUGID #363] fixed by this Signed-off-by: Tian Kevin Signed-off-by: Zhai Edwin --- meta/recipes-kernel/linux/linux-wrs_git.bb | 2 ++ meta/recipes-kernel/linux/x86-wrs.cfg | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 meta/recipes-kernel/linux/x86-wrs.cfg (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/linux/linux-wrs_git.bb b/meta/recipes-kernel/linux/linux-wrs_git.bb index 65bb93c74e..f6b0aead55 100644 --- a/meta/recipes-kernel/linux/linux-wrs_git.bb +++ b/meta/recipes-kernel/linux/linux-wrs_git.bb @@ -16,6 +16,8 @@ SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;fullclon SRC_URI_append_atom-pc = "\ file://i915.cfg \ file://8250.cfg" +SRC_URI_append_qemux86 = " file://x86-wrs.cfg" +SRC_URI_append_qemux86-64 = " file://x86-wrs.cfg" WRMACHINE = "${MACHINE}" WRMACHINE_qemux86 = "common_pc" diff --git a/meta/recipes-kernel/linux/x86-wrs.cfg b/meta/recipes-kernel/linux/x86-wrs.cfg new file mode 100644 index 0000000000..da4f00ae10 --- /dev/null +++ b/meta/recipes-kernel/linux/x86-wrs.cfg @@ -0,0 +1,2 @@ +CONFIG_FB_UVESA=m +CONFIG_FRAMEBUFFER_CONSOLE=y -- cgit v1.2.3-54-g00ecf