aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-kexecboot_git-nokia900-meego.bb
blob: ab84caeb32fb5eda565e15bdc6d9e5cfa6cfd853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require linux-kexecboot.inc

KERNEL_RELEASE = "2.6.37-nokia900-meego"
PV = "${KERNEL_RELEASE}+gitr${SRCPV}"

SRCREV = "7b81b4d55839514f2d801cd06855c8d422cfc3ac"

PR = "${INC_PR}.0"

SRC_URI = "\
  git://git.freesmartphone.org/linux-2.6.git;protocol=git;branch=nokia900/kernel-adaptation-n900-2.6.37-57.1 \
  file://defconfig \
"
S = "${WORKDIR}/git"

CMDLINE_nokia900 = "console=ttyO2,115200n8 console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2"

# Mark archs/machines that this kernel supports
COMPATIBLE_MACHINE = "nokia900"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_nokia900 = "1"