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
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
.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