mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
Revert "sstatesig.py: show an error instead of warning when sstate manifest isn't found"
Causes breakage in other layers This reverts commit e0c1db170fdd6c1d78fdfce017feae26c96fac29. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1cb03844e1
commit
dcb51a9837
@@ -453,7 +453,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