[OE-core] [PATCH 1/1] grub-efi.bbclass: Add a space between root and append parameter

2016-09-30 Thread Raymond Tan
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 --- meta/classes/grub-efi.bbclass | 3

[OE-core] [PATCH 0/1] grub-efi.bbclass: Add a space between root and append parameter

2016-09-30 Thread Raymond Tan
Patch to add the missing space between root and append kernel boot parameter Raymond Tan (1): grub-efi.bbclass: Add a space between root and append parameter meta/classes/grub-efi.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.9.3

[OE-core] [meta-oe][PATCH] mkefidisk.sh: mount images as read-only

2016-05-16 Thread Raymond Tan
Mount the hddimg and rootfs.img as read-only when creating the bootable image on the medium. Otherwise, the md5 checksum values of the hddimg will be altered. As this changed checksum value might cause issue for users whom would reuse the hddimg. Signed-off-by: Raymond Tan --- scripts/contrib