summaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-leviathan_git.bb
blob: edf55b785dc0e1a098903de9eb5af918c7ca8c5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"