[OE-core] [RFC] Hybrid live image?

2017-04-27 Thread Yong, Jonathan
Hi, Attached patch makes the init script attempt to find an writable image to use with Overlay/AUFS, and probably does so poorly. The idea is to eventually allow users to do a "RESET" option in case they mess up the system. The underlying image can be something read-only like cramfs or squashfs.

[OE-core] [PATCH] f2fs-tools: Update to Version 1.8.0

2017-03-27 Thread Yong, Jonathan
Signed-off-by: Yong, Jonathan --- .../0002-Fix-mkfs-out-of-tree-builds.patch | 27 ++ .../{f2fs-tools_1.4.0.bb => f2fs-tools_1.8.0.bb} | 5 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 meta-filesystems/recipes-utils/f2fs-tools/f

[OE-core] [PATCH] f2f2-tools 1.4.0 -> 1.8.0

2017-03-27 Thread Yong, Jonathan
Upgrade f2fs-tools, now supports encryption. Yong, Jonathan (1): f2fs-tools: Update to Version 1.8.0 .../0002-Fix-mkfs-out-of-tree-builds.patch | 27 ++ .../{f2fs-tools_1.4.0.bb => f2fs-tools_1.8.0.bb} | 5 ++-- 2 files changed, 30 insertions(+), 2 deleti

[OE-core] [PATCH] f2fs-tools: Update to Version 1.8.0

2017-03-27 Thread Yong, Jonathan
Signed-off-by: Yong, Jonathan --- .../0002-Fix-mkfs-out-of-tree-builds.patch | 27 ++ .../{f2fs-tools_1.4.0.bb => f2fs-tools_1.8.0.bb} | 5 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 meta-filesystems/recipes-utils/f2fs-tools/f

Re: [OE-core] sysvinit-inittab: Make sure new shell from start_getty gets a controlling tty

2017-01-06 Thread Yong, Jonathan
On 12/27/2016 14:47, Yong, Jonathan wrote: > Without exec, the processes from the new shell do not get a ctty: > > root@intel-corei7-64:~# ps -x | grep getty > 755 tty1 Ss+0:00 /sbin/getty 38400 tty1 > 791 ?Ss 0:00 /bin/sh /bin/start_get

[OE-core] [PATCH] sysvinit-inittab: Make sure new shell from start_getty gets a controlling tty

2016-12-26 Thread Yong, Jonathan
particular, the openssh client fails: root@intel-corei7-64:~# ssh -v debug1: read_passphrase: can't open /dev/tty: No such device or address Host key verification failed. This patch fixes those errors. Signed-off-by: Yong, Jonathan --- meta/recipes