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