[OE-core] [PATCH] rust-target-config: fix feature for vfpv4f16

2024-04-17 Thread Willy Tu via lists.openembedded.org
Based on [1] which fixed the target for vfpv3d16. Adding the support for vfpv4d16 with the same set of changes. Tested with running tokio which hit coredump before the change. It worked fine after this change. [1] https://lists.openembedded.org/g/openembedded-core/message/185702 Signed-off-by: W

[OE-core] [PATCH] rust-target-config: fix featrue for vfpv4f16

2024-04-17 Thread Willy Tu via lists.openembedded.org
Based on [1] which fixed the target for vfpv3d16. Adding the support for vfpv4d16 with the same set of changes. Tested with running tokio which hit coredump before the change. It worked fine after this change. [1] https://lists.openembedded.org/g/openembedded-core/message/185702 Signed-off-by: W

[OE-core] [PATCH] rust-target-config fix target_featrue for vfpv4f16

2024-04-17 Thread Willy Tu via lists.openembedded.org
Based on [1] which fixed the target for vfpv3d16. Adding the support for vfpv4d16 with the same set of changes. Tested with running tokio which hit coredump before the change. It worked fine after this change. [1] https://lists.openembedded.org/g/openembedded-core/message/185702 Signed-off-by: W

Re: [OE-core] [PATCH] openssh: Install internal header/lib files

2022-11-08 Thread Willy Tu via lists.openembedded.org
ok, sounds good. thanks. I think I had a version that does that. I'll revert back to that version. I'll let the maintainer there know so that we can proceed with that direction. Willy Tu On Tue, Nov 8, 2022 at 11:37 AM Alexander Kanavin wrote: > > Ah, I thought this was in a separate layer. I

Re: [OE-core] [PATCH] openssh: Install internal header/lib files

2022-11-08 Thread Willy Tu via lists.openembedded.org
So do you suggest adding bbappend in meta-openembedded where https://github.com/openembedded/meta-openembedded/pull/597 will live? I'll check with the maintainer there. And Google/hiba users will maintain that. Best, Willy Tu On Tue, Nov 8, 2022 at 11:25 AM Alexander Kanavin wrote: > Actuall

Re: [OE-core] [PATCH] openssh: Install internal header/lib files

2022-11-08 Thread Willy Tu via lists.openembedded.org
I think they are fine with the hack here. oops. Ok, I'll work with them to get the fix without this change. Thanks for the feedback. Willy Tu On Tue, Nov 8, 2022 at 9:12 AM Alexander Kanavin wrote: > > On Tue, 8 Nov 2022 at 18:08, Willy Tu wrote: > > > > Thanks Alexander for the feedback, > >

Re: [OE-core] [PATCH] openssh: Install internal header/lib files

2022-11-08 Thread Willy Tu via lists.openembedded.org
ally do not go against upstream choices. > > Alex > > On Tue, 8 Nov 2022 at 17:23, Willy Tu via lists.openembedded.org > wrote: > > > > Is there anything else that I need to do to help move this forward? > > > > Willy Tu > > > > On Mon, Oct 31, 2

Re: [OE-core] [PATCH] openssh: Install internal header/lib files

2022-11-08 Thread Willy Tu via lists.openembedded.org
Is there anything else that I need to do to help move this forward? Willy Tu On Mon, Oct 31, 2022 at 8:42 AM Willy Tu via lists.openembedded.org wrote: > Friendly ping. Is there any more concern on this? > > Willy Tu > > > On Mon, Oct 24, 2022 at 10:07 AM Willy Tu via list

Re: [OE-core] [PATCH] openssh: Install internal header/lib files

2022-10-31 Thread Willy Tu via lists.openembedded.org
Friendly ping. Is there any more concern on this? Willy Tu On Mon, Oct 24, 2022 at 10:07 AM Willy Tu via lists.openembedded.org wrote: > > Testing it out more and it seems like the current change is fine in that > regard. > > I was building it against an OpenBMC image which inc

Re: [OE-core] [PATCH] openssh: Install internal header/lib files

2022-10-24 Thread Willy Tu via lists.openembedded.org
esn't have those files. I believe that's what we are looking for? Willy Tu On Mon, Oct 24, 2022 at 9:05 AM Willy Tu via lists.openembedded.org wrote: > I am testing it out again and it seems like it does install to the target . > > ``` > $ find -name libssh.a > ./tmp/sysr

Re: [OE-core] [PATCH] openssh: Install internal header/lib files

2022-10-24 Thread Willy Tu via lists.openembedded.org
I am testing it out again and it seems like it does install to the target . ``` $ find -name libssh.a ./tmp/sysroots-components/armv7a/openssh/usr/lib/libssh.a ./tmp/work/armv7a-openbmc-linux-gnueabi/openssh/9.0p1-r0/image/usr/lib/libssh.a ./tmp/work/armv7a-openbmc-linux-gnueabi/openssh/9.0p1-r0/s

Re: [OE-core] [PATCH] openssh: Install internal header/lib files

2022-10-24 Thread Willy Tu via lists.openembedded.org
Adding +Tristan Lelong for visibility and comment on any concern. On Mon, Oct 24, 2022 at 7:27 AM Willy Tu via lists.openembedded.org wrote: > Hi Michael, > > Thanks for the response. Sorry for the delay. I must have missed the email > when I was setting up the filters. I have se

Re: [OE-core] [PATCH] openssh: Install internal header/lib files

2022-10-24 Thread Willy Tu via lists.openembedded.org
com> wrote: > Hi Willy > > Thanks for the patch! > > On 10/21/22 15:17, Willy Tu via lists.openembedded.org wrote: > > Install API only if opensshinternals is in DISTRO_FEATURES. > > Install the OpenSSH header + lib files for other repo to build using it. > > For example,

Re: [OE-core] [PATCH] openssh: Install internal header/lib files

2022-10-21 Thread Willy Tu via lists.openembedded.org
Hi Ross, Thanks for the feedback. Can you point to the right repo to update? Just to make sure that I understand the concern, you are not referring to https://github.com/openembedded/meta-openembedded/pull/597, right? I am making changes to http://cgit.openembedded.org/openembedded-core/tree/meta

Re: [OE-core] [PATCH] openssh: Install internal header/lib files

2022-10-21 Thread Willy Tu via lists.openembedded.org
just for visibility. On Fri, Oct 21, 2022 at 6:17 AM Willy Tu via lists.openembedded.org wrote: > > Install API only if opensshinternals is in DISTRO_FEATURES. > > Install the OpenSSH header + lib files for other repo to build using it. > For example, https://github.com/google/hi

[OE-core] [PATCH] openssh: Install internal header/lib files

2022-10-21 Thread Willy Tu via lists.openembedded.org
Install API only if opensshinternals is in DISTRO_FEATURES. Install the OpenSSH header + lib files for other repo to build using it. For example, https://github.com/google/hiba is dependent on those files to build and this change is needed to meet that requirement. https://github.com/openembedded