aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/create-user-kernel-script
AgeCommit message (Collapse)Author
2014-01-21Comment out debug output.Paul Sokolovsky
Change-Id: Ic8f7d515ede1064b78fe97fe0cf95405b30eacdc
2014-01-21Output debug stuff as comment.Paul Sokolovsky
Change-Id: Ia99ef0b05c6dc3595f403509b28d698de31c8c94
2014-01-21create-user-kernel-script: Add more verbosity and checks for arguments.Paul Sokolovsky
Change-Id: Iec477c2b69a89e556b8e1ecce14ac4f261853ee4
2014-01-21Fix kernel script creationVishal Bhoj
Change-Id: Iccb1e8c01ef5bdc78d62076f615a30bf512e5957 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2013-04-12create kernel build script: build zImage for ARCH_MULTIPLATFORM kernelsAmit Pundir
2013-04-12create kernel build script: build zImage for ARCH_MULTIPLATFORM kernelsAmit Pundir
2013-04-12create kernel build script: build zImage for ARCH_MULTIPLATFORM kernelsAmit Pundir
2013-04-12create kernel build script: build zImage for ARCH_MULTIPLATFORM kernelsAmit Pundir
2013-04-11create kernel build script: build zImage for 3.9 based kernelsAmit Pundir
2013-01-14No longer assume kernel is under /kernel.Axel Fagerstedt
Updates create-user-kernel-script to use the "source" symlink in the kernel output directory to find the kernel path.
2012-04-09allow origen/snowball builds to deal with .config click-throughAndy Doan
Origen and Snowball builds have their kernel .config files behind a click-through. This updates the script generated for them to make the user download it and specify its location on disk to the script
2012-03-23require argument for repo projectAndy Doan
Ensure the repo_project_info.py doesn't do anything automatic for you. The caller should be explicit in what project it wants
2012-03-19add kernel build script creation to build processAndy Doan
since the script is executed from the build output directory, the create-user-kernel-script was changed to find the manifest
2012-03-19add code to produce a kernel build script for end userAndy Doan
the create-user-kernel-script will create a script that can reproduce a kernel for a given android build.