From f1076415dacb71f3da8e2288ce212bdb42457c83 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 28 Feb 2012 12:26:05 -0500 Subject: [PATCH] setup_board: use [stable] for linux-headers now Now that the linux-headers ebuilds are marked stable, we can drop the hardcoded version string here and let the scripts do the rest. BUG=chromium-os:26998 TEST=`cbuildbot chromiumos-sdk` works Change-Id: I63e91612c711c2a17a3d350fa7703ac5d01116cb Reviewed-on: https://gerrit.chromium.org/gerrit/16980 Commit-Ready: Mike Frysinger Reviewed-by: Mike Frysinger Tested-by: Mike Frysinger --- setup_board | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_board b/setup_board index 1249f10cfc..252f88865e 100755 --- a/setup_board +++ b/setup_board @@ -53,7 +53,7 @@ DEFINE_string gcc_version "[stable]" \ "Version of gcc to use." DEFINE_string libc_version "[stable]" \ "Version of libc to use." -DEFINE_string kernel_version "3.1" \ +DEFINE_string kernel_version "[stable]" \ "Version of kernel headers to use." DEFINE_boolean latest_toolchain $FLAGS_FALSE \ "Use the latest ebuild for all toolchain packages (gcc, binutils, libc, \