aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/create-user-kernel-script
diff options
context:
space:
mode:
Diffstat (limited to 'build-scripts/create-user-kernel-script')
-rwxr-xr-xbuild-scripts/create-user-kernel-script1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-scripts/create-user-kernel-script b/build-scripts/create-user-kernel-script
index a22371f..d85e985 100755
--- a/build-scripts/create-user-kernel-script
+++ b/build-scripts/create-user-kernel-script
@@ -67,6 +67,7 @@ sync_commands()
{
KERNELNAME=`python -c "import os.path; print os.path.relpath(os.path.realpath('target/product/$TARGET_OUT_DIR/obj/kernel/source'), '../')"`
GITINFO=`PYTHONPATH=../.repo/repo ${BUILD_SCRIPT_ROOT}/repo_project_info.py -d ../ -p ${KERNELNAME}`
+echo $GITINFO
GITURL=`echo $GITINFO | cut -d\| -f1`
GITREV=`echo $GITINFO | cut -d\| -f2`
cat <<EOF