mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 03:49:10 +02:00
Clarify BSP layer type description
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
95ec84a8c3
commit
8b742732d8
|
@ -16,7 +16,7 @@ class LayerItem(models.Model):
|
|||
)
|
||||
LAYER_TYPE_CHOICES = (
|
||||
('A', 'Base'),
|
||||
('B', 'BSP'),
|
||||
('B', 'Machine (BSP)'),
|
||||
('S', 'Software'),
|
||||
('D', 'Distribution'),
|
||||
('M', 'Miscellaneous'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user