[yocto] Copying an Xserver .conf file to the image rootfs usr/share/X11/xorg.conf.d

2015-06-26 Thread Chen, Simon
Software/Hardware Used: Yocto poky-dizzy-12.0.1 AMD Radeon E8860 GFX Card Hi all, I am trying write up a recipe that is supposed to pull in a custom radeon.conf file and install it into Yocto's rootfs at /usr/share/X11/xorg.conf.d. This file is basically an Xorg configuration file that

Re: [linux-yocto] EXTERNAL: Re: Missing Kernel Modules (GPU folder and radeon.ko)

2015-06-24 Thread Chen, Simon
[mailto:bruce.ashfi...@windriver.com] Sent: Tuesday, June 23, 2015 4:17 PM To: Chen, Simon; linux-yocto@yoctoproject.org Subject: EXTERNAL: Re: [linux-yocto] Missing Kernel Modules (GPU folder and radeon.ko) On 2015-06-23 11:27 AM, Chen, Simon wrote: Hi all, I am trying to integrate the AMD

[linux-yocto] Missing Kernel Modules (GPU folder and radeon.ko)

2015-06-23 Thread Chen, Simon
Hi all, I am trying to integrate the AMD Radeon E8860 graphics card on to a Yocto (poky-dizzy-12.0.1) embedded machine. Ialready have the open source xf86-video-ati driver (7.4.0) installed into my Yocto image. The problem is that the kernel module radeon.ko, and all of its dependencies under

Re: [linux-yocto] EXTERNAL: Missing Kernel Object Files (.ko)

2015-06-19 Thread Chen, Simon
[mailto:linux-yocto-boun...@yoctoproject.org] On Behalf Of Chen, Simon Sent: Thursday, June 18, 2015 12:50 PM To: linux-yocto@yoctoproject.org Subject: EXTERNAL: [linux-yocto] Missing Kernel Object Files (.ko) Hi, I am currently using the poky-dizzy-12.0.1 version of Yocto and building core-image-full

[linux-yocto] Missing Kernel Object Files (.ko)

2015-06-18 Thread Chen, Simon
Hi, I am currently using the poky-dizzy-12.0.1 version of Yocto and building core-image-full-cmdline. When I boot the image and look into /lib/modules/KERNEL-VERSION/kernel, it appears that the kernel is missing most of the .ko files that a normal Linux kernel would otherwise need to run.

[yocto] Missing Kernel Modules (.ko files) in Yoct File System

2015-06-15 Thread Chen, Simon
driver can be installed? Am I confusing built-in modules with external ones? Is Yocto only configured to run built-in kernel modules? -Simon From: poky-boun...@yoctoproject.org [mailto:poky-boun...@yoctoproject.org] On Behalf Of Chen, Simon Sent: Monday, June 08, 2015 2:28 PM To: p

[yocto] Issue with udev not creating dev/dri/card0 for xf86-video-ati

2015-06-08 Thread Chen, Simon
Hello, I've currently built a Yocto image using poky-dizzy-12.0.1, and have my target proprietary board boot off of it. I am trying to assimilate an external graphics card, the AMD Radeon E8860 by manually installing the latest version of the open source Radeon driver, xf86-video-ati. The main

[yocto] Yocto's udev not generating dev/dri/card0 file

2015-06-04 Thread Chen, Simon
Hello, I am trying to integrate an external Radeon graphics card (E8860), and the FOSS xf86-video-ati driver, with the poky-dizzy-12.0.1 version of Yocto. I have the FOSS driver installed successfully with Glamor and udev enabled. However I am getting errors in my Xorg.0.log file, which says

[yocto] Configuring Yocto's GRUB with Custom Boot Parameters

2015-04-15 Thread Chen, Simon (N-DCR SYSTEM HOUSE)
Hello, I am trying to configure my YOCTO OS, built from poky-dizzy-12.0.1, to use the uvesafb driver upon booting. I am trying to add a few boot parameters to GRUB by appending the following into GRUB: vesafb:mtrr,ywrap vga=0x31A, but nothing seems to be implemented. I've also tried entering