Merge commit 'origin/opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / linux / linux-leviathan_git.bb
1 require linux.inc
2
3 PV = "2.6.32+${PR}+gitr${SRCREV}"
4 PR = "r0"
5
6 COMPATIBLE_MACHINE = "htcdream"
7 # CMDLINE is irrelevant on this hardware as we need a special userland tool to cook the image
8 CMDLINE = "console=tty0 no_console_suspend=1 root=/dev/mmcblk0p1 rootdelay=8 fbcon=rotate:1 panic=30 mem=110M"
9
10 SRCREV = "deabc32225429b3c0db44f7e62d95d0d2525290b"
11
12 SRC_URI = "\
13   git://gitorious.org/htc-msm-2-6-32/leviathan-incoming.git;protocol=git \
14   file://defconfig \
15 "
16 S = "${WORKDIR}/git"