Re: [yocto] are there some recent examples of building .NET recipes for YP?
Alex J Lennon <[email protected]> Thu, 12 Mar 2026 10:22:50 +0000
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
On 12/03/2026 10:19, Robert P. J. Day wrote: > On Tue, 10 Mar 2026, Alex J Lennon wrote: > >> On 10/03/2026 21:28, Josef Holzmayr wrote: >>> Channeling @Alex J Lennon >>> >>> On Tue, Mar 10, 2026 at 3:19 PM Robert P. J. Day via >>> lists.yoctoproject.org <[email protected]> >>> wrote: >>>> colleague wants to add a .NET package as a (systemd) service to a YP >>>> image -- google keeps promoting this 10-year-old page: >>>> >>>> https://wiki.yoctoproject.org/wiki/Building_and_running_embedded_Linux_.NET_applications_from_first_principles >>>> >>>> does someone have a link or two to something more recent? thank you >>>> kindly. >>>> >>>> rday >> Hi folks. I felt a vibration in the force.... >> >> I continue to maintain meta-mono and you're right this desperately needs an >> update. >> >> I guess that's on me but if you fancy collaborating it might go faster :) > let me peruse this on the weekend. although i have no interest in > becoming a .NET developer, i'm probably going to have to support the > developers on my team who will be. i guess the simplest approach is to > try to replicate that documented work on my debian 13 system with > recent YP release. > > rday For myself, I think I would probably start with the meta-mono CI which runs and tests the build https://github.com/DynamicDevices/meta-mono/actions That's not ideal as it's headless and my recollection is the Wiki has various image captures. But it may be possible to combine the CI action(s) with the Wiki document using AI and arrive at something relevant and maintainable as meta-mono continues to be updated Just my 5c KR, Alex