[yocto] misleading dependencies between packages

2013-09-10 Thread 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_vfp libpcre1-8.32-r1@armv6_vfp

[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

Re: [yocto] error in : $ runqemu qemux86

2013-09-10 Thread JC
On lun., sept. 9, 2013 at 10:01 PM, Arun M Kumar arunkr.li...@gmail.com=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.

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 -

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

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

[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

Re: [yocto] Fwd: misleading dependencies between packages

2013-09-10 Thread Jegan Chandru
On Tue, Sep 10, 2013 at 12:57 PM, JC j...@vtkloud.com 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

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

[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

[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

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 jose.ferre...@horus.eswrote: 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

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 when

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 rohit2.jin...@aricent.comwrote: ** 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**

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 jose.ferre...@horus.es mailto:jose.ferre...@horus.es wrote: Hello We have compiled meta-toolchain-qt (Yocto dylan). Now we can run QT applications on Desktop (Ubuntu

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

[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

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

2013-09-10 Thread lists
From: Philipp Wagner m...@philipp-wagner.com Signed-off-by: Philipp Wagner m...@philipp-wagner.com --- recipes-kernel/linux/linux-raspberrypi.inc | 34 recipes-kernel/linux/linux-raspberrypi_3.2.27.bb | 33 ++-

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

2013-09-10 Thread lists
From: Philipp Wagner m...@philipp-wagner.com Signed-off-by: Philipp Wagner m...@philipp-wagner.com --- 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

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

2013-09-10 Thread lists
From: Philipp Wagner m...@philipp-wagner.com 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

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

2013-09-10 Thread lists
From: Philipp Wagner m...@philipp-wagner.com Signed-off-by: Philipp Wagner m...@philipp-wagner.com --- recipes-kernel/linux/linux.inc | 174 - 1 file changed, 87 insertions(+), 87 deletions(-) diff --git a/recipes-kernel/linux/linux.inc

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

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

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

2013-09-10 Thread b40290
From: Chunrong Guo b40...@freescale.com *snort - a free lightweight network intrusion detection system for UNIX and Windows Signed-off-by: Chunrong Guo b40...@freescale.com --- recipes-security/snort/files/default | 42 ++

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

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

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

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

[yocto] (no subject)

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