mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
bitbake: Revert "toaster: machine not searchable in all builds/projects"
This reverts commit 1a86ed8f95649c5f5a3a66984ce36978d93b0e01. Bug [YOCTO #7334] was incompletly fixed, and the proper fix is not straightfoward. Consequently we revert the partial fix, as a incomplete fix is worse than no fix. (Bitbake rev: 2a8b3b86fe1d5b8797f740c470a4fe5b69146bf4) 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
b0cb740fe0
commit
0fb825c5e5
@@ -106,7 +106,7 @@ class BuildRequest(models.Model):
|
|||||||
(REQ_ARCHIVE, "archive"),
|
(REQ_ARCHIVE, "archive"),
|
||||||
)
|
)
|
||||||
|
|
||||||
search_allowed_fields = ("brtarget__target", "build__project__name", "build__machine")
|
search_allowed_fields = ("brtarget__target", "build__project__name")
|
||||||
|
|
||||||
project = models.ForeignKey(Project)
|
project = models.ForeignKey(Project)
|
||||||
build = models.OneToOneField(Build, null = True) # TODO: toasterui should set this when Build is created
|
build = models.OneToOneField(Build, null = True) # TODO: toasterui should set this when Build is created
|
||||||
|
|||||||
Reference in New Issue
Block a user