[yocto] Openscap build fails while do_package_qa

2017-10-10 Thread Siva Balasubramanian
do_package_qa: Function failed: do_package_qa -- Siva Balasubramanian -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] email

2017-10-06 Thread siva
siv...@easyarm.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi][PATCH] Fixing 0001-config-files-path patch file failure

2016-05-02 Thread SIVA SUBRAMANIAN.P
>From 7e794a3ae5fb790b0bb6c4f4d0c9269a2cc3a9c5 Mon Sep 17 00:00:00 2001 From: Sivasubramanian Date: Mon, 2 May 2016 14:17:29 +0530 Subject: [meta-raspberrypi][PATCH] Fixing 0001-config-files-path patch file failure Signed-off-by: Sivasubramanian Signed-off-by: Sivasubramanian --- .../gstream

Re: [yocto] Antwort: Re: how to configure the build packages of a makefile based libary

2016-04-29 Thread SIVA SUBRAMANIAN.P
On Fri, Apr 29, 2016 at 4:41 PM, Burton, Ross wrote: > > On 29 April 2016 at 10:59, wrote: >> >> Finally we made it - Thanks to you all for helping me! I attached my bb >> file for that case someone is searching for a bitbake recipe for building >> the libhiredis > > > If you submit the recipe to

[yocto] Help on submitting patch to yocto projcet

2016-04-29 Thread SIVA SUBRAMANIAN.P
Hi, Can any one guide me on submitting or upstreaming patch to git.yoctoproject.org recipe? Thanks in advance. Regards, Sivasubramanian -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] how to configure the build packages of a makefile based libary

2016-04-28 Thread SIVA SUBRAMANIAN.P
If bins/libs are installed in non standard paths other than usr/bin or /usr/lib in image directory, then you need to add them explicitly in your recipe like FILES_${PN} += "/lib/lib.so" On Thu, Apr 28, 2016 at 3:20 PM, wrote: > Hej > > I like to include the hiredis library. I created a reci

Re: [yocto] Build Failure Errors

2016-04-21 Thread SIVA SUBRAMANIAN.P
Remove -Werror from CFLAGS or EXTRA_OECONF if any. On Thu, Apr 21, 2016 at 11:38 AM, Harinath maddelal wrote: > > Hi > > > Im new to Yocto. > > After downloading poky and i added our BSP package. So while trying to > compile i get the following errors > > > === > > LD init/mounts.o > LD

Re: [yocto] how to patch except unpack?

2016-03-28 Thread SIVA SUBRAMANIAN.P
Do you have patches like SRC_URI += abc.patch in .bb/.bbappend file? If so, either do bitbake comp -c patch -f or see whether your patch is available/applied in build dir. On Mon, Mar 28, 2016 at 2:03 PM, 윤영석 wrote: > I am making recipes using source that are packed tar. > > ex) customrecipe.bb

[yocto] Compiling kernel 4.4

2016-03-19 Thread SIVA SUBRAMANIAN.P
Hi, While compiling linux kernel 4.4 for 96boards, I'm getting below error even though openssl headers are available in sysroot path. | HOSTCC scripts/selinux/mdp/mdp | /mnt/home/knagabhirava/hikey/build/tmp-glibc/work-shared/hikey/kernel-source/scripts/extract-cert.c:21:25: fatal error: opens

Re: [yocto] Compiling raspberry2 with eglinfo-x11

2016-03-18 Thread SIVA SUBRAMANIAN.P
What is your preferred GLES provider set to, userland or mesa? On Wed, Mar 16, 2016 at 8:51 PM, David Weisgerber wrote: > Hi, > > I have problems compiling eglinfo-x11 (as well as Qt 5 from meta-qt5) with > egl. > > I have setup poky, meta-raspberrypi (and meta-qt5) from git and I am on > branch

Re: [yocto] [meta-raspberrypi] errors when I "bitbake" an image for my rpi2 B+ board

2016-02-02 Thread SIVA SUBRAMANIAN.P
Hi Jack, How about wget or curl of those urls, are you able to reach it? Also, see if explorer redirects this to https or other protocol? Regards, Sivasubramanian On Wed, Feb 3, 2016 at 8:11 AM, 张健 wrote: > [meta-raspberrypi] > Hi,every one. > I'm trying to use meta-raspberrypi layer to build a

Re: [yocto] [meta-cgl][PATCH v2] cluster-glue: upgrade 1.0.5 -> 1.0.12

2015-08-24 Thread Siva Borra
/work/ppce500mc-enea-linux/cluster-glue/1.0.12-r0/build/lrm' make: *** [all-recursive] Error 1 Regards, Siva Borra. On 2015-08-24 08:43, Li, Xin wrote: Hi, Alex V. I bitbake cluster-glue for x86, Arm, and Powerpc. But I can't produce the error. Would you mind providing the error mes

Re: [yocto] [PATCHv2 1/1] Disable parallel build for umip.

2015-08-19 Thread Siva Borra
On 2015-08-16 10:12, Khem Raj wrote: On Jun 23, 2015, at 7:00 AM, Alexandru.Vaduva wrote: From: Siva Borra umip build fails due to parallel build order issue, hence disabling the same. which stage does it fail ? if its in install stage then you can disable it just for install task by

[yocto] Using boost in the cross compiler environment

2013-08-16 Thread Alagarsamy, Siva
ost" library in my user application. What is the proper procedure to install the boost in my cross compiler environment? Thanks, Siva ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto