From 2a5c64ee75acb2733b86f5438e188e383876d46f Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Wed, 3 Feb 2010 11:19:36 +1100 Subject: [PATCH] abat: add patch for new versioning --- make_abat_scripts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make_abat_scripts b/make_abat_scripts index e533cf3..e37060c 100755 --- a/make_abat_scripts +++ b/make_abat_scripts @@ -11,8 +11,9 @@ do option title linux-next $d boot test class next type="$t" provision:=ubuntu-gutsy-ozlabs +\$kernel "master^" ++\$patch http://fs.ozlabs.ibm.com/~sfr/ABAT-fix.patch +\$config http://ozlabs.au.ibm.com/~tony/abat/configs/no_CONFIG_LOCALVERSION_AUTO.config -build generic git git://fs.ozlabs.ibm.com/home/kernel/linux-next.git \$kernel -c \$config -m -j\$num_cpus +build generic git git://fs.ozlabs.ibm.com/home/kernel/linux-next.git \$kernel -p \$patch -c \$config -m -j\$num_cpus boot initcall_debug EOF i=$((i + 1)); -- 2.39.5