forked from sig_core/toolkit
try to make the buildroot unique from default templates
This commit is contained in:
parent
3529b7a5e1
commit
5f89f4da2f
@ -1,4 +1,4 @@
|
||||
config_opts['root'] = '{{ shortname|lower }}-{{ major }}-{{ arch }}'
|
||||
config_opts['root'] = '{{ shortname|lower }}-{{ major }}.{{ minor }}-{{ arch }}'
|
||||
config_opts['description'] = '{{ fullname }}'
|
||||
config_opts['target_arch'] = '{{ arch }}'
|
||||
config_opts['legal_host_arches'] = ('{{ arch }}',)
|
||||
|
Loading…
Reference in New Issue
Block a user