From: Andrea Adami Date: Mon, 5 Apr 2010 00:07:11 +0000 (+0200) Subject: kexecboot-cfg: fix command line (declare MEM and ROTATION tokens) X-Git-Tag: Release-2010-05/1~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1eef89706486405e7ffe536642379c3a163d4c0;p=openembedded.git kexecboot-cfg: fix command line (declare MEM and ROTATION tokens) --- 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"