mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
bitbake: toaster: remove MANAGED references
We conflate the managed and analysis modes by deleting alternative code paths, favouring the MANAGED mode, always considering the MANAGED variable True. (Bitbake rev: 0ac02d3775106b485e29496b62f31e91fd3f9387) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b98a2fcab6
commit
c362e61ee2
@@ -288,9 +288,7 @@ class BuildArtifact(models.Model):
|
||||
|
||||
|
||||
def is_available(self):
|
||||
if settings.MANAGED and build.project is not None:
|
||||
return build.buildrequest.environment.has_artifact(file_path)
|
||||
return False
|
||||
return build.buildrequest.environment.has_artifact(file_path)
|
||||
|
||||
class ProjectTarget(models.Model):
|
||||
project = models.ForeignKey(Project)
|
||||
|
||||
Reference in New Issue
Block a user