]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 May 2019 11:12:30 +0000 (12:12 +0100)
commit7ad50a8fc1448dd152eaba57aaeb63a8229fdb21
tree8746e0bebd098744687641937669b337e460617c
parent0a5bd4f30182a3d55153e5ade76f1dfd5b52b482
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>
meta/classes/cml1.bbclass