[yocto] dansguardian

2015-01-23 Thread Mahdi Saadat
HI Does anyone knows about how put dansguardian on core-image-minimal? I Did some steps on creating the recipe but had some errors on config stage. --- Regards Mahdi -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctopro

[yocto] RPM Installation to Host Sysroot

2015-01-23 Thread Ma O-Nigiri
I am on yocto 1.3.2 and need to add a few libraries to my sysroot for cross compilation. I have built the libsigc++-2.0 library with bitbake and have the resulting RPM. What is the appropriate method for installing the rpm to /opt/poky/1.3/sysroots ? Cheers -- ___

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-23 Thread Gary Thomas
On 2015-01-23 10:24, Jim Abernathy wrote: I'm starting a project mostly for self-education. I have already done the project using Ubuntu Server 14.04 using a Intel NUC and a Pandaboard as targets. Now I want to see how easy it is to move it to Yocto. Starting with the NUC, I can boot Dizzy 1

[yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-23 Thread Jim Abernathy
I'm starting a project mostly for self-education. I have already done the project using Ubuntu Server 14.04 using a Intel NUC and a Pandaboard as targets. Now I want to see how easy it is to move it to Yocto. Starting with the NUC, I can boot Dizzy 1.7.1 core-image-minimal and core-image-sato

Re: [yocto] [PATCH] libidn_0.6.14: fix the QA Issue

2015-01-23 Thread Burton, Ross
Hi Lei, Patches for oe-core should go to the openembedded-core@ mailing list, not yocto@. But thanks, I've queued this for master. Ross On 23 January 2015 at 04:15, Lei Maohui wrote: > To fix the QA Issue as following: > ERROR: QA Issue: libidn: Files/directories were installed but not shippe

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-23 Thread Otavio Salvador
On Thu, Jan 22, 2015 at 8:31 PM, Dominic Sacré wrote: > On 2015-01-21 14:37, Otavio Salvador wrote: >> The fw tools inside of U-Boot qualifies for both target and cross use >> cases. When used in cross or crosssdk, it can be used to change things >> in the generated image (sdcard for example) whil

[yocto] ALTERNATIVE_* problem

2015-01-23 Thread Joseph Andrew de la Peña
Good day Yocto Community, I would like to ask what's wrong with my implementation with ALTERNATIVE_*: = *bar_git.bb :* PACKAGES =+ "${PN}-bar1 ${PN}-bar2 ${PN}-bar3" RPROVIDES_${PN}-bar1 = "bar" RPROVIDES_${PN}-bar2 = "bar" RPROVIDES_${PN}-bar3 = "bar" ALTERN