Re: [yocto] QT5 for gernericX86

2014-06-02 Thread Bastian Weißbach
Hi, still no luck for this. My current configuration is: IMAGE_INSTALL_append = cinematicexperience DISTRO_FEATURES_append = opengl DISTRO_FEATURES_remove = x11 wayland Also I added a .bbappend to the qtbase package: PACKAGECONFIG = release dbus udev evdev widgets tools libs openssl

[yocto] [meta-raspberrypi][PATCH 0/1] userland: Add '--no-as-needed' linker flag to ensure all specified shared libraries are linked against applications (e.g. raspivid)

2014-06-02 Thread Alex J Lennon
Please see following patch for details Alex J Lennon (1): userland: Add '--no-as-needed' linker flag to ensure all specified shared libraries are linked against applications (e.g. raspivid) recipes-graphics/userland/userland_git.bb | 10 +++--- 1 file changed, 7 insertions(+), 3

[yocto] [meta-raspberrypi][PATCH 1/1] userland: Add '--no-as-needed' linker flag to ensure all specified shared libraries are linked against applications (e.g. raspivid)

2014-06-02 Thread Alex J Lennon
libmmal_vc_client.so makes use of __attribute__(constructor) to ensure that supplier components (e.g. camera) are loaded when the static library is loaded. raspivid, and possibly other applications, link against libmmal_vc_client.so, causing the ctor to execute, but there is no needed

Re: [yocto] [meta-raspberrypi][PATCH 1/1] userland: Add '--no-as-needed' linker flag to ensure all specified shared libraries are linked against applications (e.g. raspivid)

2014-06-02 Thread Alexandru Vaduva
It looks ok to me. Waiting for a push on remote. I like the suggestion regarding SRC_URI format but I would have suggested it to be another patch. The reason would be that when someone wants to do a revert to the change the suggestion would still remain, but this is only a personal preference.

Re: [yocto] [meta-raspberrypi][PATCH 1/1] userland: Add '--no-as-needed' linker flag to ensure all specified shared libraries are linked against applications (e.g. raspivid)

2014-06-02 Thread Paul Barker
Just jumping in to make a couple of minor comments, hope you don't mind. On 2 June 2014 11:04, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: libmmal_vc_client.so makes use of __attribute__(constructor) to ensure that supplier components (e.g. camera) are loaded when the static library is

Re: [yocto] [meta-raspberrypi][PATCH 1/1] userland: Add '--no-as-needed' linker flag to ensure all specified shared libraries are linked against applications (e.g. raspivid)

2014-06-02 Thread Alex J Lennon
On 02/06/2014 11:30, Alexandru Vaduva wrote: It looks ok to me. Waiting for a push on remote. Thanks Alex. Interesting issue. Next time I get a chance I need to turn back to getting gstreamer-1.0 working with it. I've pushed the commit up to gherzan. Is there anything else I should be doing?

Re: [yocto] [meta-raspberrypi][PATCH 1/1] userland: Add '--no-as-needed' linker flag to ensure all specified shared libraries are linked against applications (e.g. raspivid)

