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

2016-04-28 Thread YUKATHARSANI JEYACHANDRA
Hi, Use INSANE_SKIP_${PN} = "installed-vs-shipped" in your recipe to avoid this error. Orelse, add FILES_${PN} += "/usr/local/" in your recipe. Thanks and Regards, Yukatharsani J. From: yocto-boun...@yoctoproject.org on

Re: [yocto] Conditional compile for package in layer.conf for Qemu

2016-03-19 Thread YUKATHARSANI JEYACHANDRA
You can use BBMASK variable in your layer.conf file. From: yocto-boun...@yoctoproject.org on behalf of Mark T Sent: Friday, March 18, 2016 11:02:54 PM To: Andre McCurdy Cc: yocto@yoctoproject.org Subject:

Re: [yocto] Computing transaction Error

2015-12-10 Thread Yukatharsani Jeyachandra
? Thanks and Regards, Yukatharsani J. On 09-12-2015 19:21, Yukatharsani Jeyachandra wrote: Hi All, I am trying to build my meta-bsp layer using external linaro toolchain path. But i am getting some issues since i set EXTERNAL_TOOLCHAIN path in local.conf file

[yocto] To Customize the toolchain path in meta-bsp layer

2015-12-09 Thread Yukatharsani Jeyachandra
general meta layers. Thanks and Regards, Yukatharsani J. On 29-10-2015 11:19, Khem Raj wrote: On Wed, Oct 28, 2015 at 10:15 PM, YUKATHARSANI JEYACHANDRA <yukatharsa...@tataelxsi.co.in> wrote: Hi, I am trying to build kernel image for new hardware. So, I prefer to use my linux 3.x v

Re: [yocto] can any one please tell the difference between DEPENDS and RDEPENDS

2015-10-07 Thread YUKATHARSANI JEYACHANDRA
DEPENDS means a build-time dependency i.e. between recipes, RDEPENDS means a runtime dependency i.e. between packages. From: yocto-boun...@yoctoproject.org on behalf of Vivek Per Sent: Wednesday, October 7,

Re: [yocto] How can i invoke a "particular recipe(.bb)" while building "image recipe(.bb)" without modifying the "image recipe(.bb)" . i only wanted to change "particular recipe(.bb)"

2015-09-30 Thread YUKATHARSANI JEYACHANDRA
Hi, 1) Create packagegroup-debug-extra"x recipe name".bb file inside the meta-x/recipes-core/packagegroups layer. Inside the recipe, add the x recipe name like below:- inherit packagegroup PACKAGES = "\ packagegroup-debug-extra"x recipename" \ " RDEPENDS_packagegroup-extra"x

Re: [yocto] Creating a recipe to create /usr/local

2014-11-28 Thread Yukatharsani Jeyachandra
Please add FILES_PN = ${prefix}/local/* line in your recipe. Thanks, yukatharsani J. On 28-11-2014 14:50, Chan Kit Yu wrote: Not sure if you wanna read through the log file. I was initially dumbfounded but reading through the log I think I found the issue. Here's the main error (I think)

Re: [yocto] yocto Digest, Vol 46, Issue 109

2014-08-01 Thread YUKATHARSANI JEYACHANDRA
Hi Pushpa, Please remove one forward slash after YOCTO in this below URL and provide md5sum in your recipe and try to build . http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//libfslcodec-3.0.11.bin Note:- Check whether you have http or https mirror in your configuration