[OE-core] [PATCH] dhcp: Revert "dhcp: enable gentle shutdown" and reset handler

2019-05-06 Thread Rui Wang
pp_ctxstart() The root cause is that exit_action() is registered as the signal handler for SIGTERM and SIGINT, which do-nothing as the comment says. To fix this problem, we could simply set the default action for these two signals if ENABLE_GENTLE_SHUTDOWN is not set. Signed-off-by: Rui Wang --- ...et-

[OE-core] [PATCH] initscripts: fix missing chkconfig header in initscript

2018-12-03 Thread Rui Wang
chkconfig needs a specific header to work properly, which indicates the initial start and stop order. Or it will mess up the priority of init scripts while enable or disable service. So it will be necessary to add this header into init script which supports chkconfig. Signed-off-by: Rui Wang

[OE-core] [PATCH] attr: fix utime for symlink

2018-10-11 Thread Rui Wang
Signed-off-by: Rui Wang cherry-pick of fa191666b with context for SRC_URI addition modified to apply to current recipe. Signed-off-by: Joe Slater --- .../unfs3/0001-attr-fix-utime-for-symlink.patch| 85 ++ meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb | 3 +- 2

[OE-core] [PATCH] attr: fix utime for symlink

2018-10-11 Thread Rui Wang
Signed-off-by: Rui Wang cherry-pick of fa191666b with context for SRC_URI addition modified to apply to current recipe. Signed-off-by: Joe Slater --- .../unfs3/0001-attr-fix-utime-for-symlink.patch| 85 ++ meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb | 3 +- 2

[OE-core] [PATCH] bash: fix wrong exit status offset

2018-07-15 Thread Rui Wang
generating the wrong exit code if program exit with an error code. Signed-off-by: Rui Wang --- meta/recipes-extended/bash/bash.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index f4e1f7a11f