disable multilib as we do not use it on install media

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2015-08-05 05:37:27 +00:00
parent 133899bceb
commit 7f08bdeddf

View File

@ -25,7 +25,7 @@ tree_arches = ['i386', 'x86_64', 'armhfp']
# if undefined, all variants from variants.xml will be included # if undefined, all variants from variants.xml will be included
#tree_variants = ["Server"] #tree_variants = ["Server"]
multilib_arches = ["x86_64",] multilib_arches = []
multilib_methods = ["devel",] # devel (recommended), all, base, file, kernel, none, runtime (recommended) multilib_methods = ["devel",] # devel (recommended), all, base, file, kernel, none, runtime (recommended)
hashed_directories = True hashed_directories = True