aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/create-user-kernel-script
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2012-03-19 19:20:34 +0000
committerAndy Doan <andy.doan@linaro.org>2012-03-19 19:20:34 +0000
commit693af1a3c75cbd0bfe7b02205c0e437d885b4e6c (patch)
tree2d542c6d50b3839d0de455a0d463cb896d12bfb2 /build-scripts/create-user-kernel-script
parentb1bf5e6e7360e355b947cb6f7a01fdccdb8c1462 (diff)
add kernel build script creation to build process
since the script is executed from the build output directory, the create-user-kernel-script was changed to find the manifest
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 0968682..4bbc1f3 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 ../`
GITURL=`echo $GITINFO | cut -d\| -f1`
GITREV=`echo $GITINFO | cut -d\| -f2`
cat <<EOF