mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +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 = (
|
LAYER_TYPE_CHOICES = (
|
||||||
('A', 'Base'),
|
('A', 'Base'),
|
||||||
('B', 'BSP'),
|
('B', 'Machine (BSP)'),
|
||||||
('S', 'Software'),
|
('S', 'Software'),
|
||||||
('D', 'Distribution'),
|
('D', 'Distribution'),
|
||||||
('M', 'Miscellaneous'),
|
('M', 'Miscellaneous'),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user