linux-yocto/5.10: fix buildpaths issue with pnmtologo

Integrating the following commit(s) to linux-yocto/5.10:

    2883e69e202d pnmtologo: use relocatable file name

(From OE-Core rev: 73bc3bfaf06fedff71fcd54d172c4e8df17467a7)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2022-07-14 15:12:51 -04:00
committed by Richard Purdie
parent 2e5fd12282
commit 1f2e1ff374
3 changed files with 13 additions and 13 deletions

View File

@@ -15,8 +15,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine:qemuarm ?= "da9808c1a36f935dec2b90fb5fa5f9df4ff400a3"
SRCREV_machine ?= "bf0ae2ab0102a68bad4a586fd42ceb78cc0a24e1"
SRCREV_machine:qemuarm ?= "bff12aa9748d83efc518e524858913c028f0707a"
SRCREV_machine ?= "5bdf36bd73803640ee495fc6f36b0207993bf62a"
SRCREV_meta ?= "96ea2660bb97e15f48f4885b9e436f24c3606bd9"
PV = "${LINUX_VERSION}+git${SRCPV}"