Re: [yocto] [PATCH] Added missing CPPFLAGS/CFLAGS/LDFLAGS in sample recipe for morty branch

2017-07-30 Thread Pierre FICHEUX
Hi, So do you want a new patch with LDFLAGS only? regards -- Pierre FICHEUX -/- CTO Smile-ECS, France -\- pierre.fich...@smile.fr http://www.smile.fr http://ingenierie.openwide.fr I would love to change the world

Re: [yocto] [PATCH] Added missing CPPFLAGS/CFLAGS/LDFLAGS in sample recipe for morty branch

2017-07-17 Thread Pierre FICHEUX
My first proposed patch didn't include CPPFLAGS/CFLAGS but Khem Raj did prefer the new way :) -- Pierre FICHEUX -/- CTO Smile-ECS, France -\- pierre.fich...@smile.fr http://www.smile.fr http://ingenierie.openwide.fr I would

[yocto] [PATCH] Added missing CPPFLAGS/CFLAGS/LDFLAGS in sample recipe for morty branch

2017-07-17 Thread Pierre FICHEUX
This problem causes the following error : ERROR: example-0.1-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Pierre FICHEUX <pierre.fich...@smile.fr> --- .../target/arch/layer/recipes-example/example/example-recipe-0.1.bb| 3 ++- 1 file changed, 2 insertions

Re: [yocto] RPi app built with SDK won't load

2017-07-02 Thread Pierre FICHEUX
Did you try compiling in text mode? $ $CC -o test test.c -- Pierre FICHEUX -/- CTO Smile-ECS, France -\- pierre.fich...@smile.fr http://www.smile.fr http://ingenierie.openwide.fr I would love to change the world

Re: [yocto] [PATCH] Added missing LDFLAGS in sample recipe for morty branch

2017-07-02 Thread Pierre FICHEUX
Hi, Yes but it was fixed that way in the Pyro branch. do_compile() { ${CC} ${LDFLAGS} helloworld.c -o helloworld } regards -- Pierre FICHEUX -/- CTO Smile-ECS, France -\- pierre.fich...@smile.fr http://www.smile.fr

[yocto] [PATCH] Added missing LDFLAGS in sample recipe for morty branch

2017-07-01 Thread Pierre FICHEUX
This problem causes the following error : ERROR: example-0.1-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Pierre FICHEUX <pierre.fich...@smile.fr> --- .../target/arch/layer/recipes-example/example/example-recipe-0.1.bb | 2 +- 1 file changed, 1 insertion

[yocto] Always removing status files in case of IPK

2013-02-19 Thread Pierre Ficheux
- - # Also delete the status files - remove_packaging_data_files fi fi set +x -- Pierre FICHEUX -/- CTO OW/OS4I, France -\- pierre.fich...@openwide.fr http://www.os4i.com

Re: [yocto] Always removing status files in case of IPK

2013-02-19 Thread Pierre Ficheux
Yes, better with IMAGE_FEATURES += package-management sorry. - Mail original - De: Martin Jansa martin.ja...@gmail.com À: Pierre Ficheux pierre.fich...@openwide.fr Cc: yocto@yoctoproject.org Envoyé: Mardi 19 Février 2013 23:06:11 Objet: Re: [yocto] Always removing status files

Re: [yocto] package list for image build

2013-02-13 Thread Pierre Ficheux
-g core-image-minimal result in pn-buildlist. -- Pierre FICHEUX -/- CTO OWI, France -\- pierre.fich...@openwide.fr http://ingenierie.openwide.fr http://www.linuxembedded.fr I would love to change the world