diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-04-05 02:07:11 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-04-05 02:09:08 +0200 |
commit | e1eef89706486405e7ffe536642379c3a163d4c0 (patch) | |
tree | 09c74052bd2a5c0e86803e38d19ecbc32f5df876 /recipes/kexecboot | |
parent | fb1c323ad65b29db806758fc6839f8d76ef3783c (diff) |
kexecboot-cfg: fix command line (declare MEM and ROTATION tokens)
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r-- | recipes/kexecboot/kexecboot-cfg_0.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/kexecboot/kexecboot-cfg_0.1.bb b/recipes/kexecboot/kexecboot-cfg_0.1.bb index f988f46781..4de2562108 100644 --- a/recipes/kexecboot/kexecboot-cfg_0.1.bb +++ b/recipes/kexecboot/kexecboot-cfg_0.1.bb @@ -2,7 +2,7 @@ LICENSE = "GPL" SECTION = "base" DESCRIPTION = "Configuration file for kexecboot" -PR = "r7" +PR = "r8" PACKAGE_ARCH = "${MACHINE_ARCH}" SRC_URI = "file://icon.xpm" @@ -11,8 +11,10 @@ CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd" CMDLINE_CON_collie = "console=ttySA0,115200n8 console=tty1 noinitrd rw" CMDLINE_CON_qemuarm = "console=ttyAMA0,115200n8 console=tty1 noinitrd" +CMDLINE_MEM = "" CMDLINE_MEM_collie = "mem=64M" +CMDLINE_ROTATE = "" CMDLINE_ROTATE_spitz = "fbcon=rotate:1" CMDLINE_ROTATE_akita = "fbcon=rotate:1" CMDLINE_ROTATE_collie = "fbcon=rotate:1" |