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 ross.bur...@intel.com wrote: On 3 May 2015 at 22:24, Patrick Doyle wpds...@gmail.com 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

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:

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. --

[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 =

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, our

[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

[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 maninder...@samsung.com Signed-off-by: Vaneet Narang v.nar...@samsung.com Reviewed-by: Ajeet Yadav ajee...@samsung.com --- trunk/src/rtld/rtld.c |4 ++-- 1 files changed, 2

[linux-yocto] git pull request output

2015-05-05 Thread Abhishek Paliwal
The following changes since commit 2a2be8720802fae73fbdf1da37f61d7843332ba3: Merge tag 'v3.14.39' into standard/base (2015-04-24 16:23:44 -0400) are available in the git repository at: g...@git.yoctoproject.org:linux-yocto-contrib apaliwal/for-bruce for you to fetch changes up to

[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 maninder...@samsung.com Signed-off-by: Vaneet narang v.nar...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- trunk/src/doit.c|4 +++-

[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 akhiles...@samsung.com Reviewed-by: Ajeet Yadav ajee...@samsung.com --- trunk/src/gather.c |

[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 akuster...@gmail.com --- recipes-security/suricata/suricata_2.0.7.bb | 2 +- 1 file

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:

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 \

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

[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:

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

2015-05-05 Thread Thomas Perrot
From: tprrt tp...@tupi.fr Signed-off-by: tprrt tp...@tupi.fr --- 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 ---

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

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]

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?

[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 akuster...@gmail.com ---

[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

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 and

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 autobuilder.

[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 -- ___

[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

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 juliet.z@intel.com 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

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 craig.mcqu...@innerrange.com wrote: I’m working on this for a BeagleBone Black type system, which uses eMMC snip Just sharing some information that I found interesting: One such approach for firmware upgrade is implemented in this meta layer:

Re: [yocto] Package group in one ipk package

2015-05-05 Thread Burton, Ross
On 5 May 2015 at 09:30, Marcin Krzemiński mar.krzemin...@gmail.com 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

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

2015-05-05 Thread Burton, Ross
On 3 May 2015 at 22:24, Patrick Doyle wpds...@gmail.com 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

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,

Re: [yocto] Package group in one ipk package

2015-05-05 Thread Burton, Ross
On 5 May 2015 at 11:49, Marcin Krzemiński mar.krzemin...@gmail.com 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

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 craig.mcqu...@innerrange.com wrote: I’m working on this for a BeagleBone Black type system, which uses eMMC (i.e. disk partitions). I’m considering: snip The BeagleBone Black U-Boot implements an incrementing ‘bootcount’, stored in RTC