[yocto] Issue with gcc6

2018-03-19 Thread sarayu
Hi , I was trying to setup yocto on my debian VM and pulled the latest yocto fido and tried to compile the core_image_sato. I am getting the below error in the base build. /home/sarayu/code/yocto-sample/poky/build/tmp/work/x86_64-linux/elfutils-nat ive/0.161-r0/elfutils-0.161/libebl

[yocto] Issue with Doc-utils

2018-08-20 Thread Sarayu Sivanandam
and i am seeing the below errors. Can you please help me with the same. Log data follows: | DEBUG: Executing shell function do_compile | NOTE: make -j 4 | Making all in backends | make[1]: Entering directory '/home/sarayu/code/yocto_arm/QorIQ-SDK-V2.0-20160527-yocto/build_ls1043ardb/tmp/work/x

[yocto] LXD on yocto

2018-08-22 Thread Sarayu Sivanandam
Hi all, Is anyone currently working on creating a recipe for LXD? I want to create a recipe for LXD for my project and any inputs for the same is welcome. Thanks and Regards Sarayu -- ___ yocto mailing list yocto@yoctoproject.org https

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

2015-07-24 Thread Sarayu Krishna Sivanandam
for some reason it is not being built as part of the toolchain . Can you please let me know what changes are required to include it along with the toolchain build . Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies -- ___ yocto mailing list

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

2015-07-24 Thread Sarayu Krishna Sivanandam
Thanks for the quick response . That worked for me . Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies On Fri, Jul 24, 2015 at 2:47 PM, Luo Zhenhua wrote: > One correction. > > > > Do the following change for meta-fsl-networking/images/fsl-toolchain.bb > > &g

[yocto] ADD GDB in FSL toolchain

2015-08-04 Thread Sarayu Krishna Sivanandam
. Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

Re: [yocto] ADD GDB in FSL toolchain

2015-08-04 Thread Sarayu Krishna Sivanandam
68c8e4b713a458a5b93e903103dea85c" meta-oe meta-networking meta-perl toolchain-layer = "daisy:4a44c4107899363b22c01eb5621b0c86db1c659c" meta-java = "daisy:65c89b93fa9d4c89e1dfb5b795075cbadb541009" meta-linaro-toolchain = "daisy:9e742fbb8cbb6d2087fb41429a77fcf0ce50db

Re: [yocto] ADD GDB in FSL toolchain

2015-08-04 Thread Sarayu Krishna Sivanandam
to build the tool chain as the same is currently available on my board. when u use gdb-cross which bb file is executed ? Can you please provide the file name so that i can verify if it is present in my code as well. Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies On Tue, Aug 4

Re: [yocto] ADD GDB in FSL toolchain

2015-08-04 Thread Sarayu Krishna Sivanandam
I see that it is available in my code as well . [sarayu@localhost QorIQ-SDK-V1.8-20150619-yocto]$ find . -name gdb-cross_7.6.2.bb ./poky/meta/recipes-devtools/gdb/gdb-cross_7.6.2.bb But when i try to build just this bb file it still shows the error . [sarayu@localhost build_ls1021atwr_release

Re: [yocto] ADD GDB in FSL toolchain

2015-08-05 Thread Sarayu Krishna Sivanandam
Thanks for the reply . That worked for me . I was able to add gdb to my toolchain. Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies On Wed, Aug 5, 2015 at 2:47 PM, Luo Zhenhua wrote: > Hi Sarayu, > > Do you want the gdb utility which can be executed on host machine or gdb

[yocto] Kernel header generation

2015-11-27 Thread Sarayu Krishna Sivanandam
. Can you please provide me the steps to build the kernel headers and be able to install it outside the yocto setup. I am using the QorIQ-SDK-V1.8 SDK . Thanks in advance for your help. Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies

Re: [yocto] Kernel header generation

2015-11-30 Thread Sarayu Krishna Sivanandam
evsrc" TOOLCHAIN_TARGET_TASK_append = " kernel-devsrc") in my image file but got some errors as shown below. ERROR: Nothing RPROVIDES 'kernel-devsrc' (but /home/sarayu/freescale/v2.0/Freescale-Linux-SDK-for-LS1021A-Rev2-v0.4-20150803-yocto/meta-fsl-networking/images/ fsl-image-core.bb RDEPENDS on

[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-2015

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

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-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
Great . That helped . Thanks for a quick reply. Can you point me to any documentation that would help answer these kind of questions for me ? Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies On Wed, Jan 13, 2016 at 11:22 PM, Khem Raj wrote: > you need to run -c deploy task