Searched refs:bitbake_version (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/documentation/ |
| H A D | conf.py | 38 bitbake_version = subst_vars["BITBAKE_SERIES"] variable 114 'bitbake': ('https://docs.yoctoproject.org/bitbake/' + bitbake_version, None)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_new_project_page.py | 33 bitbake_version=bitbake) 41 bitbake_version=bitbake)
|
| H A D | test_toastertable_ui.py | 65 bitbake_version=bbv)
|
| H A D | test_new_custom_image_page.py | 23 bitbake_version=BitbakeVersion.objects.create(name='v1')
|
| H A D | test_project_builds_page.py | 28 bitbake_version=bbv)
|
| H A D | test_layerdetails_page.py | 34 bitbake_version=BitbakeVersion.objects.create(name='v1')
|
| H A D | test_all_projects_page.py | 52 bitbake_version=bbv)
|
| H A D | test_builddashboard_page_artifacts.py | 26 bitbake_version=bbv)
|
| H A D | test_all_builds_page.py | 29 bitbake_version=bbv)
|
| H A D | test_project_config_page.py | 27 bitbake_version=bbv)
|
| H A D | test_builddashboard_page.py | 25 bitbake_version=bbv)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/ |
| H A D | models.py | 113 prj.bitbake_version = release.bitbake_version 120 bitbake_version=release.bitbake_version, 124 bitbake_version=None, 180 bitbake_version = models.ForeignKey('BitbakeVersion', on_delete=models.CASCADE, null=True) variable in Project 202 return "%s (Release %s, BBV %s)" % (self.name, self.release, self.bitbake_version) 403 giturl=self.bitbake_version.giturl, 404 commit=self.bitbake_version.branch, 405 dirpath=self.bitbake_version.dirpath) 480 bitbake_version = models.CharField(max_length=50) variable in Build 1410 bitbake_version = models.ForeignKey(BitbakeVersion, on_delete=models.CASCADE) variable in Release
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | report-error.bbclass | 67 data['bitbake_version'] = e.data.getVar("BB_VERSION")
|
| /OK3568_Linux_fs/yocto/poky/documentation/toaster-manual/ |
| H A D | reference.rst | 297 <field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">1</field>
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | buildinfohelper.py | 957 if not build.bitbake_version:
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | views.py | 1590 release = Release.objects.filter(bitbake_version=bbv).first()
|