[yocto] Cloning
Hi, I'm new to this clearlinux environment and I want to know how to clone poky in clearlinux and generate image. Please forward any link regarding cloning and generating yocto image in clearlinux. Thanks, Pavan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
[yocto] Yocto:
Hi team, I'm using PACKAGE_EXCLUDE ="acl" to exclude the acl and complementary packages but it is not working. Can you provide solution how to exclude acl and complementary packages. Thanks, Pavan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
[yocto] Excluding Package:
Hi team, I'm using PACKAGE_EXCLUDE ="acl" to exclude the acl and complementary packages but it is not working. Can you provide solution how to exclude acl and complementary packages. Thanks, Pavan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
Re: [yocto] PACKAGE_EXCLUDE not working
Hi team, I have added line PACKAGE_EXCLUDE=acl in local.conf to exclude the acl packages, but it is not working. Any help please how to exclude the acl packages. Thanks, Pavan On Fri 12 Oct, 2018, 12:30 AM , wrote: > Send yocto mailing list submissions to > yocto@yoctoproject.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.yoctoproject.org/listinfo/yocto > or, via email, send a message with subject or body 'help' to > yocto-requ...@yoctoproject.org > > You can reach the person managing the list at > yocto-ow...@yoctoproject.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of yocto digest..." > > > Today's Topics: > >1. Excluding Package: (pawanKumar) >2. [Yocto][poky][meta] already-stripped ignore if set for any > other package then INSANE_SKIP_${PN} (M?ns Zigher) > > > -- > > Message: 1 > Date: Thu, 11 Oct 2018 19:25:21 +0530 > From: pawanKumar > To: yocto@yoctoproject.org > Subject: [yocto] Excluding Package: > Message-ID: > jpra_+eptumdbkvfdj0kmjjjo2z...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi team, > > I'm using PACKAGE_EXCLUDE ="acl" to exclude the acl and complementary > packages but it is not working. > > Can you provide solution how to exclude acl and complementary packages. > > > > Thanks, > Pavan > -- next part -- > An HTML attachment was scrubbed... > URL: < > http://lists.yoctoproject.org/pipermail/yocto/attachments/20181011/fb8a60ba/attachment-0001.html > > > > -- > > Message: 2 > Date: Thu, 11 Oct 2018 19:08:25 +0200 > From: M?ns Zigher > To: Yocto discussion list > Subject: [yocto] [Yocto][poky][meta] already-stripped ignore if set > for any other package then INSANE_SKIP_${PN} > Message-ID: > qcm1eyy-myabfcc...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi, > > I have been struggling with a problem where I need to create a package in a > recipe and set already-stripped for that package. The package in question > is not the the default one so I am trying to set it by using > > INSANE_SKIP_${PN} += " \ > dev-so \ > already-stripped \ > " > > But the result is like it ignore is it. The only way to get it to work is > if I include the file in the default package and set already-stripped to > INSANE_SKIP_${PN}. When looking at the code at package.bbclass this seems > to be correct > > if 'already-stripped' in (d.getVar('INSANE_SKIP_' + pn) or "").split(): > > Is this really the way it should work. I mean dev-so can be set per package > in a recipe but is it not supported to set already-stripped per package? I > am running rocko but could not set that this have be updated in sumo. The > documentation doesn't describe this limitation either. > > BR > M?ns Zigher > -- next part -- > An HTML attachment was scrubbed... > URL: < > http://lists.yoctoproject.org/pipermail/yocto/attachments/20181011/cada21cf/attachment-0001.html > > > > -- > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > > > End of yocto Digest, Vol 97, Issue 34 > * > -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
[yocto] Module.symvers failed with error: No such file or directory:
Hi Team , After running the command :- crosstap root@ I'm getting error as below: */poky/build/tmp/work/qemux86-poky-linux/linux-yocto/4.18.21+gitAUTOINC+..*/linux-qemu-*/Module.symvers" failed with error: No such file or directory.* *Ensure kernel development headers & makefiles are installed.* Please let me know why I'm getting this error. Regards Pavankumar -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
[yocto] Bitbake Issue in Yocto 2.7 M2 rc1:
Hi Team, While running bitbake command, I'm facing issue as: Error: OE-cores config sanity checker detected a potential misconfiguaration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf) Does the issue is in the build or in my system.(I have run in multiple systems) -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
[yocto] Bitbake failure:
Hi team, When I tried to run (bitbate -c fetchall) it is giving error as "target do_fetchall is not found for image core-image-sato". How to over come this error. Regards Pavan. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
Re: [yocto] Bitbake failure:
Thanks for your tip. Can I use capital c in place of small c. On Fri, Mar 23, 2018, 9:20 PM Joshua Watt wrote: > On Fri, 2018-03-23 at 07:31 +0000, pawanKumar wrote: > > Hi team, > When I tried to run (bitbate -c fetchall) it is giving error as > "target do_fetchall is not found for image core-image-sato". > How to over come this error. > > > I believe fetchall was superseded by --runall. Try: > > bitbake --runall fetch core-image-sato > > > Regards > Pavan. > > -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
Re: [yocto] Bitbake failure:
Thanks, I'll look into it. For yocto-2.5 M3 rc1 they have given as bitbake -c fetchall core-image-sato That means it is a failure. On Tue, Mar 27, 2018, 7:52 PM Joshua Watt wrote: > On Tue, 2018-03-27 at 09:19 +, pawanKumar wrote: > > Thanks for your tip. > Can I use capital c in place of small c. > > > Not quite sure what you mean. If you are trying to do: > > bitbake -C fetchall core-image-sato > > that doesn't work anymore AFAIK. I don't think there is currently a way to > do a "force invalidate" (e.g. -f) with --runall, although TBH I'm not sure > if 'bitbake -C fetchall' did that anyway. Perhaps someone more familiar > with the recursive dependencies can chime in. > > However, I recently ran into a case where having -f apply to --runall was > useful, so I have a patch in my contrib tree to add support for it. If > that's what you're trying to do, I'm curious what the use case is? I > haven't pushed the patch to the mailing list because I'm not sure if my use > is actually valid. > > > On Fri, Mar 23, 2018, 9:20 PM Joshua Watt wrote: > > On Fri, 2018-03-23 at 07:31 +, pawanKumar wrote: > > Hi team, > When I tried to run (bitbate -c fetchall) it is giving error as > "target do_fetchall is not found for image core-image-sato". > How to over come this error. > > > I believe fetchall was superseded by --runall. Try: > > bitbake --runall fetch core-image-sato > > > Regards > Pavan. > > -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto