Well, the problem was booting from UEFI. Enabled normal boot and now
everything is working perfectly. Its ok for me but if anyone knows how to
make it run nice from UEFI will be nice because the splash screen does not
work in normal boot.
Thank you so much for your help!
2017-03-29 10:19 GMT+02:0
I have checked the rootfs and the nouveau files are there:
/usr/lib/libdrm_nouveau.so.2
/usr/lib/libdrm_nouveau.so.2.0.0
/usr/lib/xorg/modules/drivers/nouveau_drv.so
/usr/lib/dri/nouveau_vieux_dri.so
Xorg seems to load it
(II) LoadModule: "nouveau"
It seems that the recipe is working fine, will t
On 29 March 2017 at 00:20, Alvaro Garcia wrote:
> I used rpm and deb, you mean dpkg (for deb) when you say package manager?
>
Whatever package manager you've got enabled - rpm by default.
Ross
--
___
yocto mailing list
yocto@yoctoproject.org
https://
I used rpm and deb, you mean dpkg (for deb) when you say package manager?
2017-03-29 0:43 GMT+02:00 Burton, Ross :
>
> On 28 March 2017 at 23:41, Alvaro Garcia wrote:
>
>> Then I installed the image into my device. Everything worked as expected
>> but the nouveau driver. Is this correct or I for
On 28 March 2017 at 23:41, Alvaro Garcia wrote:
> Then I installed the image into my device. Everything worked as expected
> but the nouveau driver. Is this correct or I forgot some step?
>
I'd check that the package actually exists in your rootfs - use the package
manager to verify this. It sh
I'm not sure, I started with yocto about a week ago. What I did is exactly:
1. Added to bblayers.conf the layer
/home/alvaro/poky/meta-openembedded/meta-oe (previously I downloaded this
meta, needed for x11vnc)
2. Added a custom layer /home/alvaro/poky/meta-unclutter (it just compile
the applicatio
On 28 March 2017 at 22:47, Alvaro Garcia wrote:
> I tried this guacamayo recipe https://layers.openembedded.
> org/layerindex/recipe/3272/ but can't compile (too old, maybe
> unmaintained?). Also tried the recipe xf86-video-nouveau (it is blacklisted
> but in krogoth it compiles right) but when I
Hi, I have built an image based on poky core-image-x11. Everything went
fine but the graphic card drivers. I want more resolution than the provided
by vesa (800x600) so I really need this drivers.
I tried this guacamayo recipe
https://layers.openembedded.org/layerindex/recipe/3272/ but can't compi