Olof Kindgren

Results 522 comments of Olof Kindgren

Maybe the simplest way is to just write the scripts in python or some other cross-platform language

That's a good idea. I thought it always fetched dependencies (since the description says Fetch a remote core and its dependencies to local cache) One problem with this however is...

Yes, that would be possible, and also do it for all targets. I'm afraid it might be more complicated with the introduction of custom use flags though. Still, I think...

Hmm... you're right. Perhaps it would be better to pass the original VLNV instead of the sanitized name and let the backend sanitize it instead. Or pass both perhaps. The...

Happy to see a quiet flag. Another thing related to the bash completion would be flags to e.g. core-info to only list the targets, or to get the list of...

Thanks. Good to know. I'm worried that it would need another parser to even find the issue, but perhaps run yamllint on the files first would work

Hi, I just started experimenting with adding a generic tool that makes it easier to hook into other toolchains. Check out the https://github.com/olofk/edalize/tree/generic_tool branch and let me know if there...

I think I agree with you. Just trying to think if there are any cases where you don't want to fetch it. Maybe fetch it by default and add a...

Ok, so the `-I` case is taken care of? I remember having absolute paths as a use case when designing this, but can't remember all the details. Question then is...

This is mostly already existing. cores_root is deprecated in favor of the core library sections, but still work if you prefer that. build_root can be set in the config file...