On Tuesday, June 4, 2013 3:42:26 PM UTC+5:30, Thomas, SobinX wrote: > Hi All, > > > > I recently downloaded the B2G code. But I could not find the source code for > the Gonk > > Please help in getting the source code for Gonk. Also please update what is > the linux version used in the Gonk > > > > Thanks > > Regards > > Sobin Thomas
Hi Thomas, You can clone kernel from # https://github.com/tdz/android-kernel-omap.git and compile like $ export PATH=$PATH:B2G_PATH/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/ $ export ARCH=arm $ export SUBARCH=arm $ export CROSS_COMPILE=arm-eabi- $ make panda_defconfig $ make Regards Dhyan _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
