aboutsummaryrefslogtreecommitdiff
path: root/build-linux.sh
AgeCommit message (Collapse)Author
2015-07-01Add zImage supportRyan Harkin
TC2 uses a zImage (or uImage made from a zImage) so this patch adds support for building a zImage instead of a straight Image. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-22Use CROSS_COMPILE instead of LINUX_COMPILERarmlt-20150522gcc-path15.05Ryan Harkin
Use the "standard" CROSS_COMPILE prefix, with a sensible default, rather than the LINUX_COMPILER variable. If the user has the Linaro compiler on their path, it should "just work". Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-22package kernel into variant output dirRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2015-05-18Initialise repo with the prototype build scriptsJames King
These scripts are a first pass at creating the build scripts from the internal ARM repo. Signed-off-by: James King <james.king@arm.com> Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>