Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / linux / linux-kaiser_2.6.24+git.bb
1 require linux.inc
2
3 PV = "2.6.24+git${SRCREV}"
4 PR = "r1"
5
6 COMPATIBLE_MACHINE = "htckaiser|htcpolaris"
7
8 SRC_URI = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm;protocol=git"
9
10 S = "${WORKDIR}/git"
11
12 do_configure_prepend() {
13         cp arch/arm/configs/${MACHINE}_defconfig ../defconfig
14 }
15