[yocto] [PATCH] utils.c: close all file descriptors after completing a ptest

2019-06-06 Thread Sakib Sajal
lose file descriptors before starting a new process. Signed-off-by: Sakib Sajal Signed-off-by: Randy Macleod --- utils.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/utils.c b/utils.c index 504df0b..05c2bfe 100644 --- a/utils.c +++ b/utils.c @@ -28,6 +28,7 @@ #include

[yocto] [meta-oe][PATCH] utils.c: close all file descriptors after completing a ptest

2019-05-31 Thread Sakib Sajal
lose file descriptors before starting a new process. Signed-off-by: Sakib Sajal Signed-off-by: Randy Macleod --- utils.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/utils.c b/utils.c index 504df0b..05c2bfe 100644 --- a/utils.c +++ b/utils.c @@ -28,6 +28,7 @@ #include

[yocto] kconfig variables not being included in yocto build.

2018-11-19 Thread Sakib Sajal
.config file used to build the kernel. I went through yocto mailing list for similar problems and followed the steps provided with no success. I also went through yocto's mega-manual and kernel development manual as well as the yocto-lab pdfs and followed all the different steps b