Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 9, 2025
1 parent 25e453d commit 29a31f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions scripts/sdk_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ list_platforms() {
echo "Scanning for available platform config files in: $CONFIG_DIR"
echo "------------------------------------------------------------"
# List all files matching br_*.conf
local files=("$CONFIG_DIR"/br_*.conf)
local files=("$CONFIG_DIR"/br/*.conf)

if [ -f "${files[0]}" ]; then
for f in "${files[@]}"; do
# e.g., /images/br_rpi.conf => rpi
platform_name="$(basename "$f" .conf | cut -d'_' -f2- )"
echo "- $platform_name"
done
Expand Down

0 comments on commit 29a31f8

Please sign in to comment.