[yocto] [EDT][prelink-cross] possible memory leak in opd_size

2015-05-05 Thread Maninder Singh
EP-F6AA0618C49C4AEDA73BFF1B39950BAB Hi, we found one issue through code-walk through and it seems we are creating unusable OPD table , Not sure about fix, please check below fix. Signed-off-by: Vaneet Narang Signed-off-by: Maninder Singh Reviewed-by: Ajeet Yadav --- trunk/src/fptr.c |1

[yocto] [EDT][prelink-cross][PATCH] cleanup code

2015-05-05 Thread Maninder Singh
EP-F6AA0618C49C4AEDA73BFF1B39950BAB Hi, Remove dso NULL check because before calling this API already checking for dso NULL and also dso pointer is used before this check. Signed-off-by: Akhilesh Kumar Reviewed-by: Ajeet Yadav --- trunk/src/gather.c |1 - 1 files changed, 0 insertions(+),

[yocto] [EDT][PATCH][prelink-cross] dso validation check fix

2015-05-05 Thread Maninder Singh
EP-F6AA0618C49C4AEDA73BFF1B39950BAB Hi Mark, dso null pointer check is wrongly placed. Signed-off-by: Maninder Singh Signed-off-by: Vaneet Narang Reviewed-by: Ajeet Yadav --- trunk/src/rtld/rtld.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/src/rtld/rtld

[yocto] [EDT] [PATCH] [prelink-cross] realloc fix memory leak

2015-05-05 Thread Maninder Singh
EP-F6AA0618C49C4AEDA73BFF1B39950BAB Hi Mark, Free previously allocated memory if realloc fails. Signed-off-by: Maninder Singh Signed-off-by: Vaneet narang Reviewed-by: Akhilesh Kumar --- trunk/src/doit.c|4 +++- trunk/src/gather.c |4 +++- trunk/src/undoall.c |4 +++- 3 fil

[yocto] Build available for QA

2015-05-05 Thread Poky Build User
-e A build identified as needing QA has finished on the autobuilder. This build is located at: http://autobuilder.yoctoproject.org/pub/nightly/20150505-2 Build hash information: meta-intel : 4739f47e9358ec8cb82a72f3e185003c5ce40b2c meta-fsl-arm

Re: [yocto] creating images which include actively developed applications

2015-05-05 Thread Khem Raj
> On May 5, 2015, at 6:35 PM, michael_e_br...@dell.com wrote: > > Dell - Internal Use - Confidential > > We use the google android “repo” tool plus ‘externalsrc’ to great effect. 3 > generations now, across now 6-ish different products and dozens of releases > at this point. It checks out poky

Re: [yocto] creating images which include actively developed applications

2015-05-05 Thread Michael_E_Brown
Dell - Internal Use - Confidential We use the google android "repo" tool plus 'externalsrc' to great effect. 3 generations now, across now 6-ish different products and dozens of releases at this point. It checks out poky, our layer, our source mirror, and our internal sources all at once. -- Mic

[yocto] [RFC] Yocto Bug 5044, 6149 PREFERRED_PROVIDER runtime

2015-05-05 Thread Jate Sujjavanich
This patch allows a PREFERRED_PROVIDER to be specified for a runtime package. It's working for me on poky 1.6.3 (Daisy). I have tested it with the sshd example in Yocto Bug #5044 (sshd) and #6149 (libasound-module-bluez). # In my local.conf IMAGE_INSTALL_append = " sshd" PREFERRED_PROVIDER_sshd =

[yocto] [meta-security][PATCH v2] suricata: Fix QA warnings

2015-05-05 Thread Armin Kuster
WARNING: QA Issue: suricata rdepends on nspr, but it isn't a build dependency? [build-deps] WARNING: QA Issue: suricata rdepends on nss, but it isn't a build dependency? [build-deps] v2: redo depends fix per JaMa input Signed-off-by: Armin Kuster --- recipes-security/suricata/suricata_2.0.7.b

[yocto] Training page on openembedded.org

2015-05-05 Thread Philip Balister
At ELC several people asked me who does training for OpenEmbedded (and the Yocto Project). I went ahead and started a page for companies and people interested in providing training to list themselves: http://openembedded.org/wiki/Training Please go ahead and create an entry for your organization.

[yocto] [meta-selinux][PATCH] Fix setools building (-fPIC error)

2015-05-05 Thread Thomas Perrot
From: tprrt Signed-off-by: tprrt --- recipes-security/setools/setools_3.3.8.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-security/setools/setools_3.3.8.bb b/recipes-security/setools/setools_3.3.8.bb index 050f4ff..24c10b8 100644 --- a/recipes-security/setools/setools_3.

