[poky] [PATCH 6/6] linux-yocto: enable more framebuffers on genericx86

Ross Burton ross.burton at intel.com
Thu Jul 25 09:38:05 PDT 2013


Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta-yocto-bsp/recipes-kernel/linux/files/framebuffers.cfg   |    5 +++++
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend |    3 +++
 2 files changed, 8 insertions(+)
 create mode 100644 meta-yocto-bsp/recipes-kernel/linux/files/framebuffers.cfg

diff --git a/meta-yocto-bsp/recipes-kernel/linux/files/framebuffers.cfg b/meta-yocto-bsp/recipes-kernel/linux/files/framebuffers.cfg
new file mode 100644
index 0000000..162e103
--- /dev/null
+++ b/meta-yocto-bsp/recipes-kernel/linux/files/framebuffers.cfg
@@ -0,0 +1,5 @@
+CONFIG_FB_UVESA=m
+CONFIG_FB_EFI=m
+CONFIG_FB_NVIDIA=m
+CONFIG_FB_INTEL=m
+CONFIG_FB_RADEON=m
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend
index c4c005d..d660450 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -18,3 +18,6 @@ COMPATIBLE_MACHINE_genericx86 = "genericx86"
 
 # routerstationpro has a flash size of 16mb
 KERNEL_IMAGE_MAXSIZE_routerstationpro = "16777216"
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+SRC_URI_append_genericx86 = " file://framebuffers.cfg"
-- 
1.7.10.4




More information about the poky mailing list