Re: [yocto] Yocto Project and OpenEmbedded Logos

2014-01-31 Thread Philip Balister
On 01/30/2014 10:53 PM, Paul Barker wrote: Hi, sorry this is a last-minute question. I'm throwing together slides for my talk at FOSDEM on Sunday and I could do with decent copies of the Yocto Project and OpenEmbedded logos to include where appropriate. I think having good images of the

Re: [yocto] Yocto Project and OpenEmbedded Logos

2014-01-31 Thread Barros Pena, Belen
Sent them off list. I'll try to get them on the website. Cheers Belén On 30/01/2014 23:15, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: Hi Paul, I had similar trouble today. I couldn't for the life of me find a nice SVG of the Yocto logo, although I did scan through the brand

[yocto] Help with ipset bitbake files

2014-01-31 Thread Padam J . Singh
Hello, I am trying to create a bitbake file for ipset (http://ipset.netfilter.org). Currently using the Poky project. When executing this recipe, all steps completes OK. However, the compiled binaries are not included in the final RPMs or the final images. Could someone point out what could

Re: [yocto] Help with ipset bitbake files

2014-01-31 Thread Burton, Ross
On 31 January 2014 11:45, Padam J.Singh m...@padamj.com wrote: When executing this recipe, all steps completes OK. However, the compiled binaries are not included in the final RPMs or the final images. If you include the output of find in both image/ and packages-split/ then it would be

[yocto] Fwd: Personalized SDKPATH and sysroot

2014-01-31 Thread Bertrand Roussel
Hi all, I'm currently playing with Yocto 1.4, and I have few questions about generated SDKs. 1/ The sysroot seems to be hardcoded in binaries, for instance: $ /opt/poky/1.4.2/sysroots/x86_64-pokysdk-linux/usr/bin/armv6-vfp-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc --print-sysroot

Re: [yocto] Help with ipset bitbake files

2014-01-31 Thread Padam J. Singh
Hello Ross, Thanks for the help! I was able to see that both the images/ and packages-split/ipset had the binary. The root_fs does not have this file. The building of final image shows that the ipset rpm is being installed. I have added ipset to the top-level image : IMAGE_INSTALL += ipset

Re: [yocto] How to temporarily disable a package rebuild during an image build?

2014-01-31 Thread Alex J Lennon
On 31/01/2014 01:22, Adam Lee wrote: I see. Why not just build the kernel image (uImage) and copy the file over to your /boot partition? That way you don't have to build and as well as write an entire image to ur card, saving you some time.

[yocto] Some issues with the Sunxi-Mali Package

2014-01-31 Thread Philipp Sebastian
Hello to everyone ! My Name is Philipp from Germany im new to the yocto Mailinglist an also to the Project this is my First Linux experience and im very curious about it :-) Maybe someone can help me with my issues ... Ive started my First build last saturday just trying to build a very tiny

[yocto] [meta-raspberrypi][PATCH] Add initramfs support

2014-01-31 Thread Sébastien Mennetrier
Permit to build an image with initramfs. --- classes/sdcard_image-rpi.bbclass | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 3ee4e94..815aaa9 100644 --- a/classes/sdcard_image-rpi.bbclass +++

[yocto] [meta-raspberrypi][PATCH V2] Add initramfs support

2014-01-31 Thread Sébastien Mennetrier
Permit to build an image with initramfs. Signed-off-by: Sébastien Mennetrier s.mennetr...@innotis.org --- classes/sdcard_image-rpi.bbclass | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index

Re: [yocto] MP4 Playback Issue with GST-1.0

2014-01-31 Thread Iorga, Cristian
Hi Khaja, There are several things you can do in order to solve this issue: 1. Please test with the latest master of poky if the issue is still reproducible. Let us know of the result. 2. Open a bug report on bugzilla.yoctoproject.org . 3. State more info related to your

Re: [yocto] MP4 Playback Issue with GST-1.0

2014-01-31 Thread Carlos Rafael Giani
Hello, it would also be useful to know if this happens on the PC as well. If so, then asking the GStreamer developers may be more appropiate. Also, the GStreamer 1.0 version in Dora is 1.0.9 , while the one in master is 1.2.2. There have been significant h264 related fixes between these