Closed ATmobica closed 3 years ago
Is this PR still valid or it is outdated?
It is rather outdated. But we probably still need some mbed-os cleanup after switching to third_party mbed-os and the latest version
@lukgni The change was OK for me and I would merge it if the removal of pip3 install --no-cache-dir -r /opt/mbed-os/requirements.txt
is double checked. Can you look at this ?
@pan- Sure, I will take care of that.
This PR is no longer valid. We will do the cleanup directly on the upstream docker image version. It contains part of the fixes from this PR. We just need to remove the Mbed OS sources and toolchain from it.
Problem
Reference issue: #139
Summary of Changes
Remove install mbed-os to /opt directory Cleanup chip-build-vscode docker image Set MBED_OS_PATH variable in mbed_example.sh instead of override
I rebuilt mbed-os docker locally and checked that python requirements from mbed-os are not necessary to build our applications.