Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[script] simplify how platform libs are pulled into the CMake build tree #835

Merged

Conversation

lmnotran
Copy link
Contributor

@lmnotran lmnotran commented Apr 12, 2024

Minor script improvements and also minor changes to the CMakeLists.txt file that make it easier for ot-efr32 to be consumed by a different project

@lmnotran lmnotran force-pushed the feature/build-script-improvements branch 4 times, most recently from b23545b to 83fe4de Compare April 12, 2024 02:03
@lmnotran lmnotran force-pushed the feature/build-script-improvements branch from 83fe4de to b5c6e56 Compare May 3, 2024 18:37
@lmnotran lmnotran marked this pull request as ready for review May 8, 2024 03:22
Copy link
Contributor

@romacdon romacdon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

sdk_dir="${repo_dir}/third_party/silabs/gecko_sdk"

# Check if repo_dir is defined
if [ -z ${repo_dir+x} ]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the +x modifier used in ${repo_dir+x} and ${gsdk_dir+x}?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@suveshpratapa suveshpratapa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@parag-silabs parag-silabs removed their request for review May 9, 2024 14:04
@lmnotran lmnotran requested review from jwhui and removed request for hemanth-silabs May 9, 2024 14:48
@jwhui jwhui merged commit 44b5bc8 into openthread:main May 9, 2024
6 checks passed
@lmnotran lmnotran deleted the feature/build-script-improvements branch May 9, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants