blob: 08004ab68d0fb9481ff07fe0e2ef8a80367b9b28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
require linux.inc
PV = "2.6.32+${PR}+gitr${SRCREV}"
PR = "r15"
COMPATIBLE_MACHINE = "htcnexus|htcleo"
SRCREV = "1da53cb5741477b03021991843636097a18ba874"
SRC_BRANCH = "htc-msm-2.6.32"
SRC_URI = "\
git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=${SRC_BRANCH};protocol=git \
file://defconfig \
"
S = "${WORKDIR}/git"
|