2014-06-02 Thread Alexandru Vaduva
I am not sure, let`s wait and see what the maintainers(Andrei and John) have to say, if you pushed the commit as recommended into the README file ( https://github.com/djwillis/meta-raspberrypi/blob/master/README). I will try to contact them on Trello tonight if nothings happens until them. Alex

Re: [yocto] [meta-raspberrypi][PATCH 1/1] userland: Add '--no-as-needed' linker flag to ensure all specified shared libraries are linked against applications (e.g. raspivid)

2014-06-02 Thread Alex J Lennon
On 02/06/2014 11:50, Alexandru Vaduva wrote: I am not sure, let`s wait and see what the maintainers(Andrei and John) have to say, if you pushed the commit as recommended into the README file (https://github.com/djwillis/meta-raspberrypi/blob/master/README). I will try to contact them on

[yocto] [meta-raspberrypi][PATCH 1/2] userland: Add '--no-as-needed' linker flag to ensure all specified shared libraries are linked against applications (e.g. raspivid)

2014-06-02 Thread Alex J Lennon
libmmal_vc_client.so makes use of __attribute__(constructor) to ensure that supplier components (e.g. camera) are loaded when the static library is loaded. raspivid, and possibly other applications, link against libmmal_vc_client.so, causing the ctor to execute, but there is no needed

[yocto] [meta-raspberrypi][PATCH 2/2] userland: Add SRCBRANCH and SRCFORK for use by SRC_URI

2014-06-02 Thread Alex J Lennon
Makes it clearer to manage repo forks, and branches prior to (e.g.) upstream commits of in tree changes Change-Id: I42f8af975c08f84c4ceb9910713eba2da3a87d8b Signed-off-by: Alex J Lennon ajlen...@dynamicdevices.co.uk --- recipes-graphics/userland/userland_git.bb | 5 - 1 file changed, 4

Re: [yocto] [meta-selinux][PATCH] refpolicy: Allow udev the block_suspend capability

2014-06-02 Thread Mark Hatle
Merged to master. On 5/13/14, 5:01 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Fix the avc denied issue: type=1400 audit(1399440994.656:14): avc: denied { block_suspend } for pid=80 comm=udevd capability=36

Re: [yocto] [meta-selinux][PATCH][V2] setools: Add bison-native and flex-native to DEPENDS

2014-06-02 Thread Mark Hatle
Merged to master. On 5/22/14, 8:59 PM, Chong Lu wrote: Avoid policy_scan.c: No such file or directory Signed-off-by: Chong Lu chong...@windriver.com --- recipes-security/setools/setools_3.3.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[yocto] bitbake virtual/kernel -c devshell doesn't build the sdk

2014-06-02 Thread Adrian Dudau
Hi, Starting from a fresh build folder, I run bitbake -c devshell virtual/kernel and expect to have the cross SDK sourced and be able to build the kernel in the devshell. The issue is that even though PATH is preppended correctly with the expected location of the SDK (in my case

[yocto] [opkg-utils PATCH] detect ability to use --format=gnu with tar

2014-06-02 Thread tom
From: Thomas Ingleby thomas.c.ingl...@intel.com If opkg-build is being used on a platform not using GNU tar, format=gnu will necessarily work. Thomas Ingleby (1): opkg-build: add detection if using GNU tar. opkg-build | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-)

[yocto] [opkg-utils PATCH] opkg-build: add detection if using GNU tar.

2014-06-02 Thread tom
From: Thomas Ingleby thomas.c.ingl...@intel.com * Some options of GNU tar do not exist on other implementations Signed-off-by: Thomas Ingleby thomas.c.ingl...@intel.com --- opkg-build | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/opkg-build b/opkg-build

[yocto] How to change linux kernel to my own linux kernel repository in poky-tiny

2014-06-02 Thread Wenxi Jin
Hi, 1. By following Hands-on kernel lab meta-lab4-qemux86 tutorial, I managed to use my own linux kernel repository. And then I realized the bzImage.bin file is around 87M which is totally not acceptable on my target platform MIPS. Q1: How should I reduce the kernel size? 2. Then I found out

Re: [yocto] bitbake virtual/kernel -c devshell doesn't build the sdk

2014-06-02 Thread Alexandru Vaduva
Adrian did you run a -c compile before -c devshell? I do not believe you should have a crosssdk with only calling -c devshell on a pachage/recipe. Alex On Monday, June 2, 2014 8:21 PM, Adrian Dudau adrian.du...@enea.com wrote: Hi, Starting from a fresh build folder, I run bitbake -c

Re: [yocto] [opkg-devel] [opkg-utils PATCH] opkg-build: add detection if using GNU tar.

2014-06-02 Thread Paul Barker
On Mon, Jun 02, 2014 at 11:50:48AM +0100, t...@ewsting.org wrote: From: Thomas Ingleby thomas.c.ingl...@intel.com * Some options of GNU tar do not exist on other implementations Signed-off-by: Thomas Ingleby thomas.c.ingl...@intel.com --- opkg-build | 17 ++--- 1 file

[yocto] [yocto and jenkins]

2014-06-02 Thread Insop Song
All, I've been building yocto using jenkins. I want to include yocto's build environment variable BUILD_NUMBER to yocto's kernel. 1, I've tried this in one of my conf file, add GS_SDK_VERSION = GS-SDK-V1.5-${BUILD_NUMBER} But ${BUILD_NUMBER} is not expended 2, I've looked at Keon's example

Re: [yocto] [yocto and jenkins]

2014-06-02 Thread Paul Barker
On Mon, Jun 02, 2014 at 03:38:43PM -0700, Insop Song wrote: All, I've been building yocto using jenkins. I want to include yocto's build environment variable BUILD_NUMBER to yocto's kernel. 1, I've tried this in one of my conf file, add GS_SDK_VERSION = GS-SDK-V1.5-${BUILD_NUMBER}

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, June 3, 2014 8:00 AM US Pacific Time

2014-06-02 Thread Jolley, Stephen K
Agenda: * Opens collection - 5 min (Stephen) * Yocto 1.7 status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.7_Status https://wiki.yoctoproject.org/wiki/Yocto_1.7_Schedule https://wiki.yoctoproject.org/wiki/Yocto_1.7_Features * SWAT team rotation: Cristian -

[yocto] Query in yocto

2014-06-02 Thread Bharath Chandra
Hi, I am new to yocto and have been working on customizing a recipe and building a new image. I have a small query. By looking at a binary file on the target machine, I want to know from which recipe it has been generated??. Came to know that someone is working on a similar kind of tool called as

Re: [yocto] [yocto and jenkins]

2014-06-02 Thread Insop Song
Thank you very much Paul. Setting export BB_ENV_EXTRAWHITE=${BUILD_NUMBER} fixed the issue. Regards, Insop On Mon, Jun 2, 2014 at 4:03 PM, Paul Barker p...@paulbarker.me.uk wrote: On Mon, Jun 02, 2014 at 03:38:43PM -0700, Insop Song wrote: All, I've been building yocto using jenkins. I