Skip to content
Commit b4c776c2 authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Leann Ogasawara
Browse files

UBUNTU: add support for building selected stages of kernel



BugLink: http://bugs.launchpad.net/bugs/603087

To bootstrap in a cross-compile environment we need to be able to build
the compiler and libc, for this we need linux-libc-dev from the kernel.
However we cannot build the kernel without the compiler.  Catch 22.

This patch adds "DEB_STAGE=stage1" variable which skips building kernel
requesting only the linux-libc-dev package.

Based on a patch by Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>

Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
Acked-by: default avatarStefan Bader <stefan.bader@canonical.com>
Signed-off-by: default avatarLeann Ogasawara <leann.ogasawara@canonical.com>
parent bf214740
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment