[yocto] clone multiple git source repository from single recipe file

2015-07-17 Thread Anooj Gopi
;user=theuser;pswd=thepassword " SRCREV_default_pn-${BPN} = "svn-rev-no" But now I would like to clone two git repository, which of course have different hash value to be checked-out. Is it possible to do that in yocto? Best Regards, Anooj Gopi -- _

Re: [yocto] Build dts alone

2014-08-27 Thread Anooj Gopi
of August 2014 15:57:40 Anooj Gopi wrote: > > Hello, > > > > After changing the kernel dts file (directly in work directory) I would > > like to build just the dtb file from yocto (without rebuilding entire > > virtual/kernel target). Is it possible to do so? > F

[yocto] Build dts alone

2014-08-27 Thread Anooj Gopi
Hello, After changing the kernel dts file (directly in work directory) I would like to build just the dtb file from yocto (without rebuilding entire virtual/kernel target). Is it possible to do so? Regards, Anooj -- ___ yocto mailing list yocto@yoctopr

Re: [yocto] best bet for WiFi Yocto experience?

2014-08-26 Thread Anooj Gopi
http://www.udoo.org/downloads/ has one unofficial version with yocto. On Tue, Aug 26, 2014 at 2:27 AM, Khem Raj wrote: > On 14-08-25 13:53:01, Rudolf Streif wrote: > > Hi Pete, > > > > > > Please provide a recommendation for a low cost, out of the box WiFi > > > (802.11n) experience using Yocto

Re: [yocto] best bet for WiFi Yocto experience?

2014-08-25 Thread Anooj Gopi
May be this helps: http://www.wandboard.org/ On Mon, Aug 25, 2014 at 10:53 PM, Rudolf Streif wrote: > Hi Pete, > > > Please provide a recommendation for a low cost, out of the box WiFi >> (802.11n) experience using Yocto. >> >> Are you looking for a board that has WiFi on board? The Wandboard

Re: [yocto] SDK not contianing archive libraries

2014-07-23 Thread Anooj Gopi
The package installed tmp/sysroot and your SDK sysroot are not same by default. You have to find in which package your .a files are. Adding it to "TOOLCHAIN_HOST_TASK" may help. I am not sure if this will help as I am currently through the similar issues. On Wed, Jul 23, 2014 at 5:20 AM, Joseph A

Re: [yocto] Fwd: How to find the bb file from package name

