[oe-commits] Andrea Adami : kexecboot-cfg: fix command line ( declare MEM and ROTATION tokens)

git version control git at git.openembedded.org
Mon Apr 5 00:09:43 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e1eef89706486405e7ffe536642379c3a163d4c0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e1eef89706486405e7ffe536642379c3a163d4c0

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Mon Apr  5 02:07:11 2010 +0200

kexecboot-cfg: fix command line (declare MEM and ROTATION tokens)

---

 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 f988f46..4de2562 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"





More information about the Openembedded-commits mailing list