RSS: Resolve dependencies from external component
* There are python dependencies from external component mbedtls.
Without fulfilling those, the build is broken.
* Since external components in TF-M are downloaded as part of build
command, we are running pip3 freeze after RSS build command to
list out missing dependencies. The idea is to populate those
missing dependencies to setup script manually.
* Added warn_info to print warning in framework.
Signed-off-by:
Tintu Thomas <tintu.thomas@arm.com>
Change-Id: I5cd69e481998540b716acfc412532789fee660b6
Loading
Please register or sign in to comment