Re: [yocto] bind: issue in trust anchor management can cause named to crash (CVE-2015-1349)

2015-03-12 Thread Sona Sarmadi
Hi Alex, Yes I agree with you but this is already a public CVE. Maybe in the future we will/should just discuss security related issues in the yocto-secur...@yoctoproject.org mailing list, but right now we don’t have many members so I copy to the yocto@y

Re: [yocto] [PATCH] Get rid of do_shared_workdir task

2015-03-12 Thread ed . bartosh
> On Wed, Mar 11, 2015 at 11:30 PM, Bruce Ashfield > wrote: >> >> Why would you be working on a bug, that is currently assigned to me .. >> without >> even mentioning it ? > > Aha! I see the bug was updated right before the patch was sent. So > assuming > that you only started working on it right

[yocto] should bitbake manual mention other task flags like file-checksums, ...?

2015-03-12 Thread Robert P. J. Day
bitbake user manual, section 3.6, provides a list of task flags, but there are a few others that aren't mentioned there, is it worth adding them or are they adequately obscure that readers don't need to know about them? * [file-checksums] * [lockfiles] * [sstate-inputdirs] * [sstate-outputdirs]

Re: [yocto] Release Candidate Build for yocto-1.6.3.rc1 now available.

2015-03-12 Thread Saul Wold
On 03/11/2015 12:24 AM, Poky Build User wrote: A release candidate build for yocto-1.6.3.rc1 is now available at: Turns out we missed a patch that will require an rc2, please stand by on testing and wait for an RC2 build. Sau! http://autobuilder.yoctoproject.org/pub/releases/yocto-1.6.3

[yocto] is meta-yocto-kernel-extras still being used?

2015-03-12 Thread Robert P. J. Day
current dev manual refers to this layer in section 2.2, but it doesn't look like much has happened with that repo in quite some time. rday -- Robert P. J. Day Ottawa, Ontario, CANADA

Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-12 Thread Minchev, Todor
Hello Bryan, On Wed, 2015-03-11 at 13:45 +, Bryan Evenson wrote: > I am trying to get the Yocto Eclipse plug-in setup so that I can build my > application from Eclipse. I am *almost* there, but the final build is not > working. I'm assuming there are some path/rights issues somewhere in th

[yocto] Release Candidate Build for yocto-1.6.3.rc2 now available.

2015-03-12 Thread Poky Build User
A release candidate build for yocto-1.6.3.rc2 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-1.6.3.rc2 Please begin QA on this build as soon as possible. Build hash information: meta-intel : 38e9abf2551dd6c2f701d0dad0d84766800fd25c meta-fsl-arm : 0c4de80867c3a

Re: [yocto] should bitbake manual mention other task flags like file-checksums, ...?

2015-03-12 Thread Paul Eggleton
Hi Robert, On Thursday 12 March 2015 04:22:58 Robert P. J. Day wrote: > bitbake user manual, section 3.6, provides a list of task flags, but > there are a few others that aren't mentioned there, is it worth adding > them or are they adequately obscure that readers don't need to know > about them

Re: [yocto] is meta-yocto-kernel-extras still being used?

2015-03-12 Thread Bruce Ashfield
On 2015-03-12 6:58 AM, Robert P. J. Day wrote: current dev manual refers to this layer in section 2.2, but it doesn't look like much has happened with that repo in quite some time. I'm the main user, and am simply lazy and pushing updates. That being said, its use for others has been repla

[yocto] Linking of external libraries in the recipe

2015-03-12 Thread Priya Agarwal
Hello, I have taken a recipe for the package squid from OpenEmbedded.org and have built it along with the kernel image. Now I want to edit its recipe so that it will include some external libraries. But these libraries are the ones that are generated during the build. So how do I edit the recipe

[yocto] just one observation about bitbake manual, chapter 4, fetching

2015-03-12 Thread Robert P. J. Day
section 4.2, there is no mention of the "extract" parameter, used with rpm and srpm. is it worth adding? rday -- Robert P. J. Day Ottawa, Ontario, CANADA http://cr

Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-12 Thread Bryan Evenson
Todor, > It appears that your toolchain is configured properly, however the GNU > linker (ld) cannot find the libraries it needs to link the binary. > I suspect that the culprit is "--sysroot=$SDKTARGETSYSROOT" > There should be an environment setup file > > //poky/poky-build/tmp/environment-set

Re: [yocto] Linking of external libraries in the recipe

