make sure uboot-tools is in on arm chroots, dont install joe
This commit is contained in:
parent
ab4fc88277
commit
7ad6d08614
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
config_opts['root'] = 'fedora-branched-compose-armhfp'
|
||||
config_opts['target_arch'] = 'armv7hl'
|
||||
config_opts['chroot_setup_cmd'] = 'install @buildsys-build vim-enhanced joe pungi'
|
||||
config_opts['chroot_setup_cmd'] = 'install @buildsys-build vim-enhanced pungi uboot-tools'
|
||||
config_opts['dist'] = 'fc16' # only useful for --resultdir variable subst
|
||||
config_opts['plugin_conf']['root_cache_enable'] = False
|
||||
config_opts['internal_dev_setup'] = False
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
config_opts['root'] = 'fedora-branched-compose-i386'
|
||||
config_opts['target_arch'] = 'i386'
|
||||
config_opts['chroot_setup_cmd'] = 'install @buildsys-build vim-enhanced joe pungi'
|
||||
config_opts['chroot_setup_cmd'] = 'install @buildsys-build vim-enhanced pungi'
|
||||
config_opts['dist'] = 'fc16' # only useful for --resultdir variable subst
|
||||
config_opts['plugin_conf']['root_cache_enable'] = False
|
||||
config_opts['internal_dev_setup'] = False
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
config_opts['root'] = 'fedora-branched-compose-x86_64'
|
||||
config_opts['target_arch'] = 'x86_64'
|
||||
config_opts['chroot_setup_cmd'] = 'install @buildsys-build vim-enhanced joe pungi'
|
||||
config_opts['chroot_setup_cmd'] = 'install @buildsys-build vim-enhanced pungi'
|
||||
config_opts['dist'] = 'fc16' # only useful for --resultdir variable subst
|
||||
config_opts['plugin_conf']['root_cache_enable'] = False
|
||||
config_opts['internal_dev_setup'] = False
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
config_opts['root'] = 'fedora-rawhide-compose-armhfp'
|
||||
config_opts['target_arch'] = 'armv7hl'
|
||||
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
|
||||
config_opts['chroot_setup_cmd'] = 'install @buildsys-build uboot-tools'
|
||||
config_opts['dist'] = 'fc10' # only useful for --resultdir variable subst
|
||||
config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/mnt/koji', '/mnt/koji' ))
|
||||
config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/pub/fedora', '/pub/fedora' ))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue