]> code.ossystems Code Review - openembedded-core.git/commit
cml1.bbclass: fix undefined behavior
authorStefan Müller-Klieser <s.mueller-klieser@phytec.de>
Mon, 6 May 2019 08:29:13 +0000 (10:29 +0200)
committerArmin Kuster <akuster808@gmail.com>
Thu, 9 May 2019 01:38:43 +0000 (18:38 -0700)
commitbbce28b31e2d575fec0ffe8c94d6ffcb76849810
tree51e7b135c5beab4a71cd50bdbf05ceb4ceed5ff7
parentd32cd33b5aeaa8859cfd68b9167a3ab3b892e710
cml1.bbclass: fix undefined behavior

Whenever cml1 do_configure is used with a defconfig, oldconfig waits for
input. This silently fails on recent kconfig projects with:
"Error in reading or end of file."
We cannot use a more up to date kconfig target such as olddefconfig,
because busybox does not support it.

Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/cml1.bbclass