2015-03-12 Thread Benjamin Esquivel
On Thu, 2015-03-12 at 18:00 +0530, Priya Agarwal wrote: > Hello, > > > I have taken a recipe for the package squid from OpenEmbedded.org and > have built it along with the kernel image. > > > Now I want to edit its recipe so that it will include some external > libraries. > But these libraries

Re: [yocto] bind: issue in trust anchor management can cause named to crash (CVE-2015-1349)

2015-03-12 Thread Benjamin Esquivel
On Thu, 2015-03-12 at 07:35 +, Sona Sarmadi wrote: > Hi Alex, > > > > Yes I agree with you but this is already a public CVE. Maybe in the > future we will/should just discuss security related issues in the > yocto-secur...@yoctoproject.org mailing list, but right now we don’t > have many me

[yocto] clang cross compiler for OE available in meta-clang

2015-03-12 Thread Khem Raj
Hi All, Finally, clang/llvm is now in a working state as a cross compiler in meta-clang layer https://github.com/kraj/meta-clang Currently, It will build clang and stage it along with gcc cross compilers, default remains as it is. If you wish to compile an additional recipe using clang you wil

Re: [yocto] Linking of external libraries in the recipe

2015-03-12 Thread Priya Agarwal
> > If the libraries are already generated during the build it might be a > case where you just DEPENDS_append = " " at he .bbappend file I know where the libraries are but how do I make out which is the package. (The needed '.a' files are in /usdpaa/git-r5/git/lib_powerpc/*) On Thu, Ma

Re: [yocto] Linking of external libraries in the recipe

2015-03-12 Thread Khem Raj
> On Mar 12, 2015, at 5:30 AM, Priya Agarwal > wrote: > > Hello, > > I have taken a recipe for the package squid from OpenEmbedded.org and have > built it along with the kernel image. > > Now I want to edit its recipe so that it will include some external libraries. > But these libraries ar

Re: [yocto] Linking of external libraries in the recipe

2015-03-12 Thread Priya Agarwal
Okay I think I understood. It has to be DEPENDS = "usdpaa" . Basically the recipe which is building the libraries is /meta-fsl-ppc/recipe-tools/usdpaa/usdpaa_git.bb. Thanks. On Thu, Mar 12, 2015 at 9:58 PM, Priya Agarwal < priya_agar...@students.iitmandi.ac.in> wrote: > If the libraries are alrea

Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-12 Thread Minchev, Todor
On Thu, 2015-03-12 at 13:43 +, Bryan Evenson wrote: > Todor, > > > It appears that your toolchain is configured properly, however the > GNU linker (ld) cannot find the libraries it needs to link the > binary. > > I suspect that the culprit is "--sysroot=$SDKTARGETSYSROOT" > > There should be

Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-12 Thread Bryan Evenson
> -Original Message- > From: Minchev, Todor [mailto:todor.minc...@intel.com] > Sent: Thursday, March 12, 2015 1:50 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line > build works > > On Thu, 2015-03-12 at 1

[yocto] Cannot compile opencv with cmake.

2015-03-12 Thread Dalton Fury
Hey, I am trying to compile a c++ program which uses opencv on pokey. These are the packages I have installed. CORE_IMAGE_EXTRA_INSTALL += "cmake" EXTRA_IMAGE_FEATURES += "tools-sdk" When I run cmake,, I get this error. http://pastebin.com/WifpRYXV I followed the instructions given in this post:

[yocto] running task only for native but not target?

2015-03-12 Thread Koehler, Yannick (HP Networking)
I have a package that produce a binary that I need for native, and an C header file that I need for target. I put the following do_install function to install appropriately the bin or header according to the class: do_install_append_class-target () { install -d ${D}${inc

Re: [yocto] Cannot compile opencv with cmake.

2015-03-12 Thread Dalton Fury
Hey, these are the packages that I included in the build for opencv support: CORE_IMAGE_EXTRA_INSTALL += "libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev libopencv-ml-dev" On Fri, Mar 13, 2015 at 12:25 AM, Dalton Fury wrote: > Hey, > I am trying to compile

Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-12 Thread Bryan Evenson
Todor, > -Original Message- > From: Minchev, Todor [mailto:todor.minc...@intel.com] > Sent: Thursday, March 12, 2015 1:50 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line > build works > > On Thu, 2015-03-1

[yocto] File in append recipe not installed

2015-03-12 Thread p_j_r_m
Hello I'd like to add an append recipe for base-files in order to install a custom fstab. In my system I already have this base-files recipes:     layers/openembedded-core-1.4/meta/recipes-core/base-files/base-files_3.0.14.bb     layers/meta-montavista-1.4/recipes-core/base-files/base-files_3

Re: [yocto] File in append recipe not installed

2015-03-12 Thread Gary Thomas
On 2015-03-12 14:58, p_j_r_m wrote: Hello I'd like to add an append recipe for base-files in order to install a custom fstab. In my system I already have this base-files recipes: layers/openembedded-core-1.4/meta/recipes-core/base-files/base-files_3.0.14.bb layers/meta-montavista-

Re: [yocto] [meta-raspberrypi][PATCH 0/1] xserver-xf86-config: add rpi2 awareness

2015-03-12 Thread Andrei Gherzan
On Wed, Mar 11, 2015 at 08:20:43PM +0100, Petter Mabäcker wrote: > The following changes since commit 57c8e6bffbbef9b2331551093c3436303eb18386: > > rpi-base.inc: Include the RPI2 DTB (2015-03-01 22:43:40 +0100) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-cont

Re: [yocto] [meta-raspberrypi][PATCH 0/6] Restructure some recipes

2015-03-12 Thread Andrei Gherzan
On Mon, Mar 02, 2015 at 12:05:21AM +0100, Andrei Gherzan wrote: > The following changes since commit 57c8e6bffbbef9b2331551093c3436303eb18386: > > rpi-base.inc: Include the RPI2 DTB (2015-03-01 22:43:40 +0100) > > are available in the git repository at: > > git://git.yoctoproject.org/meta-raspb

Re: [yocto] File in append recipe not installed

2015-03-12 Thread p_j_r_m
I've tested it, but the problem is the same.My bbappend recipe is not even called ,so it does not matter what i put in it. Why is not called? El Jueves 12 de marzo de 2015 22:06, Gary Thomas escribió: On 2015-03-12 14:58, p_j_r_m wrote: > Hello > > I'd like to add an append recipe

Re: [yocto] File in append recipe not installed

2015-03-12 Thread Gary Thomas
On 2015-03-12 17:21, p_j_r_m wrote: I've tested it, but the problem is the same. My bbappend recipe is not even called ,so it does not matter what i put in it. Why is not called? Please don't top-post :-( How do you know that your bbappend isn't being used/called? If you name it incorrectly,

[yocto] Yocto Dizzy branch with Linux Kernel 3.19

2015-03-12 Thread Albert K
Dear all, I would like to know if it is possible to do a compile with Linux Kernel 3.19. I have tried the PREFERRED_VERSION_linux-yocto_qemux86 = "3.19%" in the local.conf and it does not work. If possible, what need to be done to the this going. Thanks. Regards, Albert. --

Re: [yocto] Yocto Dizzy branch with Linux Kernel 3.19

2015-03-12 Thread Khem Raj
> On Mar 12, 2015, at 9:21 PM, Albert K wrote: > > Dear all, > > I would like to know if it is possible to do a compile with Linux > Kernel 3.19. I have tried the PREFERRED_VERSION_linux-yocto_qemux86 > = "3.19%" in the local.conf and it does not work. > > If possible, what need to be done

Re: [yocto] Yocto Dizzy branch with Linux Kernel 3.19

2015-03-12 Thread Albert K
Hi, I am a bit confused as the 3.19 is listed in http://git.yoctoproject.org. BTW, how do I check which kernel version is supported by a specific branch of yocto (eg dizzy, daisy). Thanks. Regards, Albert. On Fri, Mar 13, 2015 at 12:43 PM, Khem Raj wrote: > >> On Mar 12, 2015, at 9:21 PM, Alb

Re: [yocto] Yocto Dizzy branch with Linux Kernel 3.19

2015-03-12 Thread Khem Raj
> On Mar 12, 2015, at 10:25 PM, Albert K wrote: > > Hi, > > I am a bit confused as the 3.19 is listed in > http://git.yoctoproject.org. BTW, how do I check which kernel > version is supported by a specific branch of yocto (eg dizzy, daisy). > Thanks. > http://git.yoctoproject.org/cgit/cgit.

Re: [yocto] Yocto Dizzy branch with Linux Kernel 3.19

2015-03-12 Thread Albert K
Hi, Thanks for the link. One question, for the kernel 3.17 the .bb resolve to 3.17-rc7. What can I find the release version for 3.17. Thanks. Regards, Albert. On Fri, Mar 13, 2015 at 1:29 PM, Khem Raj wrote: > >> On Mar 12, 2015, at 10:25 PM, Albert K wrote: >> >> Hi, >> >> I am a bit conf