blob: cfe0723770662658aca54ee163a3cc0958830b32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require linux-omap1.inc
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.19.tar.bz2 \
http://www.muru.com/linux/omap/patches/patch-2.6.19-omap1.bz2;patch=1 \
file://another-ide-cs-ids.patch;patch=1 \
file://i2c-fix.patch;patch=1 \
file://defconfig \
file://defconfig.eabi"
S = "${WORKDIR}/linux-2.6.19"
KERNEL_RELEASE = "${PV}"
|