Re: [yocto] [meta-security][PATCH] suricata: Fix QA warnings

2015-05-05 Thread akuster808
On 05/05/2015 08:54 AM, Martin Jansa wrote: On Tue, May 05, 2015 at 08:26:51AM -0700, Armin Kuster wrote: WARNING: QA Issue: suricata rdepends on nspr, but it isn't a build dependency? [build-deps] WARNING: QA Issue: suricata rdepends on nss, but it isn't a build dependency? [build-deps] S

Re: [yocto] Confusing error

2015-05-05 Thread Gary Thomas
On 2015-05-05 09:21, Paul Eggleton wrote: Hi Gary, On Tuesday 05 May 2015 08:44:47 Gary Thomas wrote: I'm getting a very confusing error from bitbake. I'm using a snapshot from Poky/Yocto (equivalent to 1.8 release) with my own $DISTRO $ bitbake nand-installer-image NOTE: Started PRSe

Re: [yocto] [meta-security][PATCH] suricata: Fix QA warnings

2015-05-05 Thread Martin Jansa
On Tue, May 05, 2015 at 08:26:51AM -0700, Armin Kuster wrote: > WARNING: QA Issue: suricata rdepends on nspr, but it isn't a build > dependency? [build-deps] > WARNING: QA Issue: suricata rdepends on nss, but it isn't a build dependency? > [build-deps] Shouldn't it be build dependency? > > Sig

[yocto] [meta-security][PATCH] suricata: Fix QA warnings

2015-05-05 Thread Armin Kuster
WARNING: QA Issue: suricata rdepends on nspr, but it isn't a build dependency? [build-deps] WARNING: QA Issue: suricata rdepends on nss, but it isn't a build dependency? [build-deps] Signed-off-by: Armin Kuster --- recipes-security/suricata/suricata_2.0.7.bb | 2 +- 1 file changed, 1 insertion

Re: [yocto] Confusing error

2015-05-05 Thread Paul Eggleton
Hi Gary, On Tuesday 05 May 2015 08:44:47 Gary Thomas wrote: > I'm getting a very confusing error from bitbake. I'm using a snapshot > from Poky/Yocto (equivalent to 1.8 release) with my own $DISTRO > >$ bitbake nand-installer-image >NOTE: Started PRServer with DBfile: > /home/gary/tmp/p0

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, May 5, 2015 8:00 AM US Pacific Time

2015-05-05 Thread Jolley, Stephen K
Attendees: Stephen, Armin, Jussi, Sona, Michael, Mark, Richard, Denys, Alex V., Saul, Cristian, AR: Stephen - Insure Benjamin knows he has SWAT. Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1

Re: [yocto] CVE list vs bugzilla

2015-05-05 Thread Sona Sarmadi
Trying with correct email address :) Hi all, To monitor/scan vulnerabilities (CVE), check affected packages, versions, branches, fixed versions/branches etc ... we need either to file a bug in bugzilla for each publically disclosed CVE or have a simple data base. Today, we sometimes file a bu

[yocto] CVE list vs bugzilla

2015-05-05 Thread Sona Sarmadi
Hi all, To monitor/scan vulnerabilities (CVE), check affected packages, versions, branches, fixed versions/branches etc ... we need either to file a bug in bugzilla for each publically disclosed CVE or have a simple data base. Today, we sometimes file a bug but most of the time vulnerabilities

[yocto] Confusing error

2015-05-05 Thread Gary Thomas
I'm getting a very confusing error from bitbake. I'm using a snapshot from Poky/Yocto (equivalent to 1.8 release) with my own $DISTRO $ bitbake nand-installer-image NOTE: Started PRServer with DBfile: /home/gary/tmp/p0381_2015-05-05/p0381_build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 41

Re: [yocto] QEMU support for SD/MMC card

2015-05-05 Thread Rob Woolley
I was able to do something similar with my Intel Quark builds. This is the command line that worked for me: /usr/local/bin/qemu-system-i386 \ -kernel $KERNEL_FILE \ -append "$KERNEL_CMDLINE" \ -m 320 \ -smp 2 \ -net nic,vlan=1,model=e1000 \ -net user,vlan=1 \ -b

Re: [yocto] wic and SD card size

2015-05-05 Thread Philip Balister
On 05/05/2015 12:22 AM, Craig McQueen wrote: > When using wic to make an SD card image, such as: > > wic create sdimage-bootpart -e core-image > > How do you tell wic the size of the target SD card? > Take a look at the wks file used here: https://github.com/balister/meta-sdr/blob/master/c

Re: [yocto] QEMU support for SD/MMC card

