Re: [yocto] How to build jffs2 rootfs image in freescale community build

2016-01-13 Thread Sarayu Krishna Sivanandam
for that > > On Wed, Jan 13, 2016 at 9:48 AM, Sarayu Krishna Sivanandam > wrote: > > hi , > > > > I do see the the linux-dtb.inc included in the linux-ls1 recipe but when > i > > build the code using > > > > bitbake -c compile -f linux-ls1 it doesnot

Re: [yocto] How to build jffs2 rootfs image in freescale community build

2016-01-13 Thread Sarayu Krishna Sivanandam
does not rebuild any of the images . How can i force it to rebuild the dtb image ? Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies On Wed, Jan 13, 2016 at 11:11 PM, Khem Raj wrote: > > On Jan 13, 2016, at 4:03 AM, Sarayu Krishna Sivanandam > wrote: > > hi , > &g

Re: [yocto] How to build jffs2 rootfs image in freescale community build

2016-01-13 Thread Sarayu Krishna Sivanandam
? Thanks in advance for your help. Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies On Tue, Jan 12, 2016 at 3:17 PM, Sarayu Krishna Sivanandam < sar...@zaikenn.com> wrote: > That worked . Thanks !! > > Thanks and Regards, > Sarayu K S > Tech Lead > Zaikenn

Re: [yocto] How to build jffs2 rootfs image in freescale community build

2016-01-12 Thread Sarayu Krishna Sivanandam
That worked . Thanks !! Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies On Tue, Jan 12, 2016 at 2:12 PM, Khem Raj wrote: > On Tue, Jan 12, 2016 at 12:32 AM, Sarayu Krishna Sivanandam > wrote: > > Hi all , > > > > I was initially using the QorIQ-SDK-V1

[yocto] How to build jffs2 rootfs image in freescale community build

2016-01-12 Thread Sarayu Krishna Sivanandam
Hi all , I was initially using the QorIQ-SDK-V1.8 SDK and was using the command "bitbake corre-image-full " to generate the full images including the uboot , the jffs2 filesystem etc as shown below , *-rw-r--r--. 1 sarayu sarayu 30670848 Oct 14 13:46 fsl-image-core-ls1021atwr-20151014203509.rootf

Re: [yocto] Kernel header generation

2015-11-30 Thread Sarayu Krishna Sivanandam
ample for the same please do share it with me . Thanks in advance for your help. Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies On Tue, Dec 1, 2015 at 1:29 AM, Khem Raj wrote: > > On Nov 27, 2015 5:48 AM, "Sarayu Krishna Sivanandam" > wrote: > > >

[yocto] Kernel header generation

2015-11-27 Thread Sarayu Krishna Sivanandam
Hi , I have written a kernel module which i am currently building along with the yocto kernel but i want to be able to move my code to a different repository and be able to build it as a stand alone module. To do so , i will need the kernel headers to be generated from the linux kernel on yocto .

Re: [yocto] ADD GDB in FSL toolchain

2015-08-05 Thread Sarayu Krishna Sivanandam
-Original Message- > > From: yocto-boun...@yoctoproject.org [mailto:yocto- > > boun...@yoctoproject.org] On Behalf Of Khem Raj > > Sent: Wednesday, August 05, 2015 4:14 AM > > To: Sarayu Krishna Sivanandam > > Cc: yocto@yoctoproject.org; Gary Thomas > > Subject:

Re: [yocto] ADD GDB in FSL toolchain

2015-08-04 Thread Sarayu Krishna Sivanandam
Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies On Tue, Aug 4, 2015 at 7:22 PM, Gary Thomas wrote: > On 2015-08-04 07:47, Sarayu Krishna Sivanandam wrote: > >> hi Gary , >> >> I am working on the 1.8 SDK For the ARM board and followed the >> instructions

Re: [yocto] ADD GDB in FSL toolchain

2015-08-04 Thread Sarayu Krishna Sivanandam
, 2015 at 6:57 PM, Gary Thomas wrote: > On 2015-08-04 07:01, Sarayu Krishna Sivanandam wrote: > >> Hi Gary , >> >> Pls find below my configuration details . >> >> Build Configuration: >> BB_VERSION= "1.22.0" >> BUILD_SYS

Re: [yocto] ADD GDB in FSL toolchain

2015-08-04 Thread Sarayu Krishna Sivanandam
b8" meta-security = "daisy:9f4c3849521465b459845dcc1a7a885bacaae9d9" Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies On Tue, Aug 4, 2015 at 6:23 PM, Gary Thomas wrote: > On 2015-08-04 06:42, Sarayu Krishna Sivanandam wrote: > >> hi Gary , >> &g

Re: [yocto] ADD GDB in FSL toolchain

2015-08-04 Thread Sarayu Krishna Sivanandam
glib-2.0-dev \ dtc-staticdev \ libgomp \ libgomp-dev \ libgomp-staticdev \ libstdc++-staticdev \ ${TCLIBC}-staticdev \ util-linux-dev \ gdb-cross-arm \ " Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies On Tue, Aug 4, 2015 at 5:21 PM, Gary Thomas w

[yocto] ADD GDB in FSL toolchain

2015-08-04 Thread Sarayu Krishna Sivanandam
Hi all , I am using the QorIQ-SDK-V1.8 SDK for the toolchain generation for my ARM board . I wanted to build gdb along with the toolchain . I got some ideas from google to add the gdb-cross in the fsl-toolchain.bb but on doing the same it gave me some errors when trying to build . Can you please

Re: [yocto] QorIQ-SDK-V1.8 fsl-toolchain generation misses libuuid

2015-07-24 Thread Sarayu Krishna Sivanandam
libstdc++-staticdev \ > > ${TCLIBC}-staticdev \ > > +util-linux-dev \ > > " > > > > > > Best Regards, > > > > Zhenhua > > > > *From:* yocto-boun...@yoctoproject.org [mailto: > yocto-boun...@yoctoproject.org] *On Behalf O

[yocto] QorIQ-SDK-V1.8 fsl-toolchain generation misses libuuid

2015-07-24 Thread Sarayu Krishna Sivanandam
Hi all , I am using the QorIQ-SDK-V1.8 SDK for the toolchain generation for my ARM board . I followed the instructions in http://www.freescale.com/infocenter/topic/QORIQSDK/6735542.html and was able to successfully generate the toolchain and install the same. I was also able to cross compile my h