Re: [yocto] Error in do_rootfs while builing on sumo with cmake the library called "libfmt" 4.1.0 (on rocko it was ok)

2019-02-28 Thread Joanna
I had a similar problem where the rapidjson recipe was not working only on sumo. The problem was that the default ${PN} package was empty so it would not be generated, but do_rootfs would try to include it. It helped to add a bbappend with the following line: FILES_${PN} = " ${includedir}/ " in yo

Re: [yocto] Error in do_rootfs

2015-09-23 Thread Gary Thomas
On 2015-09-23 06:13, Mayank Agarwal wrote: Hi, To give you more detail,I am trying to add gstreamer-1.0 support in framework which is already having gstreamer-0.10. Now gstreamer binaries are built in Intel 80386 32 bit format,while my machine is amd,64 bit.So what i am doing i am configuring

Re: [yocto] error in do_rootfs

2015-09-22 Thread Taek Hyun Shin
bitbake -u depexp -g name segfault because of not gui environment you can get dpendency dot file using bitbake image-name -g. not bitbake bash -g I think that the problem is do_rootfs error cause is busybox when you create rootfs, it is stranged to create a bash link not /bin/sh >> Error: n

Re: [yocto] error in do_rootfs

2015-09-22 Thread Daniel.
Seg fault? Thats really weird, Please specify your target system, host system, yocto release. This stuff shoudn't segfault at all, something would be really messy on your build environment. Did you tried this: https://github.com/dv1/meta-gstreamer1.0 ? It seems to be what you're looking for :)

Re: [yocto] error in do_rootfs

2015-09-22 Thread Gary Thomas
On 2015-09-22 08:53, Mayank Agarwal wrote: Thanks Daniel for your help.Please specify how can i remove it It would be a lot easier to help you diagnose your problem if you provide more data: * What version of Yocto are you using? * What is your target machine? * What image are you trying

Re: [yocto] error in do_rootfs

2015-09-22 Thread Daniel.
This will depend on what is selecting it to your image... Taking a look on bash dependecies here (I'm in Daisy) it has nothing that depend on bash. So, the right question is, "Why bitbake is trying to install it?". I suggest you to run `bitbake -u depexp -g bash' and see at "Reverse Depends" if th

Re: [yocto] error in do_rootfs

2015-09-22 Thread Daniel.
This will depend on what is selecting it to your image... Taking a look on bash dependecies here (I'm in Daisy) it has nothing that depend on bash. So, the right question is, "Why bitbake is trying to install it?". I suggest you to run `bitbake -u depexp -g bash' and see at "Reverse 2015-09-22 11

Re: [yocto] error in do_rootfs

2015-09-22 Thread Mayank Agarwal
Thanks Daniel for your help.Please specify how can i remove it Regards Mayank On Tue, Sep 22, 2015 at 8:21 PM, Daniel. wrote: > Will you use bash? If not, try to remove it from image, so /bin/bash isn't > created. > > > Cheers, > - dhs > > 2015-09-22 11:42 GMT-03:00 Mayank Agarwal : > >> From t

Re: [yocto] error in do_rootfs

2015-09-22 Thread Daniel.
Will you use bash? If not, try to remove it from image, so /bin/bash isn't created. Cheers, - dhs 2015-09-22 11:42 GMT-03:00 Mayank Agarwal : > From that error: > Error: not linking /1.0-r0/rootfs//bin/bash to /bin/busybox.nosuid since > rootfs//bin/bash exists and is not a link > > Any solutio

Re: [yocto] error in do_rootfs

2015-09-22 Thread Mayank Agarwal
>From that error: Error: not linking /1.0-r0/rootfs//bin/bash to /bin/busybox.nosuid since rootfs//bin/bash exists and is not a link Any solutions for above,even if i create symlink this error doesn't go Regards Mayank On Tue, Sep 22, 2015 at 7:47 PM, Daniel. wrote: > There should be a log.do_

Re: [yocto] error in do_rootfs

2015-09-22 Thread Daniel.
There should be a log.do_rootfs in something like BUILD_DIR/tmp/work/MACHINE-TOOLCHAIN/IMAGE/PV-PR/temp/. There you will find a proper failure message with the command that triggered the failure and is output. Cheers, - dhs 2015-09-22 6:36 GMT-03:00 Mayank Agarwal : > Hi, > > I am getting the be

Re: [yocto] error in do_rootfs

2015-09-22 Thread Mayank Agarwal
binaries are there in qemux/usr/lib/gstreamer-1.0 but they are not getting installed in final image. is this empty by any chance: i didn't get you. Regards Mayank On Tue, Sep 22, 2015 at 12:42 PM, Khem Raj wrote: > > > On Sep 22, 2015, at 12:08 AM, Mayank Agarwal < > mayank77fromin...@gmail.co

Re: [yocto] error in do_rootfs

2015-09-22 Thread Khem Raj
> On Sep 22, 2015, at 12:08 AM, Mayank Agarwal > wrote: > > Hi > > While installing gstreamer-1.0 i am facing following errors in do_rootfs: > > Configuring xfsprogs-mkfs. > Configuring packagegroup-rdk-oss-mediaserver. > Configuring gst-plugins-bad-linsys. > Configuring gst-plugins-good-iso