Skip to content

crpalmer/android-kernel-build-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

50053d0 · Aug 13, 2015

History

22 Commits
May 18, 2013
Mar 14, 2013
Mar 9, 2013
Aug 13, 2015
Jul 30, 2013
Mar 9, 2013
Jun 29, 2013
Jun 29, 2013
May 18, 2015
Mar 9, 2013
Mar 9, 2013
Nov 18, 2013

Repository files navigation

android-kernel-build-tools

To build your kernel you need to have a file in the top level directory that contains the following configuration variables (with the defaults that I use to build my dna kernel as an example):

N_CORES=4 VERSION=crpalmer-1.1.20 CROSS_COMPILE="ccache /opt/toolchains/linaro-4.7/bin/arm-eabi-" HOST_CC="ccache gcc" LOCAL_BUILD_DIR=dna TARGET_DIR=~/dna/updates SYSTEM_PARTITION="/dev/block/mmcblk0p32" BANNER= FLASH_BOOT='package_extract_file("boot.img", "/tmp/boot.img"), write_raw_image("/tmp/boot.img", "boot")'

The file is "crpalmer-build-config". In the LOCAL_BUILD_DIR you must have the following files:

initrd.img bootimg.cfg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages