On Thu, Feb 20, 2014 at 06:13:15AM -0800, Craig Comstock wrote: > I am interested in modifying the kernel slightly for the keon.
Doing this on keon is easy -- just edit the source files in the `kernel` directory and re-run build.sh and flash.sh. For a shorter build/test cycle if only the kernel has changed: ./build.sh out/target/product/keon/boot.img ./flash.sh boot > Is it possible to reconfigure the kernel from a known config? I've > compiled kernels before but am not familiar with where the current > config would be and what the process is for doing this work. device/geeksphone/keon/BoardConfig.mk seems to be where the parameters for the kernel build are, including the name of the config file ($KERNEL_DEFCONFIG, relative to kernel/arch/arm/configs/). --Jed _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
