aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/create-user-kernel-script
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2012-03-23 20:45:55 +0000
committerAndy Doan <andy.doan@linaro.org>2012-03-23 20:45:55 +0000
commite32babffd8940342b7647f4649a1cb19fbd35a4f (patch)
treed9e3b71b7ae003982bff455e21fd749cb6ecee4e /build-scripts/create-user-kernel-script
parent693af1a3c75cbd0bfe7b02205c0e437d885b4e6c (diff)
require argument for repo project
Ensure the repo_project_info.py doesn't do anything automatic for you. The caller should be explicit in what project it wants
Diffstat (limited to 'build-scripts/create-user-kernel-script')
-rwxr-xr-xbuild-scripts/create-user-kernel-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/create-user-kernel-script b/build-scripts/create-user-kernel-script
index 4bbc1f3..4b1870c 100755
--- a/build-scripts/create-user-kernel-script
+++ b/build-scripts/create-user-kernel-script
@@ -48,7 +48,7 @@ EOF
sync_commands()
{
-GITINFO=`PYTHONPATH=../.repo/repo ${BUILD_SCRIPT_ROOT}/repo_project_info.py -d ../`
+GITINFO=`PYTHONPATH=../.repo/repo ${BUILD_SCRIPT_ROOT}/repo_project_info.py -d ../ -p kernel`
GITURL=`echo $GITINFO | cut -d\| -f1`
GITREV=`echo $GITINFO | cut -d\| -f2`
cat <<EOF