mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
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 <vapier@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
d91df7a1c2
commit
f1076415da
@ -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, \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user