aboutsummaryrefslogtreecommitdiffstats
path: root/meta/files/ext-sdk-prepare.sh
blob: b3f5d9361529811bae19ce88d8453af63d04b511 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# Prepare the build system within the extensible SDK

target_sdk_dir="$1"
sdk_targets="$2"

bitbake $sdk_targets --setscene-only || exit 1