[yocto] patching issue

2014-04-24 Thread Rohit2 Jindal
Hi, I have scenario like the following: SRC_URI = "\ http://ftp.gnu.org/gnu/glibc/glibc-ports-2.13.tar.gz;name=ports \ http://ftp.gnu.org/gnu/glibc/glibc-2.13.tar.gz;name=glibc \ file://glibc.patch \ file://newlib.patch " SRC_URI[ports.md5sum] = "094e3c9b57da605917a7

Re: [yocto] Error in configuring multilib ie libstdc++ for c++

2014-02-14 Thread Rohit2 Jindal
11:24 AM To: Rohit2 Jindal Cc: yocto@yoctoproject.org Subject: Re: [yocto] Error in configuring multilib ie libstdc++ for c++ On Jan 26, 2014, at 10:51 PM, Rohit2 Jindal mailto:rohit2.jin...@aricent.com>> wrote: Hi, I am trying to compile both c and c++ multilib for elf toolchain b

[yocto] Override this functionality

2014-01-28 Thread Rohit2 Jindal
Hi, Actually I am trying to use external-codesourcery-toolchain bb file to insall my precompiled toolchain binaries but that binaries I have to download from git server. But in start itself when yocto first time start bitbake it checks for the version of toolchain. How its possible to give too

[yocto] Nested If else

2014-01-28 Thread Rohit2 Jindal
Hi, I s there any thing like nested if else kind of statements exist in yocto ??? Regards, Rohit Jindal === Please refer to http://www.aricent.com/legal/email_disclaimer.html for important disclosures regarding this

[yocto] Error in configuring multilib ie libstdc++ for c++

2014-01-26 Thread Rohit2 Jindal
Hi, I am trying to compile both c and c++ multilib for elf toolchain but its giving error in configuring the same for c++. Logs are attached with this mail. And EXTRA_OECONF passed are as below: EXTRA_OECONF += "--with-sysroot=${TMPDIR}/sysroots/${BUILD_SYS}/usr/lib/mips32-nlm-elf.gcc-cross-in

Re: [yocto] Issue in combining configure options in different tunes

2014-01-22 Thread Rohit2 Jindal
Hi, Actually I am able to build both elf(for xloader uboot) and linux toolchain(linux and userspace components) using tune mips32 and tune mips64-n32 with the required libgcc libraries and other required headers. Glibc libraries were also build using tune-mips64-n32 with different combinations

Re: [yocto] Issue in combining configure options in different tunes

2014-01-21 Thread Rohit2 Jindal
Hi, Actually I am able to build both elf(for xloader uboot) and linux toolchain(linux and userspace components) using tune mips32 and tune mips64-n32 with the required libgcc libraries and other required headers. Glibc libraries were also build using tune-mips64-n32 with different combinations

Re: [yocto] Issue in combining configure options in different tunes

2014-01-16 Thread Rohit2 Jindal
Please help me out! From: Rohit2 Jindal Sent: Thursday, January 16, 2014 11:10 AM To: yocto@yoctoproject.org; Paul Eggleton; Marko Lindqvist Subject: Issue in combining configure options in different tunes Hi, Actually I am able to build both elf(for xloader uboot) and linux toolchain

[yocto] Issue in combining configure options in different tunes

2014-01-15 Thread Rohit2 Jindal
Hi, Actually I am able to build both elf(for xloader uboot) and linux toolchain(linux and userspace components) using tune mips32 and tune mips64-n32 with the required libgcc libraries and other required headers. Glibc libraries were also build using tune-mips64-n32 with different combinations

Re: [yocto] Issue in combining configure options in different tunes

2014-01-15 Thread Rohit2 Jindal
Humble reminder Please help me out From: Rohit2 Jindal Sent: Tuesday, January 14, 2014 12:27 PM To: yocto@yoctoproject.org; 'Paul Eggleton'; 'Marko Lindqvist' Subject: Issue in combining configure options in different tunes Hi, Actually I am able to build both e

