...
Code Block |
---|
cd overo mkdir kernel-dev cd kernel-dev git clone git://github.com/gumstix/linux.git linux cd linux git checkout omap-3.5 |
The default configuration can be found on gumstix's github page: https://github.com/gumstix/Gumstix-YoctoProject-Repo/wiki. Copy the file and rename it as ".config" in ~/overo/kernel-dev/linux
Code Block |
---|
make ARCH=arm CROSS_COMPILE |
Code Block |
---|
wget https://github.com/gumstix/meta-gumstix/blob/dylan/recipes-kernel/linux/linux-gumstix-3.5/overo/defconfig cp defconfig linux/.config make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- menuconfig |
...