]> code.ossystems Code Review - openembedded-core.git/commit
grub-efi.bbclass: Add a space between root and append parameter
authorRaymond Tan <raymond.tan@intel.com>
Fri, 30 Sep 2016 08:48:14 +0000 (16:48 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Sep 2016 16:14:13 +0000 (17:14 +0100)
commita3b271ec8e1b2758e1e619e76646d22fd5777ce3
tree6dc73b451385ec27fd9b873b77153b4dce5014fd
parente3c7d8a98a261a6a8c913e7fcd19264df501636d
grub-efi.bbclass: Add a space between root and append parameter

Add a space between the root and append parameter, similar to
syslinux.bbclass, in creating the final grub.cfg.

Without this, the final kernel boot parameters will concatenate into
strings like root=/dev/ram0console=ttyS0...

Signed-off-by: Raymond Tan <raymond.tan@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/grub-efi.bbclass