]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
linux-yocto: Update dtb path for qemuarmv5
authorJon Mason <jdmason@kudzu.us>
Thu, 12 Oct 2023 14:51:59 +0000 (10:51 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Oct 2023 21:45:39 +0000 (22:45 +0100)
commitc84634d62ca8babf23564c8c7e37856d025e5201
treedca26b8fe49ce06e5e725dfaa10394ed7a0ad440
parenteeb7063ea70b861269aa820d19e6804b7841149e
linux-yocto: Update dtb path for qemuarmv5

In Linux kernel versions 6.5 and later, device tree files have been
moved under a vendor directory.  The qemuarmv5 one is now located in
"arm".  Add this to get it working again (which was already done for the
dev kernel in commit 42d5e8ef12934db65c35c1c5f0cabb5c21dbea43).

Once all kernels <v6.5 are removed, this line should probably be
relocated to the qemuarmv5 config file.

Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
meta/recipes-kernel/linux/linux-yocto-rt_6.5.bb
meta/recipes-kernel/linux/linux-yocto-tiny_6.5.bb
meta/recipes-kernel/linux/linux-yocto_6.5.bb