You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
devcontainer: add Zephyr SDK install task to automations
Add installSdk task that:
- Reads SDK_VERSION from the fetched zephyr tree
- Downloads and installs the matching Zephyr SDK via west sdk install
- Patches SDK host tool ELF binaries to use the system dynamic linker
(the SDK sysroot uses a hardcoded OE build path that doesn't exist
on standard Ubuntu)
- Also adds patchelf, anytree, jsonschema to installDeps
Signed-off-by: gman4001 <gamblecolton4@gmail.com>
Co-authored-by: Ona <no-reply@ona.com>
0 commit comments