summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldcontrol/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol/models.py')
-rw-r--r--bitbake/lib/toaster/bldcontrol/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/models.py b/bitbake/lib/toaster/bldcontrol/models.py
index 8285257c8e..1f253ffb22 100644
--- a/bitbake/lib/toaster/bldcontrol/models.py
+++ b/bitbake/lib/toaster/bldcontrol/models.py
@@ -71,6 +71,8 @@ class BRLayer(models.Model):
71 name = models.CharField(max_length = 100) 71 name = models.CharField(max_length = 100)
72 giturl = models.CharField(max_length = 254) 72 giturl = models.CharField(max_length = 254)
73 commit = models.CharField(max_length = 254) 73 commit = models.CharField(max_length = 254)
74 dirpath = models.CharField(max_length = 254)
75
74 76
75class BRVariable(models.Model): 77class BRVariable(models.Model):
76 req = models.ForeignKey(BuildRequest) 78 req = models.ForeignKey(BuildRequest)