aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/package_kernel4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/package_kernel b/scripts/package_kernel
index 09395e6..9312563 100755
--- a/scripts/package_kernel
+++ b/scripts/package_kernel
@@ -12,6 +12,8 @@ export TCBINDIR=${TCBINDIR:-"$HOME/tc/bin"}
export PATH="$CIROOTDIR/scripts:$CIROOTDIR/configs:$PATH"
toolchain_url=${toolchain_url:-}
+TARGETSUITE=raring
+
# exit with error message and bad exit status
#
carp()
@@ -404,7 +406,7 @@ sbuild_source_pkg()
packagetag=$(changelog_get debian.linaro/changelog "Version")
cd ../../out
#$keyarg won't work if its '-uc -us'
- sbuild --host $DEBARCH --nolog -d quantal $keyarg -c quantal-amd64-sbuild ${packagename}_${packagetag}
+ sbuild --host $DEBARCH --nolog -d ${TARGETSUITE} $keyarg -c ${TARGETSUITE}-amd64-sbuild ${packagename}_${packagetag}
}