blob: 770883fbb68341f47d7ec5a2d821c64854f95fbf (
plain)
1
2
3
4
5
6
7
8
|
require linux-omap1.inc
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 \
http://www.muru.com/linux/omap/patches/patch-2.6.20-omap1.bz2;patch=1 \
file://defconfig.eabi \
file://defconfig"
S = "${WORKDIR}/linux-2.6.20"
|