blob: 1fd64bfb9e9378baaa8ba73e89d21f1fbe4a6643 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
require linux.inc
PV = "2.6.24+gitr${SRCREV}"
PR = "r1"
PE = "1"
COMPATIBLE_MACHINE = "htckaiser|htcpolaris"
SRC_URI = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm;protocol=git"
S = "${WORKDIR}/git"
do_configure_prepend() {
cp arch/arm/configs/${MACHINE}_defconfig ../defconfig
}
|