mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
Revert "sstatesig.py: show an error instead of warning when sstate manifest isn't found"
This is causing problems. See: https://lists.openembedded.org/g/openembedded-core/message/149374 This reverts commit da6b76bf6152b2a60c6a31756c287289c3559a74. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a633251fc8
commit
90882c04d5
@@ -458,7 +458,7 @@ def find_sstate_manifest(taskdata, taskdata2, taskname, d, multilibcache):
|
||||
manifest = d2.expand("${SSTATE_MANIFESTS}/manifest-%s-%s.%s" % (pkgarch, taskdata, taskname))
|
||||
if os.path.exists(manifest):
|
||||
return manifest, d2
|
||||
bb.error("Manifest %s not found in %s (variant '%s')?" % (manifest, d2.expand(" ".join(pkgarchs)), variant))
|
||||
bb.warn("Manifest %s not found in %s (variant '%s')?" % (manifest, d2.expand(" ".join(pkgarchs)), variant))
|
||||
return None, d2
|
||||
|
||||
def OEOuthashBasic(path, sigfile, task, d):
|
||||
|
||||
Reference in New Issue
Block a user