2015-05-05 Thread Patrick Doyle
On Tue, May 5, 2015 at 6:40 AM, Burton, Ross wrote: > On 3 May 2015 at 22:24, Patrick Doyle wrote: >> >> Can anybody point me in the direction of running an arm based QEMU >> with a (simulated) SD/MMC card? >> >> From the documentation for QEMU, I see that I can pass a -drive >> parameter to QEMU

Re: [yocto] Yocto-ish upgrade-in-place strategy

2015-05-05 Thread Maxin John
Hi On Tue, May 5, 2015 at 6:55 AM, Craig McQueen wrote: > I’m working on this for a BeagleBone Black type system, which uses eMMC > (i.e. disk partitions). I’m considering: > > The BeagleBone Black U-Boot implements an incrementing ‘bootcount’, stored > in RTC scratch, I believe. A Linux kerne

Re: [yocto] Package group in one ipk package

2015-05-05 Thread Burton, Ross
On 5 May 2015 at 11:49, Marcin Krzemiński wrote: > Not exactly. I have strange development where I've got 12 kernel modules > (with 12 recipes) built out site kernel tree. And then I have finally 12 > ipk's. I want to have only one ipk witch can update all kernel modules. In > this case safe sw u

Re: [yocto] Package group in one ipk package

2015-05-05 Thread Marcin Krzemiński
Not exactly. I have strange development where I've got 12 kernel modules (with 12 recipes) built out site kernel tree. And then I have finally 12 ipk's. I want to have only one ipk witch can update all kernel modules. In this case safe sw update is not a goal. 2015-05-05 12:32 GMT+02:00 Burton, Ro

Re: [yocto] QEMU support for SD/MMC card

2015-05-05 Thread Burton, Ross
On 3 May 2015 at 22:24, Patrick Doyle wrote: > Can anybody point me in the direction of running an arm based QEMU > with a (simulated) SD/MMC card? > > From the documentation for QEMU, I see that I can pass a -drive > parameter to QEMU with an if=sd option, which sounds (reads?) an awful > lot li

Re: [yocto] Yocto-ish upgrade-in-place strategy

2015-05-05 Thread Maxin John
Hi, On Tue, May 5, 2015 at 6:55 AM, Craig McQueen wrote: > I’m working on this for a BeagleBone Black type system, which uses eMMC Just sharing some information that I found interesting: One such approach for firmware upgrade is implemented in this meta layer: https://github.com/sbabic/meta-sw

Re: [yocto] Issue with git repo clone through scons

2015-05-05 Thread Burton, Ross
On 4 May 2015 at 17:33, Cai, Juliet Z wrote: > I have a package that is built with scons in my bb layer. Inside the > SConscript, it clones https://github.com/... When I run bitbake, I get > “Failed to connect to github.com port 443: Connection time out.” I know > the package build fine outsid

Re: [yocto] Package group in one ipk package

2015-05-05 Thread Burton, Ross
On 5 May 2015 at 09:30, Marcin Krzemiński wrote: > I have a question. I created my own package group containing 12 packages > and I want if possible to make yocto to create one ipk package to system > update instead of twelve. Is it possible? I can not fin any solution to it. > Not really. If y

Re: [yocto] First set of fido-next changes are in testing

2015-05-05 Thread Joshua Lock
On Fri, 2015-05-01 at 14:26 +0200, Martin Jansa wrote: > On Fri, May 01, 2015 at 12:09:43PM +0100, Joshua Lock wrote: > > All, > > > > There have been a lot of patches proposed for fido so I wanted to > > let > > you know that I have just submitted a first fido-next test build to > > the autobuil

Re: [yocto] creating images which include actively developed applications

2015-05-05 Thread Paul Eggleton
On Friday 01 May 2015 16:25:38 Trevor Woerner wrote: > On 04/22/15 13:58, Paul Eggleton wrote: > > On Wednesday 22 April 2015 15:32:06 Brian Karcz wrote: > >> Is there a way to create a recipe to build actively developed code > >> located in an external source directory? Basically skip the fetch an

[yocto] Package group in one ipk package

2015-05-05 Thread Marcin Krzemiński
Hi, I have a question. I created my own package group containing 12 packages and I want if possible to make yocto to create one ipk package to system update instead of twelve. Is it possible? I can not fin any solution to it. Regards, Marcin -- ___ yoc

[yocto] Layer/recipes configure: Different versions adapted

2015-05-05 Thread 侯名
Hello everyone: I encountered the following errors: No recipes available for: /home/nap/freescale_yocto/fsl-release-bsp/sources/meta-fsl-ivi/recipes-graphics/m esa/mesa_10.%.bbappend /home/nap/freescale_yocto/fsl-release-bsp/sources/meta-ivi/meta-ivi/recipes-graph ics/mesa/mesa_10.%.bb