yocto-kernel-cache has removed the compability of qemuarm from arm-versatile-926ejs-*.scc The setting here should be changed accordingly to avoid build faliure.
do_kernel_metadata: Could not locate BSP definition for qemuarm/standard and no defconfig was provided Signed-off-by: He Zhe <[email protected]> --- meta/conf/machine/qemuarmv5.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/qemuarmv5.conf b/meta/conf/machine/qemuarmv5.conf index 2dad504c99..17148ab929 100644 --- a/meta/conf/machine/qemuarmv5.conf +++ b/meta/conf/machine/qemuarmv5.conf @@ -18,4 +18,4 @@ QB_OPT_APPEND = "-device qemu-xhci -device usb-tablet -device usb-kbd" PREFERRED_VERSION_linux-yocto ??= "5.15%" QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}" -KMACHINE:qemuarmv5 = "qemuarm" +KMACHINE:qemuarmv5 = "qemuarmv5" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#165294): https://lists.openembedded.org/g/openembedded-core/message/165294 Mute This Topic: https://lists.openembedded.org/mt/90907770/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
