blob: e7e7ccf3fa5636e9cedacc3834fc9785b5fc4a49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
require linux.inc
DESCRIPTION = "Linux kernel for OMAP processors"
KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "igep0020b"
DEFAULT_PREFERENCE_igep0020b = "1"
PR = "r1"
SRC_URI = "http://downloads.myigep.com/sources/kernel/linux-omap-2.6.28.10-igep0020b-0.tar.gz \
file://defconfig"
SRC_URI_append = " \
file://twl-asoc-fix-record.diff;patch=1 \
"
S = "${WORKDIR}/linux-omap-2.6.28.10-igep0020b-0"
|