Re: [yocto] [poky] Is this a bug of binutils

2013-09-26 Thread Laurentiu Palcu
Hi Li Zhijian, On Thu, Sep 26, 2013 at 11:57:22AM +0800, Li Zhijian wrote: Hi,Laurentiu I think it could be something wrong with binutils(2.23.1 or later) there is different behavior at binutils-2.23.1/ld/ldfile.c(ldfile_open_file_search) from binutils-2.22 If both --sysroot directory

[yocto] Gstreamer mfw_isink

2013-09-26 Thread Diego Gonzalez
Hello, I'm working with gstreamer using fsl-image-gui and I tried the next tutorial (Multi-Overlay) https://community.freescale.com/docs/DOC-93788 . However when I try to use mfw_isink, gstreamer tells me : WARNING: erroneous pipeline: no element mfw_isink So if I inspect (gst-inspect |

[yocto] problem with perl and locale support in SDK

2013-09-26 Thread Hans Beckérus
Hi. We get following problem when trying to execute any perl programs in the SDK environment. This is an example of running 'perl -v' perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_MESSAGES = C, LC_COLLATE = C,

Re: [yocto] How to combine BBCLASSEXTEND and variable export

2013-09-26 Thread Hans Beckérus
On Thu, Sep 26, 2013 at 12:13 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Hans, On Wednesday 25 September 2013 17:39:04 Hans Beckérus wrote: Hi. I have a recipe that use BBCLASSEXTEND to extend native. For the normal/base version I wish to set/export an environment variable to

Re: [yocto] How to combine BBCLASSEXTEND and variable export

2013-09-26 Thread Paul Eggleton
On Thursday 26 September 2013 12:38:13 Hans Beckérus wrote: On Thu, Sep 26, 2013 at 12:13 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 25 September 2013 17:39:04 Hans Beckérus wrote: Hi. I have a recipe that use BBCLASSEXTEND to extend native. For the normal/base

[yocto] Antwort: Re: Antwort: Re: Is it possible to add machine specific changes in a separate custom layer?

2013-09-26 Thread Felix01 Fischer
Hi Paul Another follow up Question :-) Paul Eggleton paul.eggle...@linux.intel.com schrieb am 25.09.2013 14:33:04: Von: Paul Eggleton paul.eggle...@linux.intel.com An: Felix01 Fischer felix01.fisc...@iav.de, Kopie: yocto@yoctoproject.org Datum: 25.09.2013 14:33 Betreff: Re: Antwort: Re:

[yocto] Question about DEPENDS and eg. DEPENDS_class-native

2013-09-26 Thread Hans Beckérus
Hi. Browsing through the existing recipes really did not answer this since I have no clue what was the initial intent. So my quick question is if a .inc file has a DEPENDS = foo and a recipe that includes it has DEPENDS_class-native = fee, will the resulting depend be merged from the two or will

Re: [yocto] [meta-selinux] Add util-linux-agetty to core-image-selinux IMAGE_INSTALL.

2013-09-26 Thread Joe MacDonald
All opposed? If the motion is carried, I'll merge it both into master and what will soon become master-next. -J. [[yocto] [meta-selinux] Add util-linux-agetty to core-image-selinux IMAGE_INSTALL.] On 13.09.26 (Thu 04:58) Philip Tricca wrote: Currently logins to core-image-selinux images

Re: [yocto] How to combine BBCLASSEXTEND and variable export

2013-09-26 Thread Hans Beckérus
On Thu, Sep 26, 2013 at 12:48 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 26 September 2013 12:38:13 Hans Beckérus wrote: On Thu, Sep 26, 2013 at 12:13 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 25 September 2013 17:39:04 Hans Beckérus wrote:

Re: [yocto] Question about DEPENDS and eg. DEPENDS_class-native

2013-09-26 Thread Hans Beckerus
On 2013-09-26 2:41, Hans Beckérus wrote: Hi. Browsing through the existing recipes really did not answer this since I have no clue what was the initial intent. So my quick question is if a .inc file has a DEPENDS = foo and a recipe that includes it has DEPENDS_class-native = fee, will the

[yocto] Best way to reuse install scripts across multiple recipes?

2013-09-26 Thread Brad Litterell
I'm finding that I use a pattern like this in a number of recipes to install all the files that exist in a particular folder, generally scripts or data files: # copy scripts pushd ${S}/files/bin # note that failure in the exec is not always captured here, so this needs to be

[yocto] Yocto Bitbake Commander New Project Bug

2013-09-26 Thread Jate Sujjavanich
Creating a Yocto Bitbake Commander project using an existing poky directory is a little buggy. I usually do this to avoid downloading poky from the Internet. The plugin wizard implies that you can use a poky directory in your workspace with its clone from yocto repository option. Attempting to

[yocto] [meta-selinux] Check for the availability of 'secon' and 'setenforce' in the selinux-init.sh script.

2013-09-26 Thread Philip Tricca
This is for consistency and to aid in debugging. Signed-off-by: Philip Tricca fl...@twobit.us --- recipes-security/selinux/selinux-config/selinux-init.sh |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-security/selinux/selinux-config/selinux-init.sh

[yocto] [meta-selinux] Resend: Install policy headers and include them in the refpolicy dev package.

2013-09-26 Thread Philip Tricca
To do this we call the 'install-headers' make target at the end of do_install. We then add the interface 'include' directory to the dev package leaving only the policy modules in the main policy package. This allows projects that ship their own SELinux policy (not in the refpolicy) to build the

[yocto] Question about automatic debug package generation

2013-09-26 Thread Brad Litterell
My recipe builds and ships an executable in /foo/bin/fooapp FILES_${PN} += /foo/bin/* WARNING: QA Issue: foo: Files/directories were installed but not shipped /foo/bin/.debug /foo/bin/.debug/fooapp This file doesn't appear in the image, but is in the package folder:

Re: [yocto] Question about automatic debug package generation

2013-09-26 Thread Nicolas Dechesne
On Fri, Sep 27, 2013 at 12:00 AM, Brad Litterell b...@evidence.com wrote: My recipe builds and ships an executable in /foo/bin/fooapp FILES_${PN} += /foo/bin/* WARNING: QA Issue: foo: Files/directories were installed but not shipped /foo/bin/.debug /foo/bin/.debug/fooapp This file

Re: [yocto] Mono 2.10.8.1 (meta-mono) Corelib not in sync with runtime...

2013-09-26 Thread Ryan Kirkpatrick
On Fri, 20 Sep 2013, Ryan Kirkpatrick wrote: I am trying to get Mono 2.10 working on a core-image-basic running on qemux86 machine. I am using pokay-dylan-9.0.2 on a Debian 6.0.7 system for the builds and been able to build and run images without issue. Yet, when I went to add the

[yocto] [meta-selinux] Add ${bindir}/sepolgen to system-config-selinux package.

2013-09-26 Thread Philip Tricca
Currently the policycoreutils package has a broken link from ${bindir}/sepolgen to ${datadir}/system-config-selinux/polgen.py. All of the other polgen stuff is in system-config-selinux so adding sepolgen to same package seems like the right thing to do. Signed-off-by: Philip Tricca

[yocto] how to add a new bb(xerces-c)?

2013-09-26 Thread 曹志研
Hello, everyone! I try to add a new bb(xerces-c) to my image, bb is as followings: DESCRIPTION = Xerces-C++ is a validating XML parser written in a portable subset of C++. HOMEPAGE = http://xerces.apache.org/xerces-c/; LICENSE = Apache LIC_FILES_CHKSUM =