[yocto] Issue in combining configure options in different tunes

2014-01-13 Thread Rohit2 Jindal
Hi, Actually I am able to build both elf(for xloader uboot) and linux toolchain(linux and userspace components) using tune mips32 and tune mips64-n32 with the required libgcc libraries and other required headers. Glibc libraries were also build using tune-mips64-n32 with different combinations

Re: [yocto] Passing more than one md5sum in yocto

2013-12-26 Thread Rohit2 Jindal
[mailto:cazf...@gmail.com] Sent: Wednesday, December 25, 2013 5:18 PM To: Rohit2 Jindal Cc: yocto@yoctoproject.org; Paul Eggleton Subject: Re: [yocto] Passing more than one md5sum in yocto On 25 December 2013 13:37, Rohit2 Jindal wrote: > Hi, > > Can u suggest me a way that we can pass more than o

[yocto] Passing more than one md5sum in yocto

2013-12-25 Thread Rohit2 Jindal
Hi, Can u suggest me a way that we can pass more than one md5sum in yocto for two different sources to be downloaded. SRC_URI = "\ http://ftp.gnu.org/gnu/glibc/glibc-ports-2.13.tar.gz\ http://ftp.gnu.org/gnu/glibc/glibc-2.13.tar.gz\ " SRC_URI[md5sum] = "094e3c9b57da605917a780ab24575

[yocto] Toolchain compilation issue

2013-11-17 Thread Rohit2 Jindal
Hi, We have a requirement to build our own custom toolchain for BSP mips64 architecture. We have to use glibc(2.13) instead of eglibc and newlib(1.20) instead of uclibc as libraries. Toolchain to be build with version 4.6.3 . I am able to override existing toolchain version SRC 4.7.2 to 4.6.3

[yocto] yocto query on SR_URI creation

2013-11-14 Thread Rohit2 Jindal
Hi, Can u suggest me the way I have to set my SRC_URI to access my own internal git server. Or if you can suggest me the reference for that. Thanks in advance!!! Regards, Rohit Jindal === Please refer to http://ww

[yocto] Yocto toolchain compilation Issues

2013-10-23 Thread Rohit2 Jindal
Hi , Actually I am trying to compile our own toolchain by applying our board specific patches to it in yocto . But getting error (attached error log) while running gcc-cross-initial for 4.6.3 toolchain . I have removed some patches to make it compatible for my own required toolchain patch vers

Re: [yocto] yocto query on SR_URI creation

2013-10-02 Thread Rohit2 Jindal
Hi Paul I want to download open source toolchain version 4.4.5 . Can u suggest me the git source from where I can download it using Yocto. And please also suggest me the steps to compile it for mips64 processors . How to override gcc_4.7 etc bitbake files in meta/recipes-devtools for the same

Re: [yocto] yocto query on SR_URI creation

2013-09-17 Thread Rohit2 Jindal
From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Tuesday, September 17, 2013 2:32 PM To: Rohit2 Jindal Cc: yocto@yoctoproject.org Subject: Re: [yocto] yocto query on SR_URI creation On Tuesday 17 September 2013 14:28:36 Rohit2 Jindal wrote: > The way you mentioned to put option inSRC_URI

Re: [yocto] yocto query on SR_URI creation

2013-09-16 Thread Rohit2 Jindal
he...@linaro.org] Sent: Tuesday, September 10, 2013 8:32 PM To: Rohit2 Jindal Cc: yocto@yoctoproject.org Subject: Re: [yocto] yocto query on SR_URI creation On Tue, Sep 10, 2013 at 4:35 PM, Rohit2 Jindal mailto:rohit2.jin...@aricent.com>> wrote: Thanks for your prompt reply. Actuall

Re: [yocto] yocto query on SR_URI creation