2014-07-22 Thread Anooj Gopi
uch a package to "TOOLCHAIN_HOST_TASK", it throws following error during populate_sdk Error: not found in the base feeds (i686_nativesdk noarch any all ). Does anybody have a clue how to fix this? On Tue, Jul 22, 2014 at 7:14 PM, Anooj Gopi wrote: > This package (nativesdk-libqt5core-dev-5.2.1-

Re: [yocto] Fwd: How to find the bb file from package name

2014-07-22 Thread Anooj Gopi
(i686_nativesdk noarch any all ). Any idea what is the problem here? On Tue, Jul 22, 2014 at 6:26 PM, Burton, Ross wrote: > On 22 July 2014 17:19, Anooj Gopi wrote: > > But I'm still not able to find out where in yocto PKG variable is > configured > > (which changes this

Re: [yocto] Fwd: How to find the bb file from package name

2014-07-22 Thread Anooj Gopi
vesdk-qtbase.inc > > PACKAGES = "${PN}-tools-dbg *${PN}-tools-dev* ${PN}-tools-staticdev > ${PN}-tools" > > Thanks, > > Bharath > > > > On Tue, Jul 22, 2014 at 11:19 AM, Anooj Gopi wrote: > >> >> Oh sorry the link I sent was wrong. The co

Re: [yocto] Fwd: How to find the bb file from package name

2014-07-22 Thread Anooj Gopi
file and see if any package is included > with the name which you are searching for. > > Thanks & Regards, > Bharath Chandra Elluru > > > > On Tue, Jul 22, 2014 at 6:52 AM, Anooj Gopi wrote: > >> >> Yes I am trying to track down the recipe from the rpm file. In

[yocto] Fwd: How to find the bb file from package name

2014-07-22 Thread Anooj Gopi
014 at 11:15 AM, Burton, Ross wrote: > On 21 July 2014 16:39, Anooj Gopi wrote: > > Could some one help me to understand how we could find the bb file which > > generated particular package (rpm package for eg.)? > > (In some cases the name of the package and recipe name diff

Re: [yocto] How to find the bb file from package name

2014-07-22 Thread Anooj Gopi
Hello Belen, "Toaster" seems promising. But unfortunately I am currently with Yocto Project 1.5 Do you see any other possibility in 1.5? Best Regards, Anooj On Tue, Jul 22, 2014 at 11:07 AM, Barros Pena, Belen < belen.barros.p...@intel.com> wrote: > On 21/07/2014 16:39,

[yocto] How to find the bb file from package name

2014-07-21 Thread Anooj Gopi
package) easily. (without looking into the PACKAGES variable). Best Regards, Anooj Gopi -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Include all the native sdk packages built into sdk install script (populate_sdk)

2014-07-17 Thread Anooj Gopi
e ADT installer will solve the missing package issues? Best Regards, Anooj Gopi On Wed, Jul 16, 2014 at 2:59 PM, Meier, Dennis wrote: > Dear Anooj > > > > What goes into the native sysroot is determined by the TOOLCHAIN_HOST_TASK > variable I believe. So setting TOOLCHAIN_HO

[yocto] Include all the native sdk packages built into sdk install script (populate_sdk)

2014-07-16 Thread Anooj Gopi
5.2.1-r1.i686_nativesdk.rpm" package generated in the build machine. But it is not available by default in the sysroot generated by "build/tmp/deploy/sdk/ oecore-i686-cortexa15hf-vfp-neon-toolchain-oe-core.0.sh". Best Regards, Anooj Gopi -- _

Re: [yocto] Detailed steps involved in populate_sdk

2014-06-10 Thread Anooj Gopi
I think "TOOLCHAIN_HOST_TASK" is the one I was looking for. This variable is not been used more often. Is there any better solution available to add more package to host sdk machine's sysroot? From: Anooj Gopi To: Khem Raj , Cc: "yocto@yoctoproject.org"

Re: [yocto] Detailed steps involved in populate_sdk

2014-06-04 Thread Anooj Gopi
hine after installing sdk. How yocto decide which host packages to be included in sdk? Thanks in advance. Regards, Anooj Gopi From: Khem Raj To: Anooj Gopi , Cc: "yocto@yoctoproject.org" Date: 03.06.2014 21:24 Subject:Re: [yocto] Detailed steps involved in populate_

Re: [yocto] external-linaro-sdk-toolchain.bb, do_package_write_rpm) failed with exit code '1'

2014-06-03 Thread Anooj Gopi
Please note that the same sources when built in Ubuntu 12.04 passes without issue. Is this anything related to python version? Note: The yocto project I am using is not the latest. From: Anooj Gopi To: yocto@yoctoproject.org, Date: 03.06.2014 17:55 Subject:[yocto] external

[yocto] external-linaro-sdk-toolchain.bb, do_package_write_rpm) failed with exit code '1'

2014-06-03 Thread Anooj Gopi
When try to build in Ubuntu 14.04 x86_64 machine following failure occurs. | error: line 24: invalid tag value("^[A-Za-z0-9+._]+$") Version: Version: 'libpseudo.so' | error: Package has no %description: binutils-cross-canadian-arm.x86_64_nativesdk I doubt following part of the bitbake fails d

Re: [yocto] Detailed steps involved in populate_sdk

2014-06-03 Thread Anooj Gopi
for me to tell yocto to generate all the tools and use exactly the same for 'build host' as well as 'sdk host'? Best Regards, Anooj From: Khem Raj To: Anooj Gopi , Cc: yocto@yoctoproject.org Date: 01.06.2014 04:49 Subject:Re: [yocto] Detailed step

[yocto] Detailed steps involved in populate_sdk

2014-05-30 Thread Anooj Gopi
uot; already created during "bitbake core-image-minimal". I know there is something wrong in my understanding. Could you please explain bit in detail. Best Regards, Anooj Gopi Alpine Electronics R&D Europe GmbH, Vor dem Lauch 14, 70567 Stuttgart, Registergericht Stuttgart, HRB