[yocto] (no subject)

2013-09-10 Thread arun kumar
___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [Meta-security][PATCH 3/3] barnyard: add recipe

2013-09-10 Thread b40290
From: Chunrong Guo *Barnyard is a output system for Snort Signed-off-by: Chunrong Guo --- recipes-security/barnyard/barnyard_0.2.0.bb | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 recipes-security/barnyard/barnyard_0.2.0.bb diff --git

[yocto] [Meta-security][PATCH 2/3] libdnet: add recipe

2013-09-10 Thread b40290
From: Chunrong Guo *dumb networking library *snort depends libdnet Signed-off-by: Chunrong Guo --- recipes-security/libdnet/libdnet_1.12.bb | 16 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 recipes-security/libdnet/libdnet_1.12.bb diff --

[yocto] [Meta-security][PATCH 1/3] snort: add recipe

2013-09-10 Thread b40290
From: Chunrong Guo *snort - a free lightweight network intrusion detection system for UNIX and Windows Signed-off-by: Chunrong Guo --- recipes-security/snort/files/default | 42 ++ .../snort/files/disable-dap-address-space-id.patch | 52 +++ .../snort/files/disable-

[yocto] [meta-raspberrypi][PATCH 0/4] Refactor kernel recipes

2013-09-10 Thread lists
From: Philipp Wagner Hi, as follow-up to the discussion in [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Add version 3.8.13 I've refactored the kernel recipes a bit and included all discussed kernel versions. The default is now 3.6. I've left linux.inc as-is, as this seems to be copied

[yocto] [meta-raspberrypi][PATCH 1/4] Refactor kernel recipes to reduce code duplication

2013-09-10 Thread lists
From: Philipp Wagner Signed-off-by: Philipp Wagner --- recipes-kernel/linux/linux-raspberrypi.inc | 34 recipes-kernel/linux/linux-raspberrypi_3.2.27.bb | 33 ++- recipes-kernel/linux/linux-raspberrypi_3.6.11.bb | 33 ++- 3

[yocto] [meta-raspberrypi][PATCH 4/4] Add kernel 3.8 and 3.11 for Raspberry Pi

2013-09-10 Thread lists
From: Philipp Wagner Signed-off-by: Philipp Wagner --- recipes-kernel/linux/linux-raspberrypi_3.11.0.bb | 6 ++ recipes-kernel/linux/linux-raspberrypi_3.8.13.bb | 6 ++ 2 files changed, 12 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.11.0.bb create mode 10

[yocto] [meta-raspberrypi][PATCH 3/4] Make Linux 3.6 the default for Raspberry Pi

2013-09-10 Thread lists
From: Philipp Wagner Kernel 3.6 is also the default for Raspbian and thus should be the most tested version right now. Signed-off-by: Philipp Wagner --- conf/machine/include/rpi-default-providers.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/include/rpi-default-provid

[yocto] [meta-raspberrypi][PATCH 2/4] Remove tabs from recipe

2013-09-10 Thread lists
From: Philipp Wagner Signed-off-by: Philipp Wagner --- recipes-kernel/linux/linux.inc | 174 - 1 file changed, 87 insertions(+), 87 deletions(-) diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux.inc index 493616c..7a8f984 100644 --

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, September 10, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2013-09-10 Thread Liu, Song
Attendees: Denys, Belen, Saul, MatthewW, Beth, Björn, LaurentiuP, Richard, Nitin, MichaelH, TomZ, Jessica, Ross, ScottR, JeffP, Song Agenda: * Opens collection - 5 min (Song) * Yocto 1.5 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status https://wiki.yoc

Re: [yocto] Add new module to recipe + meta-toolchain-qt: add gdb

2013-09-10 Thread Philipp Wagner
Hi Jose, Am 10.09.2013 19:26, Jose Mª Ferreiro wrote: > We expect/want to have a gdb compiled for the host machine at > /opt/poky/1.4.2/sysroots/i686-pokysdk-linux/usr/bin/ > > QT Desktop mode is starting /usr/bin/gdb but using the /opt/poky... > directory as PYTHONHOME. We think if we have our >

Re: [yocto] Add new module to recipe + meta-toolchain-qt: add gdb

2013-09-10 Thread Jose Mª Ferreiro
Hi Jegan El 10/09/2013 16:05, Jegan Chandru escribió: Hello, On Tue, Sep 10, 2013 at 4:53 PM, Jose Mª Ferreiro mailto:jose.ferre...@horus.es>> wrote: Hello We have compiled meta-toolchain-qt (Yocto dylan). Now we can run QT applications on Desktop (Ubuntu 12.04) and on target (i

Re: [yocto] yocto query on SR_URI creation

2013-09-10 Thread Nicolas Dechesne
On Tue, Sep 10, 2013 at 4:35 PM, Rohit2 Jindal wrote: > ** > > Thanks for your prompt reply. > > ** ** > > Actually I am able to create my own SRC_URI on your guided lines as > > #SRC_URI = "git:// > ep-code.xyz.com/sysconfig;branch=xxx-ep-20130823-3.0-alpha;protocol=ssh"** > ** > > But w

Re: [yocto] yocto query on SR_URI creation

2013-09-10 Thread Rohit2 Jindal
Hi , Thanks for your prompt reply. Actually I am able to create my own SRC_URI on your guided lines as #SRC_URI = "git://ep-code.xyz.com/sysconfig;branch=xxx-ep-20130823-3.0-alpha;protocol=ssh" But when do_fetch task starts executing it prompts me to input the passphrase for the same server whe

Re: [yocto] Add new module to recipe + meta-toolchain-qt: add gdb

2013-09-10 Thread Jegan Chandru
Hello, On Tue, Sep 10, 2013 at 4:53 PM, Jose Mª Ferreiro wrote: > Hello > > We have compiled meta-toolchain-qt (Yocto dylan). Now we can run QT > applications on Desktop (Ubuntu 12.04) and on target (iMX6 sabre Lite > board). We can also debug the applications on board, but we can not debug > on

[yocto] Add new module to recipe + meta-toolchain-qt: add gdb

2013-09-10 Thread Jose Mª Ferreiro
Hello We have compiled meta-toolchain-qt (Yocto dylan). Now we can run QT applications on Desktop (Ubuntu 12.04) and on target (iMX6 sabre Lite board). We can also debug the applications on board, but we can not debug on desktop. When /usr/bin/gdb is started it starts automatically /usr/bin/

Re: [yocto] Supported Kernel Versions

2013-09-10 Thread Paul Barker
On 10 September 2013 05:36, Nick Gart wrote: > What is the latest combination of Yocto/Pocky that supports 3.2? I > noticed that 3.4 is the minimum supported in the latest. The 'dylan' branch has a 3.2 series kernel recipe, that's what I'm using for one of my projects. If you're cloning poky that

[yocto] curl smart package requires curl-cert... another strange smart dependency issue

2013-09-10 Thread JC
Did anyone already had this very strange issue installing curl ? Computing transaction... error: Can't install libcurl5-7.29.0-r1@armv6_vfp: no package provides curl-certs I have more and more issues with smart... Is there any specific discussion channel for it? Jay _

Re: [yocto] error in : $ runqemu qemux86 ( Arun M Kumar)

2013-09-10 Thread arun kumar
I have built my first image with the Yocto Project build environment, I have the image ready. when I do. $ runqemu qemux86 I get the following error. -- There was an error running bitbake t

Re: [yocto] Fwd: misleading dependencies between packages

2013-09-10 Thread Jegan Chandru
On Tue, Sep 10, 2013 at 12:57 PM, JC wrote: > Hi JCP > > Thanks for your information, here are the next questions: > > libuuid is provided by util-linux. Check in meta/recipes-core/util-linux > for more details. > > r3 is PR that util-linux has in dylan 9.0.1. Unless you change the PR, > it wi

[yocto] Errors with update-rc.d: /etc/init.d/XXX exists during rc.d purge (use -f to force)

2013-09-10 Thread Richard Leitner - SKIDATA
Hi, I have problems with the update-rc.d class in my recipes. When I want to update a package which inherits update-rc.d (in my case samba) using dpkg -i I get the following error: >root@host:~# dpkg -i /media/USBSTICK/samba-ads_3.5.22-r4_armel.deb >(Reading database ... 11931 files and director

Re: [yocto] Issue with SmartPM install from file

2013-09-10 Thread JC
On 10/09/2013 09:28, Yi Zhao wrote: 于 2013年09月10日 03:33, JC 写道: Hi, I'm trying to get a better hand on how smart work. I've been successful to create a repo, update and install from it. Now I want to go further. Let's assume: - I have a working repo and a working device - I build a new reci

Re: [yocto] misleading dependencies between packages

2013-09-10 Thread JC
Dear Yi, 1. If your remote repo has updated, you need to recreate the repodata by using createrepo 2. You need to run "smart update" to update the information before run "smart install package". If you want to install package from remote repo, "smart update" is required because "smart install

Re: [yocto] misleading dependencies between packages

2013-09-10 Thread Yi Zhao
于 2013年09月10日 14:38, JC 写道: Hi, I have many issues with Apache2 package so I thought I would reinstall it. I used smart (smart install apache2) and here is the very strange issue I got: Installing packages (20): apache2-2.4.3-r1@armv6_vfp libgdbm4-1.10-r3@armv6_vfp busybox-1.20.2-r8@armv6_v

Re: [yocto] Issue with SmartPM install from file

2013-09-10 Thread Yi Zhao
于 2013年09月10日 03:33, JC 写道: Hi, I'm trying to get a better hand on how smart work. I've been successful to create a repo, update and install from it. Now I want to go further. Let's assume: - I have a working repo and a working device - I build a new recipe (here, git) and update my repo - I

Re: [yocto] Fwd: misleading dependencies between packages

2013-09-10 Thread JC
Hi JCP Thanks for your information, here are the next questions: libuuid is provided by util-linux. Check in meta/recipes-core/util-linux for more details. r3 is PR that util-linux has in dylan 9.0.1. Unless you change the PR, it will be r3 only. I am not sure how you end up with r5. May be you

Re: [yocto] error in : $ runqemu qemux86

2013-09-10 Thread JC
On lun., sept. 9, 2013 at 10:01 PM, Arun M Kumar mailto:arunkr.li...@gmail.com";>> wrote: I have built my first image with the Yocto Project build environment, I have the image ready. when I do. $ runqemu qemux86 I get the following error. ---

[yocto] Fwd: misleading dependencies between packages

2013-09-10 Thread Jegan Chandru
Hello, libuuid is provided by util-linux. Check in meta/recipes-core/util-linux for more details. r3 is PR that util-linux has in dylan 9.0.1. Unless you change the PR, it will be r3 only. I am not sure how you end up with r5. May be you need to (re)build util-linux if you need libuuid. Also You s