disable multilib as we do not use it on install media
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
133899bceb
commit
7f08bdeddf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user