Number of changes on the sourcelib install script#2
Number of changes on the sourcelib install script#2yetanothercarbot wants to merge 1 commit intouqembeddedsys:mainfrom
Conversation
…ltty from being removed (is a depend of pop-desktop)
|
Hey, thanks for the PR! A good improvement over what was there. However, I was thinking maybe we do something like this instead of trying to auto-detect the OS/Distro. Just so it's a little more consistent. What do you think? |
|
Out of curiosity, in what cases would there be an I'd be okay with doing this, I just don't really see the point I guess haha. |
No that's fair, I can't think of a scenario. I'm happy with this, any-chance you were able to test this on Debian and seeing if a sample app can compile? Don't want to merge until it's tested just in case. |
|
I decided to try it on my Chromebook with its Debian VM. It correctly detects the architecture is not x86_64 (it's aarch64) and doesn't download JLink as a result, instead telling the user to download it manually. Unfortunately, it doesn't seem to build the blink sketch correctly. make is complaining about |
Nice! About the missing make dependencies, can you check if env var SOURCELIB_ROOT is set? Maybe it's missing the path to source lib? Maybe it's set in bash but not sourced into the environment? |
|
@yetanothercarbot this has been merged to the experimental branch for now. |

This makes a number of changes to sourcelib_install.sh:
dnfwhen it detects its presence.