aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-leviathan_git.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-01-30 18:03:36 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-01-30 18:05:09 +0100
commitddc970eafc2142463eed33763183cc71ece0b8af (patch)
treeb881e6575183f534c117dc3fd467da2d0b58144f /recipes/linux/linux-leviathan_git.bb
parentba84d5c9e9c0265bed8cd62f7873957c5b68638a (diff)
downloadopenembedded-ddc970eafc2142463eed33763183cc71ece0b8af.tar.gz
linux-leviathan: new recipe; WIP on a gnuconform kernel tree for the HTC Dream
Diffstat (limited to 'recipes/linux/linux-leviathan_git.bb')
-rw-r--r--recipes/linux/linux-leviathan_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/linux/linux-leviathan_git.bb b/recipes/linux/linux-leviathan_git.bb
new file mode 100644
index 0000000000..edf55b785d
--- /dev/null
+++ b/recipes/linux/linux-leviathan_git.bb
@@ -0,0 +1,16 @@
+require linux.inc
+
+PV = "2.6.32+${PR}+gitr${SRCREV}"
+PR = "r0"
+
+COMPATIBLE_MACHINE = "htcdream"
+# CMDLINE is irrelevant on this hardware as we need a special userland tool to cook the image
+CMDLINE = "console=tty0 no_console_suspend=1 root=/dev/mmcblk0p1 rootdelay=8 fbcon=rotate:1 panic=30 mem=110M"
+
+SRCREV = "deabc32225429b3c0db44f7e62d95d0d2525290b"
+
+SRC_URI = "\
+ git://gitorious.org/htc-msm-2-6-32/leviathan-incoming.git;protocol=git \
+ file://defconfig \
+"
+S = "${WORKDIR}/git"