mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
bitbake: bitbake: cache: Fix error message with bad multiconfig
The virtualfn variable is not defined, the filename is what should be shown instead. (Bitbake rev: 1f9d2c21db3a1ad2ab13dfebd2f8e9a7c3682ee2) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1332ac291d
commit
128621161c
@@ -727,7 +727,7 @@ class Cache(NoCache):
|
||||
if self.mc is not None:
|
||||
(fn, cls, mc) = virtualfn2realfn(filename)
|
||||
if mc:
|
||||
self.logger.error("Unexpected multiconfig %s", virtualfn)
|
||||
self.logger.error("Unexpected multiconfig %s", filename)
|
||||
return
|
||||
|
||||
vfn = realfn2virtual(fn, cls, self.mc)
|
||||
|
||||
Reference in New Issue
Block a user