]> code.ossystems Code Review - openembedded-core.git/commit
cml1.bbclass: wait until menuconfig terminal finishes
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Fri, 28 Jul 2017 01:54:31 +0000 (18:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Jul 2017 07:45:13 +0000 (08:45 +0100)
commit7d02ea283b6587f3f79c5846b64b9ba1d6fe8026
treea15e6d626a2ed6a5ca21eadd3698bb5714b109aa
parente639f8845f78a0a75b9cab81d9a9f6a2810a313c
cml1.bbclass: wait until menuconfig terminal finishes

There are at least two terminals types (gnome and tmux) that when
launched to show the kernel's menuconfig, we lost track of the corresponding
process ID, thus there is no way to see when they finish, yielding identical
timestamps before and after menuconfig thus compile's task
is never tainted. This commit takes the solution from [1] but now in the menuconfig's
context.

[1] http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=c706bfbabbf9f7caf2cf509eb91381fb49aa44cb

[YOCTO #11146]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cml1.bbclass