Re: [yocto] Error during webkit compilation for rasberry pi3

2016-12-21 Thread Carlos Alberto Lopez Perez
On 21/12/16 18:50, Mont3z Claros wrote: > Thanks, Khem. I'll try this. > I've just asked this because I've got a black screen on my monitor > when using VC4 driver and when I've check the UART console I see the > error: > > vc4-drm soc:gpu: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517 > v

Re: [yocto] Error during webkit compilation for rasberry pi3

2016-12-21 Thread Khem Raj
On Wed, Dec 21, 2016 at 9:50 AM, Mont3z Claros wrote: > Thanks, Khem. I'll try this. > I've just asked this because I've got a black screen on my monitor > when using VC4 driver and when I've check the UART console I see the > error: > > vc4-drm soc:gpu: failed to bind 3f902000.hdmi (ops vc4_hdmi_

Re: [yocto] fitImage and initramfs

2016-12-21 Thread Hamish Guthrie
Hi Rick, >> What happens if you use core-image-minimal-initramfs for INITRAMFS_IMAGE?  I just tried that and Yocto complains with Nothing PROVIDES 'core-image-minimal-initramfs' >> I think the main problem is that you are telling Yocto to include the full >> rootfs image as an initramfs instea

Re: [yocto] Error during webkit compilation for rasberry pi3

2016-12-21 Thread Mont3z Claros
Thanks, Khem. I'll try this. I've just asked this because I've got a black screen on my monitor when using VC4 driver and when I've check the UART console I see the error: vc4-drm soc:gpu: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517 vc4-drm soc:gpu: master bind failed: -517 vc4-drm soc:g

Re: [yocto] fitImage and initramfs

2016-12-21 Thread Rick Altherr
What happens if you use core-image-minimal-initramfs for INITRAMFS_IMAGE? I think the main problem is that you are telling Yocto to include the full rootfs image as an initramfs instead of the reduced, special-purpose initramfs image. Are you trying to boot entirely from a ramdisk or do you intend

[yocto] question about variables/parameters

2016-12-21 Thread Jeff Hagen
I am completely confused about bitbake variables how and when to set them to get the desired result in the poky/yocto environment. For context, I am just a user but I have been around awhile. I have been using yocto/poky for several years now. I have written a number of simple recipes and su

Re: [yocto] fitImage and initramfs

2016-12-21 Thread Hamish Guthrie
Hi Rick, >> Have you tried manually extracting the .xz it is having trouble with? Yes I have tried this, in fact I made some changes to the script where the copy and extract is done and I can verify that in fact the copy of the cpio.xz image is done correctly to the usr directory in the kernel

Re: [yocto] [bitbake] Failure to compile UltraJson, LMDB and Netifaces python modules recipes for Krogoth.

2016-12-21 Thread Khem Raj
On Tue, Dec 20, 2016 at 10:54 PM, Mateusz Orzoł wrote: > > > W dniu 2016-12-20 o 10:46, Mateusz Orzoł pisze: > > > > W dniu 2016-12-20 o 00:43, Khem Raj pisze: > > > > On Mon, Dec 19, 2016 at 1:46 PM, Mateusz Orzoł > wrote: >> >> Hi everyone, >> >> I am migrating my old Yocto image from kernel 3.

Re: [yocto] Error during webkit compilation for rasberry pi3

2016-12-21 Thread Khem Raj
Perhaps by adding -DENABLE_OPENCL=OFF to the EXTRA_OECONF On Wed, Dec 21, 2016 at 7:20 AM, Mont3z Claros wrote: > Thanks all for the help. I was able to build webkit using: > MACHINE_FEATURES += "vc4graphics" > > I'm sorry for asking those basic questions but is there a way to build > webkit with

[yocto] fitImage and initramfs

2016-12-21 Thread Hamish Guthrie
Hi List, I am trying to create a fitImage including an initramfs. I am able to create a fitImage without an initramfs, and I am able to create a zImage with an initramfs. If I try to create a fitImage with an initramfs, I receive the following error: | Creating a kernel image with a bundled in

Re: [yocto] Error during webkit compilation for rasberry pi3

2016-12-21 Thread Mont3z Claros
Thanks all for the help. I was able to build webkit using: MACHINE_FEATURES += "vc4graphics" I'm sorry for asking those basic questions but is there a way to build webkit without opencl for the raspberry pi3? Thanks, Montez On Sun, Dec 11, 2016 at 9:55 PM, Gary Thomas wrote: > On 2016-12-11 16:

Re: [yocto] yocto Digest, Vol 75, Issue 73

2016-12-21 Thread praveen vattipalli
Thanks Alex. I followed below procedure. Now i could compile hello_2.7 in build/conf/local.conf INHERIT += "externalsrc" EXTERNALSRC_pn-hello = "/home/rajesh/Downloads/poky-krogoth-15.0.2/meta/recipes-extended/hello/hello_2.7" EXTERNALSRC_BUILD_pn-hello = "/home/rajesh/Downloads/poky-krogoth-15.0