Re: [yocto] SDK generation issue

2015-03-03 Thread Paul Eggleton
On Tuesday 03 March 2015 05:41:43 Raghavendra Kakarla wrote: I am generated the yocto SDK using the yocto sdk script bitbake core-image-minimal -c populate_sdk command. With this command I am able to generte the installation script file and .manifest file. I run the installation script file.

Re: [yocto] SDK generation issue

2015-03-03 Thread Raghavendra Kakarla
Hi Paul Eggleton, Thank you for your response. Now my issue is resolved. I have some doubts on yocto-sdk. Can you please clarify them. When i Built SDK for YOCTO, I am getting a cross compilation tool chain. With which i am able to build the applications for my platform. I wanted to confirm,

Re: [yocto] SDK generation issue

2015-03-03 Thread Paul Eggleton
Maybe, it depends on the individual projects. We haven't embarked upon any documentation standardisation effort. On Tuesday 03 March 2015 12:17:45 Raghavendra Kakarla wrote: Hi Paul Eggleton, Shall i get any API information in the generated SDK documents. Regards, Raghavendra.

Re: [yocto] SDK generation issue

2015-03-03 Thread Jim Rafert
...@inedasystems.com] Sent: Monday, March 02, 2015 10:41 PM To: Paul Eggleton Cc: yocto@yoctoproject.org Subject: [yocto] SDK generation issue Hi Paul Eggleton, Thanks for your help in the solving the issue for adding the bsp to yocto. Now I am working on the yocto sdk generation. I am generated the yocto SDK using

Re: [yocto] SDK generation issue

2015-03-03 Thread Paul Eggleton
On Tuesday 03 March 2015 10:26:46 Raghavendra Kakarla wrote: When i Built SDK for YOCTO, I am getting a cross compilation tool chain. With which i am able to build the applications for my platform. I wanted to confirm, whether SDK means a toolchain to build the applications or is there

Re: [yocto] SDK generation issue

2015-03-03 Thread Raghavendra Kakarla
Hi Paul Eggleton, Where can i get the documents generated by the yocto sdk. Regards, Raghavendra. From: Raghavendra Kakarla Sent: Tuesday, March 3, 2015 3:56 PM To: Paul Eggleton Cc: yocto@yoctoproject.org Subject: RE: SDK generation issue Hi Paul

Re: [yocto] SDK generation issue

2015-03-03 Thread Raghavendra Kakarla
Hi Paul Eggleton, Shall i get any API information in the generated SDK documents. Regards, Raghavendra. From: Paul Eggleton paul.eggle...@linux.intel.com Sent: Tuesday, March 3, 2015 5:40 PM To: Raghavendra Kakarla Cc: yocto@yoctoproject.org Subject: Re:

Re: [yocto] SDK generation issue

2015-03-03 Thread Paul Eggleton
Assuming you built the SDK you had installed with doc-pkgs in SDKIMAGE_FEATURES, they would be in the target sysroot i.e. sdk-install-dir/sysroots/your-machine-arch/usr/share/doc/ On Tuesday 03 March 2015 11:55:22 Raghavendra Kakarla wrote: Hi Paul Eggleton, Where can i get the documents

[yocto] SDK generation issue

2015-03-02 Thread Raghavendra Kakarla
Hi Paul Eggleton, Thanks for your help in the solving the issue for adding the bsp to yocto. Now I am working on the yocto sdk generation. I am generated the yocto SDK using the yocto sdk script bitbake core-image-minimal -c populate_sdk command. With this command I am able to generte the