Re: [OE-core] [PATCH] cml1.bbclass: fix undefined behavior

2019-05-03 Thread Khem Raj
On Fri, May 3, 2019 at 2:21 AM Stefan Müller-Klieser wrote: > > Whenever cml1 do_configure is used with a defconfig, oldconfig waits for > input. This silently fails with: > "Error in reading or end of file." > Replace the call with olddefconfig, which will have the same effect in > setting all

[OE-core] [PATCH] cml1.bbclass: fix undefined behavior

2019-05-03 Thread Stefan Müller-Klieser
Whenever cml1 do_configure is used with a defconfig, oldconfig waits for input. This silently fails with: "Error in reading or end of file." Replace the call with olddefconfig, which will have the same effect in setting all defaults, but has a defined behavior. Signed-off-by: Stefan