aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2013-05-17 00:48:39 +0100
committerWookey <wookey@wookware.org>2013-08-21 17:53:46 +0100
commit958c4815ea4752b1b43332d60595f8dd72a6dcb4 (patch)
tree698a5d3cdc021778ecdf6c6c7be37fde8ac595aa
parentf3c427e34525c3f8e23c6239435f6150ea333f77 (diff)
Paramaterise target suite, and change to quantal
-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}
}