2013-09-12 Thread Rohit2 Jindal
z:sysconfig but in bitbake this doesnot work. Please suggest me the solution From: Nicolas Dechesne [mailto:nicolas.deche...@linaro.org] Sent: Monday, September 09, 2013 6:15 PM To: Rohit2 Jindal Cc: yocto@yoctoproject.org Subject: Re: [yocto] yocto query on SR_URI creation On Mon, Sep 9

Re: [yocto] yocto query on SR_URI creation

2013-09-10 Thread Rohit2 Jindal
to bitbake do_fetch task as runtime I don't think we can pass any input. Please suggest me the way. Regards, Rohit Jindal From: Nicolas Dechesne [mailto:nicolas.deche...@linaro.org] Sent: Monday, September 09, 2013 6:15 PM To: Rohit2 Jindal Cc: yocto@yoctoproject.org Subject: Re: [yocto] yocto

[yocto] yocto query on SR_URI creation

2013-09-09 Thread Rohit2 Jindal
Hi, Actually I want to access external git server of our client using yocto SRC_URI. But I am not able to create path to git server . I just have following info of external server with me 1)~/.ssh/config file host xyz user epuser hostname ep-code.xyz.com port 22 identityfile ~/.ssh/abc_r.j

[yocto] Yocto root permission issue

2013-06-19 Thread Rohit2 Jindal
do_compile or do_configure Can i change yocto default permission or run yocto with SU permissions . Please help me out! From: Richard Purdie [richard.pur...@linuxfoundation.org] Sent: Friday, June 14, 2013 10:08 PM To: Rohit2 Jindal Cc: yocto@yoctoproject.org

[yocto] Recompile the recipe everytime

2013-06-13 Thread Rohit2 Jindal
Gentle reminder!!! Hi , Please help me out I am stuck in some issue, actually I want my recipe to do compilation everytime on every run of Bitbake linux-yocto ie can I remove stamping or sstate-cache that it allows me to run compilation everytime on every run of bitbake linux-yocto. I tried

[yocto] Recompile the recipe everytime

2013-06-12 Thread Rohit2 Jindal
Hi , Please help me out I am stuck in some issue, actually I want my recipe to do compilation everytime on every run of Bitbake linux-yocto ie can I remove stamping or sstate-cache that it allows me to run compilation everytime on every run of bitbake linux-yocto. I tried do_compile[nostamp]

[yocto] menuconfig not working in FEDORA18

2013-06-10 Thread Rohit2 Jindal
Hi, Actually I am trying to run command Bitbake -c menuconfig linux(recipe-name) Getting error NOTE: Executing RunQueue Tasks ERROR: No valid terminal found, unable to open devshell ERROR: Function failed: do_menuconfig ERROR: Logfile of failure stored in: /home/netlogic/yocto/poky/build/tm

Re: [yocto] External-Sourcery-Toolchain Related Issue

2013-05-31 Thread Rohit2 Jindal
Thanks for your reply. Can you give me pointers how to setup my toolchain from scratch in yocto . Which RECIPES I have to refer to setup my own toolchain recipes . Thanks in advance Regards, Rohit Jindal From: Rohit2 Jindal Sent: Thursday, May 23, 2013 1:09 PM To: 'yocto@yoctoprojec

[yocto] Yocto with Fedora 18

2013-05-28 Thread Rohit2 Jindal
Hi, I am facing some issue when I run yocto with fedora 18 : 1 When I run my recipe it stops after completing 63-tasks and again I have to rerun my recipe back to complete left out around 415 tasks. I did not got why it shows this type of behavior. But this thing didn't happen with fedora 9 or

[yocto] External-Sourcery-Toolchain Related Issue

2013-05-23 Thread Rohit2 Jindal
Hi, I want to install my existing Toolchain to Yocto Sysroot bypassing default yocto toolchain functionality. My requirements are 1I will download toolchain from my git source ie tar file. 2I just want to install this toolchain to tmp/sysroot folder in build directory skipping compilati