Is there still support for Yocto SDK? #599
Replies: 2 comments
It might help to link to these articles? What is the nature of the Yocto support/integration that you're looking for? |
|
@TommyMurphyTM1234 — I was hoping to be able to at least do cross-compile development of application(s) for a yocto-based OS. At the moment I'm having the OS itself, and mods I need to it, created by a 3rd party. It'll be quite some time before I can focus on understanding yocto layer & recipe development itself. Articles like the following (and others). I just don't see anything newer which hinted at it not being a "thing" anymore. Meanwhile, I've discovered the following which clarifies that it has been a dead end for a while now. Bummer. https://github.com/crops/eclipse-yocto https://stackoverflow.com/questions/67018846/why-has-eclipse-yocto-plugin-support-been-abandoned Anyway, the above answers my question. (Apparently stuck using VSCode.) Thanks for your time. |
Uh oh!
There was an error while loading. Please reload this page.
I've been developing apps with standard CDT for desktop command line which are ultimately headed for an embedded Yocto project. Based on articles I read quite some time ago, the plan was to eventually move to Embedded CDT with the Yocto SDK.
However, revisiting those articles I am realizing they're quite old now, and suspiciously, there's no newer ones that I can find.
It looked to me before that Embedded CDT fully embraced Yocto SDK (or the other way around, the SDK had CDT integrations) — is that still true, or has that pairing gone stale?
Thanks for any info.
All reactions