Code Monkey home page Code Monkey logo

Comments (10)

pfalcon avatar pfalcon commented on June 7, 2024 1

What's the expectation w/regards to the SDK tools packages for such a thing?

I believe we already provide a separate archive for (some kind) of sdk tools? Can be like that: to use SDK, one would need to download arch-specific toolchain + common tools packages. If that's found too cumbersome, well, I guess we can go for one package which include arch toolchain + (duplicated) common tools. That still should be quite an improvement re: download speed.

from sdk-ng.

dbkinder avatar dbkinder commented on June 7, 2024

@nashif @galak Can we investigate publishing the current combined but also architecture-specific SDKs.

from sdk-ng.

dbkinder avatar dbkinder commented on June 7, 2024

@dcpleung Your thoughts?

from sdk-ng.

dcpleung avatar dcpleung commented on June 7, 2024

I have been thinking about this for the Xtensa toolchains. One way is to produce a main SDK which supports all the QEMU targets, and others are add-ons (which install to the same directory).

The CI is already able to build all configured toolchains, but the issue is in packages. Right now everything gets packaged into one tar.gz. So the work would probably focus on changing the packaging script.

from sdk-ng.

pfalcon avatar pfalcon commented on June 7, 2024

+1

taking 20 minutes to download

Depending on circumstances, can take hours to download.

from sdk-ng.

galak avatar galak commented on June 7, 2024

What's the expectation w/regards to the SDK tools packages for such a thing?

from sdk-ng.

dbkinder avatar dbkinder commented on June 7, 2024

Note there are a couple more SDK developer experience improvement issues entered: #99 and #100

from sdk-ng.

nashif avatar nashif commented on June 7, 2024

few options there that will force us to move away from how we are doing things now:

  1. Distribute tools with additional script that fetches the desired architecture and installs it alongside the tools, more architectures and specialized toolchains can be added on top

  2. @mbolivar proposed a few times to make the toolchains part of the modules and distribute them as zephyr modules, so basically you get them via 'west' with no need to go and fetch them individually. This however does mean we still need to download the whole thing unless there is a way to just get one toolchain.

  3. Make each toolchain an installable archive that can be added and stacked based on needs.

from sdk-ng.

mbolivar avatar mbolivar commented on June 7, 2024

@mbolivar proposed a few times to make the toolchains part of the modules and distribute them as zephyr modules, so basically you get them via 'west' with no need to go and fetch them individually. This however does mean we still need to download the whole thing unless there is a way to just get one toolchain.

We can support this in various ways -- I think the easiest would be to add project groups to west similarly to how they're supported by repo, and add a group namespace that's not fetched by default, but could be fetched manually.

from sdk-ng.

galak avatar galak commented on June 7, 2024

I've made a 0.11.0-alpha release with arch / toolchain specific pkgs as well as the full SDK.

https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.11.0-alpha

from sdk-ng.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.