All of lore.kernel.org
 help / color / mirror / Atom feed
* Updates in meta-fsl-arm in 2013-09-25
@ 2013-09-26  1:00 Otavio Salvador
  2013-09-26 12:24 ` Master - Perf compile error Jose Mª Ferreiro
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2013-09-26  1:00 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

Hello,

I pushed following changes into master branch:

commit 69f0129c93d0a267ea4e73ea3ec23cdd8df489cb
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Sun Sep 22 18:21:20 2013 -0300

    imx-base.inc: Drop gst-fsl-plugin for vf60 SoC family

    The vf60 SoC family does not has VPU so we shouldn't include the
    gst-fsl-plugin. We fix it making an override for the SoC family as
    done for 'mx3' one.

    Change-Id: I2eadf16b67cafc8b91e4968b6108ce4c90f7e284
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

commit 70c8d122286611039d07248ead9757dc7dbeb538
Author: Mario Domenech Goulart <mario@ossystems.com.br>
Date:   Thu Sep 19 11:11:06 2013 -0300

    imx28evk: set up UBOOT_CONFIG with config/fs-type for the
supported boot devices

    Supported boot devices: sd, nand and sd-auart-console.

    Change-Id: I4521bbfa7a3c5ec4002a583b682a36ab18e9357a
    Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>

commit 44f108636cd52297f65574a57b213523ad2d5373
Author: Mario Domenech Goulart <mario@ossystems.com.br>
Date:   Wed Sep 18 11:23:13 2013 -0300

    imx6solosabresd: set up UBOOT_CONFIG with config/fs-type for the
supported boot devices

    Supported boot devices: sd

    Change-Id: Ic4f72275dc37da9f882ba51b234c1a1b4e6b2d4f
    Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>

commit 4f754f72226f56e226086d390f2a72ac52e35bd4
Author: Mario Domenech Goulart <mario@ossystems.com.br>
Date:   Wed Sep 18 11:22:45 2013 -0300

    imx6solosabreauto: set up UBOOT_CONFIG with config/fs-type for the
supported boot devices

    Supported boot devices: sd, eimnor, nand and spinor.

    Change-Id: I9f4fbfc5c2331a2f2ec20cec2c7ea158f84dae2e
    Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>

commit 091cc47858f5d8bc040ea59a6941948d292e9ca8
Author: Mario Domenech Goulart <mario@ossystems.com.br>
Date:   Wed Sep 18 11:22:18 2013 -0300

    imx6qsabresd: set up UBOOT_CONFIG with config/fs-type for the
supported boot devices

    Supported boot devices: sd and sata.

    Change-Id: I66a3a5fcfa8624d1aba35003a873ba3a3bb1dcaf
    Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>

commit d97747814849af574e7a7227e808de6b75104d06
Author: Mario Domenech Goulart <mario@ossystems.com.br>
Date:   Wed Sep 18 11:21:56 2013 -0300

    imx6qsabreauto: set up UBOOT_CONFIG with config/fs-type for the
supported boot devices

    Supported boot devices: sd, eimnor, nand and spinor.

    Change-Id: I613abc2ae5e5fe67c59f4aa1466ff1d879532725
    Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>

commit a0970c27abdc1b2564bf9a4d18014350568a3762
Author: Mario Domenech Goulart <mario@ossystems.com.br>
Date:   Wed Sep 18 11:21:14 2013 -0300

    imx6dlsabresd: set up UBOOT_CONFIG with config/fs-type for the
supported boot devices

    Supported boot devices: sd.

    Change-Id: I6028f47d170015f8c8aac113773e24ced34e38a0
    Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>

commit 3ee0b563b93f93e4d119ec46d9ad4a9373970266
Author: Mario Domenech Goulart <mario@ossystems.com.br>
Date:   Wed Sep 18 11:20:46 2013 -0300

    imx6dlsabreauto: set up UBOOT_CONFIG with config/fs-type for the
supported boot devices

    Supported boot devices: sd, eimnor, nand and spinor.

    Change-Id: I7d762689582221489d53819b0cde0b3356230d75
    Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>

Regards,

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Master - Perf compile error
  2013-09-26  1:00 Updates in meta-fsl-arm in 2013-09-25 Otavio Salvador
@ 2013-09-26 12:24 ` Jose Mª Ferreiro
  2013-09-26 16:37   ` Jose Mª Ferreiro
  0 siblings, 1 reply; 3+ messages in thread
From: Jose Mª Ferreiro @ 2013-09-26 12:24 UTC (permalink / raw)
  To: meta-freescale

Hello

We are trying to build Yocto master with linux-fslc for a iMX6Q 
Sabrelite board and we got this error at perf.c:
#include <lk/debugfs.h> No such file or directory

This line from perf tool has changed from dylan to master. At dylan it was:
#include "util/debugfs.h"

On the other way, linux-imx must have that header (because it compiles 
with Yocto master) but I don´t know if I can use them ... or how to use 
them.

Also I looked for and I found some people saying linux-fslc does not 
provide some headers, but I can not find anyone saying how I can add them.

Any clue?

Thank you and best regards


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Master - Perf compile error
  2013-09-26 12:24 ` Master - Perf compile error Jose Mª Ferreiro
@ 2013-09-26 16:37   ` Jose Mª Ferreiro
  0 siblings, 0 replies; 3+ messages in thread
From: Jose Mª Ferreiro @ 2013-09-26 16:37 UTC (permalink / raw)
  To: meta-freescale

Hi

We do a ./repo sync and bitbaked again.
After some hours, it give us another compile error at these stddefs.h 
lines compilin a qt-x11 module:

enum {
               false=0,
               true=1
}

The error: undeclared identifier false.

We want to compile the master-branch + linux-fscl to see how last 
graphic driver works. Perhaps is it not a good idea since master can be 
more unstable? Or must it work mostly of times?

Thanks

El 26/09/2013 14:24, Jose Mª Ferreiro escribió:
> Hello
>
> We are trying to build Yocto master with linux-fslc for a iMX6Q 
> Sabrelite board and we got this error at perf.c:
> #include <lk/debugfs.h> No such file or directory
>
> This line from perf tool has changed from dylan to master. At dylan it 
> was:
> #include "util/debugfs.h"
>
> On the other way, linux-imx must have that header (because it compiles 
> with Yocto master) but I don´t know if I can use them ... or how to 
> use them.
>
> Also I looked for and I found some people saying linux-fslc does not 
> provide some headers, but I can not find anyone saying how I can add 
> them.
>
> Any clue?
>
> Thank you and best regards
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-26 16:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-26  1:00 Updates in meta-fsl-arm in 2013-09-25 Otavio Salvador
2013-09-26 12:24 ` Master - Perf compile error Jose Mª Ferreiro
2013-09-26 16:37   ` Jose Mª Ferreiro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.