Re: [meta-freescale] /etc directory path in yocto

2014-10-21 Thread Christopher Larson
On Tue, Oct 21, 2014 at 10:28 PM, jags gediya wrote: > I am compiling the custom recipie and i am getting the error in > do_install function. > > Below is the do_install function > > do_install() { > oe_runmake install DESTDIR=${D} SBINDIR=${sbindir} > MANDIR=${mandir} \ >

[meta-freescale] /etc directory path in yocto

2014-10-21 Thread jags gediya
Hi All, I am compiling the custom recipie and i am getting the error in do_install function. Below is the do_install function do_install() { oe_runmake install DESTDIR=${D} SBINDIR=${sbindir} MANDIR=${mandir} \ INCLUDEDIR=${includedir} } Error: sav

[meta-freescale] login wandboard

2014-10-21 Thread Hugo A. Sampaio
Hi community, I've just cooked a core-image-minimal for my wandboard-solo and the root user isn't available. Do someone know how I did it? Thanks, Hugo A. Sampaio -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org https

Re: [meta-freescale] gcc in meta-toolchain-qt5 (master) is not hard float by default

2014-10-21 Thread Alfonso Tamés
Thanks Otavio! > On 20/10/2014, at 21:13, Otavio Salvador wrote: > >> On Mon, Oct 20, 2014 at 12:08 AM, Alfonso Tamés wrote: >> Running the meta-toolchain's arm-poky-linux-gnueabi-gcc -v from Daisy gives >> --with-float=hard as a configured option. On the other hand, the compiler >> generated

[meta-freescale] [meta-fsl-arm][PATCH] nativesdk-packagegroup-sdk-host: add nativesdk-u-boot-mkimage

2014-10-21 Thread Javier Viguera
Add the 'mkimage' host tool to the toolchains generated with 'bitbake meta-toolchain' or with 'bitbake -c populate_sdk '. This allows to use the standalone toolchain to build kernel images of type uImage (with u-boot header) Signed-off-by: Javier Viguera --- recipes-core/packagegroup/nativesdk-

[meta-freescale] [meta-fsl-arm] [PATCH] cairo: Fix PACKAGECONFIG settings

2014-10-21 Thread Gary Thomas
Remove a forced setting of PACKAGECONFIG_mx6 - this caused some flags which were set by the main recipe to be lost, e.g. "x11". The flags which are being set by these lines are correctly set in the main recipe, so this change fixes the errant behaviour with no other side effects. Signed-off-by: G

Re: [meta-freescale] Issue building cairo

2014-10-21 Thread Gary Thomas
On 2014-10-21 05:49, Daiane Angolini wrote: On Tue, Oct 21, 2014 at 9:46 AM, Gary Thomas wrote: On 2014-10-21 05:40, Daiane Angolini wrote: On Mon, Oct 20, 2014 at 10:04 PM, Gary Thomas wrote: I was chasing a bug building cairo on my i.MX6Q target and noticed that the PACKAGECONFIG flags d

Re: [meta-freescale] Issue building cairo

2014-10-21 Thread Daiane Angolini
On Tue, Oct 21, 2014 at 9:46 AM, Gary Thomas wrote: > On 2014-10-21 05:40, Daiane Angolini wrote: >> >> On Mon, Oct 20, 2014 at 10:04 PM, Gary Thomas wrote: >>> >>> I was chasing a bug building cairo on my i.MX6Q target and >>> noticed that the PACKAGECONFIG flags don't seem to be set >>> correct

Re: [meta-freescale] Issue building cairo

2014-10-21 Thread Gary Thomas
On 2014-10-21 05:40, Daiane Angolini wrote: On Mon, Oct 20, 2014 at 10:04 PM, Gary Thomas wrote: I was chasing a bug building cairo on my i.MX6Q target and noticed that the PACKAGECONFIG flags don't seem to be set correctly. My DISTRO_FLAGS contains 'x11', but they don't seem to be reflected i

Re: [meta-freescale] Issue building cairo

2014-10-21 Thread Daiane Angolini
On Mon, Oct 20, 2014 at 10:04 PM, Gary Thomas wrote: > I was chasing a bug building cairo on my i.MX6Q target and > noticed that the PACKAGECONFIG flags don't seem to be set > correctly. My DISTRO_FLAGS contains 'x11', but they don't > seem to be reflected in PACKAGECONFIG as I would expect from