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

2016-12-21 Thread Mont3z Claros
gt; On Wed, Dec 21, 2016 at 7:20 AM, Mont3z Claros <mont3z.cla...@gmail.com> > 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 w

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

2016-12-21 Thread Mont3z Claros
oc.com> wrote: > On 2016-12-11 16:49, Mont3z Claros wrote: >> >> Hi Khem, >> >> this layer is: >> >> https://layers.openembedded.org/layerindex/branch/master/layer/meta-webkit/ >> >> I've also tried to use the webkit recipe from poky but I've g

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

2016-12-11 Thread Mont3z Claros
I also found this discussion about rpi2. I'll try to run some of those configurations: https://github.com/Igalia/meta-webkit/issues/1 On Sat, Dec 10, 2016 at 1:02 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Sat, Dec 10, 2016 at 7:52 AM, Mont3z Claros <mont3z.cla...@gmail.com> &g

[yocto] Error during webkit compilation for rasberry pi3

2016-12-10 Thread Mont3z Claros
Hi all, I don't know what I'm doing wrong but I'm getting an error during compilation of webkit for raspberry pi3. Please see below the error and my configurations, Thanks, Mont3z local.conf: MACHINE = "raspberrypi3" DISTRO_FEATURES_append = " x11 gles2" IMAGE_INSTALL_append = " webkitgtk-bin"

Re: [yocto] Meta layer for pine64

2016-09-23 Thread Mont3z Claros
Hi all, On Thu, Sep 22, 2016 at 12:55 PM, Mont3z Claros <mont3z.cla...@gmail.com> wrote: > On Thu, Sep 22, 2016 at 10:21 AM, Khem Raj <raj.k...@gmail.com> wrote: >> On Thu, Sep 22, 2016 at 8:29 AM, Tom Rini <tr...@konsulko.com> wrote: >>> On Wed, Sep 21, 2016

Re: [yocto] Meta layer for pine64

2016-09-22 Thread Mont3z Claros
On Thu, Sep 22, 2016 at 10:21 AM, Khem Raj <raj.k...@gmail.com> wrote: > On Thu, Sep 22, 2016 at 8:29 AM, Tom Rini <tr...@konsulko.com> wrote: >> On Wed, Sep 21, 2016 at 11:39:48AM -0700, Khem Raj wrote: >>> On Fri, Sep 16, 2016 at 2:01 PM, Mont3z Claros <mo

[yocto] Meta layer for pine64

2016-09-16 Thread Mont3z Claros
Hi all, I just finished a first beta version of a meta layer for SBC pine64. You can find it in https://github.com/mont3z/meta-pine64 I'd appreciate if anyone has any comments on possible improvements. A major problem I had was the necessity of two toolchains: one for compiling u-boot (32 bits)

[yocto] Kernel too old with core-image-minimal for Pine64

2016-08-21 Thread Mont3z Claros
Dear all, I'm working on a bsp layer for SBC Pine64 and my image is successfully generated but I'm getting "FATAL: kernel too old" when booting the rootfs init. My kernel is version 3.10 and I used Linaro 5.3 to compile all components of the image. I've tried adding: OLDEST_KERNEL = "3.10" and I

[yocto] Image partition with boot0 blob

2016-07-22 Thread Mont3z Claros
Hello all, I'm trying to create an image with the following partition: boot0_position=8 # KiB uboot_position=19096 # KiB boot0 is a blob and it loads u_boot. Please can some one help me on this matter? Thanks a lot, Montez -- ___ yocto mailing

[yocto] Development of stage recipe

2016-07-15 Thread Mont3z Claros
Hi All, I'm making a recipe to generate a component called ARM Trusted Firmware. This component is not to be deployed and it'll be used by u-boot recipe to generate a u-boot image. I was thinking on using STAGING_LOADER_DIR but it seems that this is deprecated. I would like to ask what is the