blob: 3277a1d576d03476642a3c6744b8b5e202fc6397 (
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 = "bc796399c0a19622b8aa1f705d841c9b4059550b"
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"
|