We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ad66d commit bd88735Copy full SHA for bd88735
extra/get_variant_name.sh
@@ -4,8 +4,5 @@ set -e
4
source venv/bin/activate
5
6
# Get the variant name (NORMALIZED_BOARD_TARGET in Zephyr)
7
-tmpdir=$(mktemp -d)
8
variant=$(cmake "-DBOARD=$1" -P extra/get_variant_name.cmake 2>/dev/null | grep 'VARIANT=' | cut -d '=' -f 2)
9
-rm -rf ${tmpdir}
10
-
11
echo $variant
0 commit comments