[yocto] How to add pacemaker and corosync with yocto for aspberrypi with all it's dependencies #dunfell #raspberrypi #yocto

2020-12-18 Thread prashantsingh
Hello Team, I need to use High availability cluster in my project. I'm generating OS for Rpi using Ycot. I'm using dunfell poky version 3.1.3. I'm adding *ntp tzdata pacemaker haveged* and *crmsh* command in my *local.conf* file, where crmsh command is giving error while doing bitbake saying u

Re: [yocto] Is curated SPDX data sharing a thing?

2020-12-18 Thread Richard Purdie
On Fri, 2020-12-18 at 16:51 -0500, Jérôme Carretero wrote: > On Fri, 18 Dec 2020 20:34:01 + > "Richard Purdie" wrote: > > > The challenge is that Yocto Project lets you build your own custom > > software, which means you also end up in your own BoM situation. We > > generally therefore provid

Re: [yocto] Is curated SPDX data sharing a thing?

2020-12-18 Thread Jérôme Carretero
On Fri, 18 Dec 2020 20:34:01 + "Richard Purdie" wrote: > The challenge is that Yocto Project lets you build your own custom > software, which means you also end up in your own BoM situation. We > generally therefore provide tooling that can help you generate the > information you need but the

Re: [yocto] Is curated SPDX data sharing a thing?

2020-12-18 Thread Richard Purdie
Hi, On Fri, 2020-12-18 at 15:15 -0500, Jérôme Carretero wrote: > Please correct me if I'm wrong but as far as I understand it, as of > today the flow for generating SPDX data to build software BoMs, > documented eg. in: > > - https://www.fossology.org/get-started/basic-workflow/ > - > https://el

[yocto] Is curated SPDX data sharing a thing?

2020-12-18 Thread Jérôme Carretero
Hi, Please correct me if I'm wrong but as far as I understand it, as of today the flow for generating SPDX data to build software BoMs, documented eg. in: - https://www.fossology.org/get-started/basic-workflow/ - https://elinux.org/images/2/20/License_Compliance_in_Embedded_Linux_with_the_Yocto

Re: [yocto] [meta-rockchip][PATCH] glmark2: fix bugs on panfrost

2020-12-18 Thread Trevor Woerner
On Fri 2020-12-18 @ 08:36:28 AM, Khem Raj wrote: > this patch is generic, perhaps should live with main recipe. Okay. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#51806): https://lists.yoctoproject.org/g/yocto/message/51806 Mute This Topic: https

Re: [yocto] [meta-rockchip][PATCH] glmark2: fix bugs on panfrost

2020-12-18 Thread Khem Raj
On 12/17/20 9:03 PM, Trevor Woerner wrote: Alyssa submitted this set of patches for glmark2 to fix/clarify glmark2's handling of fp16 overflows in a shader (which succeed if the driver doesn't handle fp16 and uses fp32 instead). See: https://github.com/glmark2/glmark2/pull/132 This is added a

Re: [yocto] Cross compiler which runs on the target architecture

2020-12-18 Thread Peter
> > Why you doesn't use multilib? Once the framework is in place adding addtional compile flags like   --enable-multilib is relatively easy.. see https://github.com/peteasa/meta-exotic/blob/master/exotic-gc/exotic-gcc-configure-common.inc#L14 where I actually have used multilib.  In addition i