summaryrefslogtreecommitdiff
path: root/packages/linux/linux-kaiser_2.6.24+git.bb
diff options
context:
space:
mode:
authorLucas Gorris <lukas.gorris@gmx.de>2008-11-28 23:46:34 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-28 23:46:34 +0100
commit412592736ac169ae5b199805d5807affa8f08725 (patch)
treee026e13750a242afbbb5eabec2f423f05773f9bb /packages/linux/linux-kaiser_2.6.24+git.bb
parent6e760504f0762e23b84544359338494affafab8d (diff)
htc{diamond,kaiser,polaris,raphael,vogue}: add machine files and kernel
* qualcomm was too cheap to license a VFP, so add a armv6-novfp arch to work around kernel limitations
Diffstat (limited to 'packages/linux/linux-kaiser_2.6.24+git.bb')
-rw-r--r--packages/linux/linux-kaiser_2.6.24+git.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/linux/linux-kaiser_2.6.24+git.bb b/packages/linux/linux-kaiser_2.6.24+git.bb
deleted file mode 100644
index 1fd64bfb9e..0000000000
--- a/packages/linux/linux-kaiser_2.6.24+git.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-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
-}
-