Skip to content

[YCONFIG][QEMU][FIX] convert QB-MEM to string

Alessandro Pecugi requested to merge ap/fix-qemu-smp into scarthgap_kickoff

QB_SMP can't be of type int because the qemuboot bbclass expects it to be the whole -smp QEMU argument.

E.g.: -smp 4 (4 cores)

Convert it to string and improve help string.

Merge request reports

Loading