]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
qemuarmv5: Drop QB_DTB conditional for older kernels
authorAlejandro Hernandez Samaniego <alejandro@enedino.org>
Mon, 16 Oct 2023 20:45:23 +0000 (14:45 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Oct 2023 10:06:15 +0000 (11:06 +0100)
The conditional for the DTB nomenclature hasnt changed
and the 4.7 kernel is old enough at this point, hence
this check has become unnecessary'

Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/qemuarmv5.conf

index f0a86f1e4c7193f0db36695bb18c254d68479c64..ecd2873d9116417a42d275de877801af309a3fcf 100644 (file)
@@ -14,6 +14,6 @@ QB_SYSTEM_NAME = "qemu-system-arm"
 QB_MACHINE = "-machine versatilepb"
 QB_GRAPHICS = "-device virtio-gpu-pci"
 QB_OPT_APPEND = "-device qemu-xhci -device usb-tablet -device usb-kbd"
-QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}"
+QB_DTB ?= "zImage-versatile-pb.dtb"
 
 KMACHINE:qemuarmv5 = "arm-versatile-926ejs"